HttpBindingBase.EnvelopeVersion Propriedade

Definição

Obtém a versão do SOAP usada para as mensagens processadas por essa associação.Gets the version of SOAP that is used for messages that are processed by this binding.

public:
 property System::ServiceModel::EnvelopeVersion ^ EnvelopeVersion { System::ServiceModel::EnvelopeVersion ^ get(); };
public System.ServiceModel.EnvelopeVersion EnvelopeVersion { get; }
member this.EnvelopeVersion : System.ServiceModel.EnvelopeVersion
Public ReadOnly Property EnvelopeVersion As EnvelopeVersion

Valor da propriedade

EnvelopeVersion

A versão do SOAP usada para as mensagens processadas por essa associação.The version of SOAP that is used for messages that are processed by this binding.

Aplica-se a