HttpBinding.EnvelopeVersion Property
Gets the version of SOAP that is used for messages that are processed by this binding.
Namespace: System.Web.Http.SelfHost.Channels
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
Syntax
'Declaration
Public ReadOnly Property EnvelopeVersion As EnvelopeVersion
Get
'Usage
Dim instance As HttpBinding
Dim value As EnvelopeVersion
value = instance.EnvelopeVersion
public EnvelopeVersion EnvelopeVersion { get; }
public:
property EnvelopeVersion^ EnvelopeVersion {
EnvelopeVersion^ get ();
}
member EnvelopeVersion : EnvelopeVersion
function get EnvelopeVersion () : EnvelopeVersion
Property Value
Type: System.ServiceModel.EnvelopeVersion
The value of the EnvelopeVersion that is used with this binding. The value is always None()..