ProtocolReflector::PortType Property

 
Use BaseTrue

Gets the Web Services Description Language (WSDL) portType that the protocol reflector is currently generating to be implemented by the binding being generated.

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 the protocol reflector is currently generating to be implemented by the binding being generated.

.NET Framework
Available since 1.1
Return to top
Show: