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

AddressingVersion,不是關聯的 WS-Addressing 版本。

備註

定址版本為訊息版本的一部分:特別是,AddressingVersion 會提供 Addressing 屬性的傳回型別。 MessageVersion 除了定址版本資訊外,也包含 SOAP 封套版本。 EnvelopeVersion 會提供 Envelope 屬性的傳回型別。

適用於