Share via


ClientSection.Endpoints 屬性

定義

取得用戶端可以連線的端點的清單。

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

屬性值

ChannelEndpointElementCollection

包含用戶端可以連線的端點清單的 ChannelEndpointElementCollection

屬性

適用於