다음을 통해 공유


ChannelEndpointElement.Name 속성

정의

해당 계약의 엔드포인트를 식별하는 고유 식별자를 가져오거나 설정합니다.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
[System.Configuration.StringValidator(MinLength=0)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Name : string with get, set
Public Property Name As String

속성 값

String

해당 계약의 엔드포인트입니다. 기본값은 빈 문자열입니다. 이 서비스 모델에서는 사용자가 특정 계약 형식에 대해 여러 개의 클라이언트를 정의할 수 있습니다. 각 정의는 고유한 구성 이름으로 식별됩니다. 이 속성을 생략하면 해당하는 엔드포인트가 지정된 계약 형식과 연결된 기본 엔드포인트로 사용됩니다.

특성

설명

이 서비스 모델에서는 사용자가 특정 계약 형식에 대해 여러 개의 클라이언트를 정의할 수 있습니다. 각 정의는 고유한 구성 이름으로 식별됩니다. 이 속성을 생략하면 해당하는 엔드포인트가 지정된 계약 형식과 연결된 기본 엔드포인트로 사용됩니다.

적용 대상