Share via


UnixDomainSocketTransportBindingElement 類別

定義

public ref class UnixDomainSocketTransportBindingElement : System::ServiceModel::Channels::ConnectionOrientedTransportBindingElement
public class UnixDomainSocketTransportBindingElement : System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement
type UnixDomainSocketTransportBindingElement = class
    inherit ConnectionOrientedTransportBindingElement
Public Class UnixDomainSocketTransportBindingElement
Inherits ConnectionOrientedTransportBindingElement
繼承

建構函式

UnixDomainSocketTransportBindingElement()
UnixDomainSocketTransportBindingElement(UnixDomainSocketTransportBindingElement)

屬性

ChannelInitializationTimeout

取得或設定 TimeSpan,決定通道在中斷連接之前,可以處於初始化狀態中的最長時間。

(繼承來源 ConnectionOrientedTransportBindingElement)
ConnectionBufferSize

取得或設定用來在用戶端或服務的網路上,傳輸已序列化訊息區塊 (Chunk) 的緩衝區大小。

(繼承來源 ConnectionOrientedTransportBindingElement)
ConnectionPoolSettings
ExtendedProtectionPolicy
HostNameComparisonMode

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

(繼承來源 ConnectionOrientedTransportBindingElement)
ManualAddressing

取得或設定值,這個值會指出是否需要訊息的手動定址。

(繼承來源 TransportBindingElement)
MaxBufferPoolSize

取得或設定傳輸所使用之任何緩衝區集區的大小上限 (以位元組為單位)。

(繼承來源 TransportBindingElement)
MaxBufferSize

取得或設定要使用之緩衝區的大小上限。 對於已進行資料流處理的訊息,這個值至少應為訊息標頭的最大可能大小 (可在緩衝模式中讀取)。

(繼承來源 ConnectionOrientedTransportBindingElement)
MaxOutputDelay

取得或設定訊息區塊或完整訊息在送出之前,可以在記憶體中保持緩衝的最大時間間隔。

(繼承來源 ConnectionOrientedTransportBindingElement)
MaxPendingAccepts

取得或設定服務可使其等待接聽程式以處理服務之連入連線的通道最大數目。

(繼承來源 ConnectionOrientedTransportBindingElement)
MaxPendingConnections

取得或設定服務上等待分派之連線的數目上限。

(繼承來源 ConnectionOrientedTransportBindingElement)
MaxReceivedMessageSize

取得或設定可接收之可允許的訊息大小上限 (以位元組為單位)。

(繼承來源 TransportBindingElement)
Scheme
TransferMode

取得或設定值,這個值表示訊息是否使用連線導向傳輸進行緩衝或資料流處理。

(繼承來源 ConnectionOrientedTransportBindingElement)

方法

BuildChannelFactory<TChannel>(BindingContext)
BuildChannelListener<TChannel>(BindingContext)

初始化通道接聽項,以便從繫結內容接受指定之類型的通道。

(繼承來源 BindingElement)
CanBuildChannelFactory<TChannel>(BindingContext)

判斷是否可以建置指定之型別的通道處理站。

(繼承來源 ConnectionOrientedTransportBindingElement)
CanBuildChannelListener<TChannel>(BindingContext)

判斷是否可以建置指定之型別的通道接聽項。

(繼承來源 ConnectionOrientedTransportBindingElement)
Clone()
Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetProperty<T>(BindingContext)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ShouldSerializeMaxPendingAccepts()

指出連線導向的傳輸繫結項目是否應序列化暫止接受的上限。

(繼承來源 ConnectionOrientedTransportBindingElement)
ShouldSerializeMaxPendingConnections()

指出連線導向的傳輸繫結項目是否應序列化暫止連線的上限。

(繼承來源 ConnectionOrientedTransportBindingElement)
ToString()

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

(繼承來源 Object)

適用於