ServiceMetadataPublishingElement.HttpGetUrl Property

Definition

Gets or sets a URI that specifies the address at which the metadata is published for retrieval using an HTTP/Get request.

public:
 property Uri ^ HttpGetUrl { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("httpGetUrl")]
public Uri HttpGetUrl { get; set; }
[<System.Configuration.ConfigurationProperty("httpGetUrl")>]
member this.HttpGetUrl : Uri with get, set
Public Property HttpGetUrl As Uri

Property Value

Uri

A URI that specifies the address at which the metadata is published.

Attributes

Applies to