ClientSection::Endpoints Property

 

Gets a list of endpoints that a client can connect to.

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

public:
[ConfigurationPropertyAttribute("", Options = ConfigurationPropertyOptions::IsDefaultCollection)]
property ChannelEndpointElementCollection^ Endpoints {
	ChannelEndpointElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ChannelEndpointElementCollection^

A ChannelEndpointElementCollection that contains a list of endpoints that a client can connect to.

.NET Framework
Available since 3.0
Return to top
Show: