NetNamedPipeBinding.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 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
Exemplos
O exemplo a seguir mostra como obter a versão do SOAP.The following example shows how to get the version of SOAP.
EnvelopeVersion envelopeVersion =
binding.EnvelopeVersion;
Comentários
SOAP 1,2 deve ser usado com esta associação.SOAP 1.2 must be used with this binding.