ProtocolImporter::PortType Property

 
Use BaseTrue

Gets the Web Services Description Language (WSDL) PortType that is implemented by the binding that the protocol importer is currently processing to generate a binding class.

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

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

Property Value

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

The Web Services Description Language (WSDL) PortType that is implemented by the binding that the protocol importer is currently processing to generate a binding class.

.NET Framework
Available since 1.1
Return to top
Show: