ServiceMetadataBehavior.ExternalMetadataLocation 속성

정의

서비스 메타데이터의 위치인 값을 가져오거나 설정합니다.

public:
 property Uri ^ ExternalMetadataLocation { Uri ^ get(); void set(Uri ^ value); };
public Uri ExternalMetadataLocation { get; set; }
[System.ComponentModel.TypeConverter(typeof(System.UriTypeConverter))]
public Uri ExternalMetadataLocation { get; set; }
member this.ExternalMetadataLocation : Uri with get, set
[<System.ComponentModel.TypeConverter(typeof(System.UriTypeConverter))>]
member this.ExternalMetadataLocation : Uri with get, set
Public Property ExternalMetadataLocation As Uri

속성 값

Uri

서비스 메타데이터의 위치입니다.

특성

예외

값은 절대 값이며 스키마는 http 또는 https가 아닙니다.

설명

외부 메타데이터 위치에 대한 참조를 클라이언트에 반환합니다. 속성은 ExternalMetadataLocation 상대 또는 절대 속성일 수 있습니다. 상대인 경우 클라이언트가 메타데이터를 검색한 방법에 따라 클라이언트가 주소를 확인 HttpGetUrl 합니다 HttpsGetUrl.

적용 대상