ServiceMetadataBehavior.ExternalMetadataLocation Property
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
The location of the service metadata.
- Attributes
The value is absolute and the schema is neither http nor https.
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.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: