ServiceMetadataPublishingElement.HttpsGetUrl Property

Definition

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

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

Property Value

Uri

A URI that specifies the address at which the metadata is published for retrieval using an HTTPS/Get request.

Attributes

Applies to