ClientSection.Endpoints Property

Definition

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

public:
 property System::ServiceModel::Configuration::ChannelEndpointElementCollection ^ Endpoints { System::ServiceModel::Configuration::ChannelEndpointElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.ChannelEndpointElementCollection Endpoints { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Endpoints : System.ServiceModel.Configuration.ChannelEndpointElementCollection
Public ReadOnly Property Endpoints As ChannelEndpointElementCollection

Property Value

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

Attributes

Applies to