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)

プロパティ

名前 説明
ConnectionBufferSize

クライアントまたはサービスからネットワーク上のシリアル化されたメッセージのチャンクを送信するために使用されるバッファーのサイズを取得または設定します。

(継承元 ConnectionOrientedTransportBindingElement)
ConnectionPoolSettings
ExtendedProtectionPolicy
ManualAddressing

メッセージの手動アドレス指定が必要かどうかを示す値を取得または設定します。

(継承元 TransportBindingElement)
MaxBufferPoolSize

トランスポートによって使用されるバッファー プールの最大サイズ (バイト単位) を取得または設定します。

(継承元 TransportBindingElement)
MaxBufferSize

使用するバッファーの最大サイズを取得または設定します。 ストリーミング メッセージの場合、この値は、バッファー モードで読み取られるメッセージ ヘッダーの最大サイズ以上にする必要があります。

(継承元 ConnectionOrientedTransportBindingElement)
MaxReceivedMessageSize

受信できる最大許容メッセージ サイズ (バイト単位) を取得または設定します。

(継承元 TransportBindingElement)
Scheme
TransferMode

メッセージをバッファー処理するか、接続指向トランスポートでストリーミングするかを示す値を取得または設定します。

(継承元 ConnectionOrientedTransportBindingElement)

メソッド

名前 説明
BuildChannelFactory<TChannel>(BindingContext)
CanBuildChannelFactory<TChannel>(BindingContext)

指定した型のチャネル ファクトリをビルドできるかどうかを判断します。

(継承元 ConnectionOrientedTransportBindingElement)
Clone()
GetProperty<T>(BindingContext)

適用対象