WebHttpBinding.EnvelopeVersion Property

Definition

Gets the envelope version that is used by endpoints that are configured by this binding to receive HTTP requests.

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

Property Value

The EnvelopeVersion with the None property that is used with endpoints configured with this binding to receive HTTP requests.

Applies to