ProtocolImporter.Port Propriedade
Definição
Obtém uma porta de linguagem WSDL que contém uma referência à associação que o importador de protocolo está processando no momento para gerar uma classe de associação.Gets a Web Services Description Language (WSDL) port that contains a reference to the binding that the protocol importer is currently processing to generate a binding class. Se mais de uma porta refere-se à associação atual, a porta atual é aquela na qual a associação foi encontrada mais recentemente.If more than one port refers to the current binding, the current port is the one in which the binding has most recently been found.
public:
property System::Web::Services::Description::Port ^ Port { System::Web::Services::Description::Port ^ get(); };
public System.Web.Services.Description.Port Port { get; }
member this.Port : System.Web.Services.Description.Port
Public ReadOnly Property Port As Port
Valor da propriedade
A porta WSDL (Web Services Description Language) que contém uma referência à associação que o importador de protocolo está processando atualmente para gerar uma classe de associação.The Web Services Description Language (WSDL) port that contains a reference to the binding that the protocol importer is currently processing to generate a binding class. Se mais de uma porta refere-se à associação atual, a porta atual é aquela na qual a associação foi encontrada mais recentemente.If more than one port refers to the current binding, the current port is the one in which the binding has most recently been found.