ProtocolImporter::Port Property

 
Use BaseTrue

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. 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.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property Port^ Port {
	Port^ get();
}

Property Value

Type: System.Web.Services.Description::Port^

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. 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.

.NET Framework
Available since 1.1
Return to top
Show: