ProtocolReflector::Port Property

 
Use BaseTrue

Gets the Web Services Description Language (WSDL) port that the protocol reflector is currently generating to contain a reference to the binding being generated.

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 the protocol reflector is currently generating to contain a reference to the binding being generated.

.NET Framework
Available since 1.1
Return to top
Show: