EndpointAddressMessageFilter 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示測試訊息是否符合指定之端點位址需求的查詢。
public ref class EndpointAddressMessageFilter : System::ServiceModel::Dispatcher::MessageFilter
public class EndpointAddressMessageFilter : System.ServiceModel.Dispatcher.MessageFilter
type EndpointAddressMessageFilter = class
inherit MessageFilter
Public Class EndpointAddressMessageFilter
Inherits MessageFilter
- 繼承
備註
這個篩選條件會測試訊息是否符合特定端點位址。 EndpointAddress 物件會包含 URI 和選擇性定址標頭的集合。 定址和訊息標頭會經過標準化,以便比較它們是否相等。 如果參數在 EndpointAddress 中出現一次以上,對應的標頭也必須至少出現在訊息中相同次數。
IIS 和基礎檔案系統 (NTFS 或 FAT) 會區分大小寫。 這個類別所執行的 URI 比較也會區分大小寫。 例如, http://www.microsoft.com
會評估為等於 http://WWW.microsoft.com
。
建構函式
EndpointAddressMessageFilter(EndpointAddress) |
使用測試訊息時所依據的指定位址,初始化 EndpointAddressMessageFilter 類別的新執行個體。 |
EndpointAddressMessageFilter(EndpointAddress, Boolean) |
初始化 EndpointAddressMessageFilter 類別的新執行個體。 |
屬性
Address |
取得 EndpointAddressMessageFilter 測試訊息時所依據的位址。 |
IncludeHostNameInComparison |
取得值,這個值會指出主機名稱是否包含在端點位址比較中。 |
方法
CreateFilterTable<FilterData>() |
建立會同時依據多個端點位址來測試訊息的新篩選資料表。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
Match(Message) |
測試訊息是否符合指定的端點位址。 |
Match(MessageBuffer) |
測試緩衝的訊息是否符合指定的端點位址。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |