다음을 통해 공유


CompositeDuplexElement.ClientBaseAddress 속성

정의

클라이언트의 기본 주소를 가져오거나 설정합니다.

public:
 property Uri ^ ClientBaseAddress { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("clientBaseAddress", DefaultValue=null)]
public Uri ClientBaseAddress { get; set; }
[<System.Configuration.ConfigurationProperty("clientBaseAddress", DefaultValue=null)>]
member this.ClientBaseAddress : Uri with get, set
Public Property ClientBaseAddress As Uri

속성 값

Uri

클라이언트의 기본 주소를 포함하는 Uri입니다.

특성

설명

서비스에서는 이 주소를 사용하여 접속한 후 클라이언트와의 연결을 설정합니다.

적용 대상