WebServiceEndpoint 類別

定義

含有固定 WebHttpBinding 繫結的標準端點。

public ref class WebServiceEndpoint abstract : System::ServiceModel::Description::ServiceEndpoint
public abstract class WebServiceEndpoint : System.ServiceModel.Description.ServiceEndpoint
type WebServiceEndpoint = class
    inherit ServiceEndpoint
Public MustInherit Class WebServiceEndpoint
Inherits ServiceEndpoint
繼承
WebServiceEndpoint
衍生

備註

這是沒有公用或受保護建構函式的抽象基底類別,並不適合開發者加以延伸。 這是 WebHttpEndpointWebScriptEndpoint 類別的基底類別。

屬性

Address

取得或設定服務端點的端點位址。

(繼承來源 ServiceEndpoint)
Behaviors

取得服務端點的行為。

(繼承來源 ServiceEndpoint)
Binding

取得或設定服務端點的繫結。

(繼承來源 ServiceEndpoint)
ContentTypeMapper

取得或設定與 WebContentTypeMapper 相關聯的 WebServiceEndpoint

Contract

取得服務端點的合約。

(繼承來源 ServiceEndpoint)
CrossDomainScriptAccessEnabled

取得或設定值,這個值表示是否已啟用 WebServiceEndpoint 的跨網域指令碼存取。

EndpointBehaviors

取得服務的端點行為。

(繼承來源 ServiceEndpoint)
HostNameComparisonMode

取得或設定值,這個值會指出在比對 URI 時此主機名稱是否會用來取用服務。

IsSystemEndpoint

取得或設定服務端點是否由系統產生,而非由使用者定義。

(繼承來源 ServiceEndpoint)
ListenUri

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

(繼承來源 ServiceEndpoint)
ListenUriMode

取得或設定傳輸如何處理提供給服務接聽的 URI。

(繼承來源 ServiceEndpoint)
MaxBufferPoolSize

取得或設定配置供訊息緩衝區管理員使用的最大記憶體量,緩衝區管理員管理使用此繫結之端點所需緩衝區。

MaxBufferSize

取得或設定配置供訊息緩衝區管理員使用的最大記憶體量,其中訊息緩衝區會從通道接收訊息。

MaxReceivedMessageSize

取得或設定可由繫結處理之訊息的大小上限。

Name

取得或設定服務端點的名稱。

(繼承來源 ServiceEndpoint)
ReaderQuotas

取得或設定 SOAP 訊息複雜性的條件約束,而這些條件約束可由以此繫結所設定的端點處理。

Security

取得要搭配此繫結使用的安全性設定。

TransferMode

取得或設定值,這個值會指出以繫結設定的服務使用訊息傳輸的資料流處理模式或緩衝處理模式 (或兩者)。

WebEndpointType

取得 Web 服務端點。

WriteEncoding

取得或設定用於訊息文字的字元編碼。

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於