Endpoint 類別

定義

表示在 XAML 中宣告的端點。

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

建構函式

Endpoint()

建立 Endpoint 類別的新執行個體。

屬性

AddressUri

取得或設定端點的 URI。

BehaviorConfigurationName

取得或設定行為組態名稱。

Binding

取得或設定端點的繫結。

Headers

取得端點的位址標題集合。

Identity

取得或設定端點的端點識別。

ListenUri

取得或設定端點的接聽 URI。

Name

取得或設定端點名稱。

ServiceContractName

取得或設定服務合約的名稱。

方法

Equals(Object)

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

(繼承來源 Object)
GetAddress()

取得端點的位址。

GetAddress(ServiceHostBase)

使用指定的 ServiceHostBase 執行個體取得端點的位址。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於