Share via


EndpointReference 類別

定義

表示 wsa:EndpointReference 項目。

public ref class EndpointReference
public class EndpointReference
type EndpointReference = class
Public Class EndpointReference
繼承
EndpointReference

備註

wsa:EndpointReference 元素可用於 wst:OnBehalfOf 和 wsp:RequestSecurityToken 元素內的 wp:AppliesTo 元素,以指定端點參考。

讀取時支援 WS-Addressing 標準架構命名空間WS-Addressing 1.0 架構命名空間 。 僅支援寫入 WS-Addressing 1.0 命名空間

如需 wsa:EndpointReference 元素的詳細資訊,請參閱 Web 服務尋址 - 核心規格。 如需其在 WS-Trust 通訊協定中使用的詳細資訊,請參閱適用於您案例的 WS-Trust 規格版本。

建構函式

EndpointReference(String)

使用指定的 URI,初始化 EndpointReference 類別的新執行個體。

屬性

Details

取得端點參照中所包含之 XML 項目的集合。 wsa:Address 項目不包含在集合中。

Uri

取得指定端點參照位址的 URI。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ReadFrom(XmlDictionaryReader)

從指定的 XML 字典讀取器讀取 wsa:EndpointReference 項目。

ReadFrom(XmlReader)

從指定的 XML 讀取器讀取 wsa:EndpointReference 項目。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)
WriteTo(XmlWriter)

EndpointReference 當作 <wsa:EndpointReference> 項目寫入至指定的 XML 寫入器。

適用於