Share via


BasicHttpBinding.EnvelopeVersion Özellik

Tanım

Bu bağlama tarafından işlenen iletiler için kullanılan SOAP sürümünü alır.

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

Özellik Değeri

Bu bağlama ile kullanılan değerini EnvelopeVersion . Değer her zaman SOAP 1.1'dir.

Açıklamalar

SOAP 1.1, bu bağlama ile kullanılabilecek tek değerdir.

Şunlara uygulanır