AddressingVersion.None 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与 WS-Addressing 版本不相关联的寻址版本。
public:
static property System::ServiceModel::Channels::AddressingVersion ^ None { System::ServiceModel::Channels::AddressingVersion ^ get(); };
public static System.ServiceModel.Channels.AddressingVersion None { get; }
static member None : System.ServiceModel.Channels.AddressingVersion
Public Shared ReadOnly Property None As AddressingVersion
属性值
不是与 WS-Addressing 版本相关的 AddressingVersion。
注解
寻址版本是消息版本的一部分:具体而言 AddressingVersion 提供 Addressing 属性的返回类型。 除了寻址版本信息,MessageVersion 还包含 SOAP 信封版本。 EnvelopeVersion 提供 Envelope 属性的返回类型。