AddressingVersion.None 属性

定义

获取与 WS-Addressing 版本不相关联的寻址版本。

public:
 static property System::ServiceModel::Channels::AddressingVersion ^ None { System::ServiceModel::Channels::AddressingVersion ^ get(); };
public static System.ServiceModel.Channels.AddressingVersion None { get; }
member this.None : System.ServiceModel.Channels.AddressingVersion
Public Shared ReadOnly Property None As AddressingVersion

属性值

AddressingVersion

不是与 WS-Addressing 版本相关的 AddressingVersion

注解

寻址版本是消息版本的一部分:具体而言 AddressingVersion 提供 Addressing 属性的返回类型。 除了寻址版本信息,MessageVersion 还包含 SOAP 信封版本。 EnvelopeVersion 提供 Envelope 属性的返回类型。

适用于