다음을 통해 공유


StandardEndpointsSection.Item[String] 속성

정의

지정된 엔드포인트를 포함하는 엔드포인트 요소 컬렉션을 반환합니다.

public:
 property System::ServiceModel::Configuration::EndpointCollectionElement ^ default[System::String ^] { System::ServiceModel::Configuration::EndpointCollectionElement ^ get(System::String ^ endpoint); };
public System.ServiceModel.Configuration.EndpointCollectionElement this[string endpoint] { get; }
member this.Item(string) : System.ServiceModel.Configuration.EndpointCollectionElement
Default Public ReadOnly Property Item(endpoint As String) As EndpointCollectionElement

매개 변수

endpoint
String

엔드포인트의 이름입니다.

속성 값

EndpointCollectionElement

엔드포인트 컬렉션 요소입니다.

적용 대상