WSHttpBindingBase.EnvelopeVersion Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the version of SOAP that is used for messages that are processed by this binding.
public:
property System::ServiceModel::EnvelopeVersion ^ EnvelopeVersion { System::ServiceModel::EnvelopeVersion ^ get(); };
public:
property System::ServiceModel::EnvelopeVersion ^ EnvelopeVersion { System::ServiceModel::EnvelopeVersion ^ get(); void set(System::ServiceModel::EnvelopeVersion ^ value); };
C#
public System.ServiceModel.EnvelopeVersion EnvelopeVersion { get; }
C#
public System.ServiceModel.EnvelopeVersion EnvelopeVersion { get; set; }
member this.EnvelopeVersion : System.ServiceModel.EnvelopeVersion
member this.EnvelopeVersion : System.ServiceModel.EnvelopeVersion with get, set
Public ReadOnly Property EnvelopeVersion As EnvelopeVersion
Public Property EnvelopeVersion As EnvelopeVersion
The value of the EnvelopeVersion that is used with this binding. The value is always SOAP 1.2.
This example shows how to get the envelope version.
C#
EnvelopeVersion envelopeVersion =
binding1.EnvelopeVersion;
Dim envelopeVersion As EnvelopeVersion = binding1.EnvelopeVersion
Produto | Versións |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Colaborar con nós en GitHub
A orixe deste contido pódese atopar en GitHub, onde tamén podes crear e revisar problemas e extraer solicitudes. Para obter máis información, consulta a guía para colaboradores.
Comentarios de .NET
.NET é un proxecto de código aberto. Selecciona unha ligazón para ofrecer comentarios: