Freigeben über


ClientSection.Endpoints Eigenschaft

Definition

Ruft eine Liste von Endpunkten ab, mit denen ein Client eine Verbindung herstellen kann.

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

Eigenschaftswert

ChannelEndpointElementCollection

Eine ChannelEndpointElementCollection, die eine Liste von Endpunkten enthält, mit denen ein Client eine Verbindung herstellen kann.

Attribute

Gilt für