DefaultPortElement Construtores
Definição
Cria uma nova instância da classe DefaultPortElement.Creates a new instance of the DefaultPortElement class.
Sobrecargas
| DefaultPortElement() |
Cria uma nova instância da classe DefaultPortElement.Creates a new instance of the DefaultPortElement class. |
| DefaultPortElement(DefaultPortElement) |
Cria uma nova instância da classe DefaultPortElement com o DefaultPortElementespecificado.Creates a new instance of the DefaultPortElement class with the specified DefaultPortElement. |
DefaultPortElement()
Cria uma nova instância da classe DefaultPortElement.Creates a new instance of the DefaultPortElement class.
public:
DefaultPortElement();
public DefaultPortElement ();
Public Sub New ()
Aplica-se a
DefaultPortElement(DefaultPortElement)
Cria uma nova instância da classe DefaultPortElement com o DefaultPortElementespecificado.Creates a new instance of the DefaultPortElement class with the specified DefaultPortElement.
public:
DefaultPortElement(System::ServiceModel::Configuration::DefaultPortElement ^ other);
public DefaultPortElement (System.ServiceModel.Configuration.DefaultPortElement other);
new System.ServiceModel.Configuration.DefaultPortElement : System.ServiceModel.Configuration.DefaultPortElement -> System.ServiceModel.Configuration.DefaultPortElement
Public Sub New (other As DefaultPortElement)
Parâmetros
- other
- DefaultPortElement
O elemento da porta padrão que fornece as configurações para o elemento atual da porta padrão.The default port element that provides the settings for the current default port element.