ServiceMetadataPublishingElement.HttpGetUrl Propriedade
Definição
Obtém ou define um URI que especifica o endereço em que os metadados são publicados para recuperação usando uma solicitação HTTP/Get.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
Valor da propriedade
Um URI que especifica o endereço no qual os metadados são publicados.A URI that specifies the address at which the metadata is published.
- Atributos