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, содержащий список конечных точек, к которым может подключаться клиент.

Атрибуты

Применяется к