NetPeerTcpBinding.EnvelopeVersion 属性

定义

获取与此绑定一起使用的 SOAP 版本。

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

属性值

一个 EnvelopeVersion,指定要与此绑定一起使用的 SOAP 版本。

适用于