WSHttpBindingBase.EnvelopeVersion Proprietà

Definizione

Ottiene la versione di SOAP utilizzata per i messaggi elaborati da questa associazione.

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

Valore della proprietà

EnvelopeVersion

Valore della versione EnvelopeVersion utilizzata con questa associazione. Il valore è sempre SOAP 1.2.

Esempio

In questo esempio viene illustrato come ottenere la versione envelope.

EnvelopeVersion envelopeVersion =
binding1.EnvelopeVersion;
Dim envelopeVersion As EnvelopeVersion = binding1.EnvelopeVersion

Si applica a