Udostępnij za pośrednictwem


NetNamedPipeBinding.EnvelopeVersion Właściwość

Definicja

Pobiera wersję protokołu SOAP, która jest używana do obsługi komunikatów przetwarzanych przez to powiązanie.

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

Wartość właściwości

EnvelopeVersion

Soap12.

Przykłady

W poniższym przykładzie pokazano, jak pobrać wersję protokołu SOAP.

EnvelopeVersion envelopeVersion =
    binding.EnvelopeVersion;

Uwagi

Należy użyć protokołu SOAP 1.2 z tym powiązaniem.

Dotyczy