ServiceHealthElement.HttpsGetUrl Propriedade

Definição

Obtém ou define o local no qual as informações de integridade do serviço são publicadas para recuperação usando HTTPS.Gets or sets the location at which the service health information is published for retrieval using HTTPS.

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

Valor da propriedade

Uri

O local no qual as informações de integridade do serviço são publicadas para recuperação usando HTTPS.The location at which the service health information is published for retrieval using HTTPS.

Atributos

Comentários

A HttpsGetUrl propriedade corresponde ao valor do HttpsGetUrl atributo de um <serviceHealth> elemento.The HttpsGetUrl property corresponds to the value of the HttpsGetUrl attribute of a <serviceHealth> element. A propriedade define o valor da propriedade ServiceHealthBehavior. HttpsGetUrl .The property defines the value of the ServiceHealthBehavior.HttpsGetUrl property.

Aplica-se a