ServiceHealthBehaviorBase.HttpsGetBinding Propriedade
Definição
Obtém ou define a associação usada para recuperação de integridade por meio de uma solicitação HTTPS/Get.Gets or sets the binding that is used for health retrieval via an HTTPS/Get request.
public:
property System::ServiceModel::Channels::Binding ^ HttpsGetBinding { System::ServiceModel::Channels::Binding ^ get(); void set(System::ServiceModel::Channels::Binding ^ value); };
public System.ServiceModel.Channels.Binding HttpsGetBinding { get; set; }
member this.HttpsGetBinding : System.ServiceModel.Channels.Binding with get, set
Public Property HttpsGetBinding As Binding
Valor da propriedade
A associação usada para recuperação de integridade por meio de uma solicitação HTTPS/Get.The binding used for health retrieval via an HTTPS/Get request.
Exceções
Em uma operação de conjuntos, a URL do argumento HttpsGetUrl precisa ser relativa ou seu esquema precisa ser "HTTPS".In a set operation, the Url of the HttpsGetUrl argument must be relative or its scheme must be "HTTPS:".
- ou --or-
A versão da mensagem está incorreta.The message version is incorrect.
Comentários
A definição dessa propriedade é opcional.Setting this property is optional. Se não estiver definido, as associações padrão serão usadas.If it is not set, the default bindings are used.
Há suporte apenas para associações com elementos de associação interna com suporte IReplyChannel .Only bindings with inner binding elements that support IReplyChannel are supported. Além disso, a MessageVersion propriedade da associação deve ser MessageVersion.None .In addition, the MessageVersion property of the binding must be MessageVersion.None.