EndpointCollectionElement::EndpointType Property

.NET Framework (current version)
 

When implemented in a derived class, gets the type of the service endpoint.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property Type^ EndpointType {
	virtual Type^ get() abstract;
}

Property Value

Type: System::Type^

A service endpoint type.

.NET Framework
Available since 4.0
Return to top
Show: