ServiceMetadataBehavior.ExternalMetadataLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that is the location of service metadata.
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
Property Value
The location of the service metadata.
- Attributes
Exceptions
The value is absolute and the schema is neither http nor https.
Remarks
Returns a reference to an external metadata location to clients. The ExternalMetadataLocation property can be relative or absolute. If relative, the address is resolved by the client relative to the HttpGetUrl or HttpsGetUrl, depending on how the client retrieved the metadata.