다음을 통해 공유


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입니다.

특성

적용 대상