EndpointAddressElementBase.Address 속성

정의

엔드포인트의 URI를 가져오거나 설정합니다.

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

속성 값

Uri

엔드포인트의 네트워크 위치를 식별하는 Uri입니다.

특성

적용 대상