ServiceEndpointElement.Address 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
엔드포인트의 주소를 포함하는 URI를 가져오거나 설정합니다.
public:
property Uri ^ Address { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("address", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
public Uri Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
member this.Address : Uri with get, set
Public Property Address As Uri
속성 값
엔드포인트의 주소를 포함하는 URI입니다. 기본값은 빈 문자열입니다.
- 특성
설명
주소는 절대 주소 또는 상대 주소로 지정할 수 있습니다. 상대 주소가 제공되는 경우 호스트는 바인딩에 사용된 전송 체계에 적합한 기본 주소를 제공합니다. 주소가 구성되지 않으면 해당 엔드포인트의 주소를 기본 주소로 가정합니다.