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
屬性值
AddressingVersion,不是關聯的 WS-Addressing 版本。
備註
定址版本為訊息版本的一部分:特別是,AddressingVersion 會提供 Addressing 屬性的傳回型別。 MessageVersion 除了定址版本資訊外,也包含 SOAP 封套版本。 EnvelopeVersion 會提供 Envelope 屬性的傳回型別。