ServiceHealthElement.HttpsGetEnabled Propriedade

Definição

Obtém ou define um valor que controla se o serviço publica suas informações de integridade no endereço especificado pelo atributo HttpsGetUrl.Gets or sets a value that controls whether the service publishes its health information at the address specified by the HttpsGetUrl attribute.

public:
 property bool HttpsGetEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("httpsGetEnabled", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool HttpsGetEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("httpsGetEnabled", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.HttpsGetEnabled : bool with get, set
Public Property HttpsGetEnabled As Boolean

Valor da propriedade

Boolean

true para publicar informações de integridade no endereço especificado pelo HttpsGetUrl atributo; caso contrário, false .true to publish health information at the address specified by the HttpsGetUrl attribute; otherwise, false.

Atributos

Comentários

A HttpsGetEnabled propriedade corresponde ao valor do HttpsGetEnabled atributo de um <serviceHealth> elemento.The HttpsGetEnabled property corresponds to the value of the HttpsGetEnabled attribute of a <serviceHealth> element. Se o atributo não estiver definido em um arquivo de configuração, seu valor padrão será true .If the attribute is not defined in a configuration file, its default value is true. A propriedade define o valor da propriedade ServiceHealthBehavior. HttpsGetEnabled .The property defines the value of the ServiceHealthBehavior.HttpsGetEnabled property.

Aplica-se a