次の方法で共有


SocketConnectionPoolSettingsElement クラス

定義

TCP トランスポートの追加の接続プール設定を指定する構成要素を表します。 このクラスは継承できません。

public sealed class SocketConnectionPoolSettingsElement : System.Configuration.ConfigurationElement
type SocketConnectionPoolSettingsElement = class
    inherit ConfigurationElement
Public NotInheritable Class SocketConnectionPoolSettingsElement
Inherits ConfigurationElement
継承
SocketConnectionPoolSettingsElement

コンストラクター

SocketConnectionPoolSettingsElement()

SocketConnectionPoolSettingsElement クラスの新しいインスタンスを初期化します。

プロパティ

GroupName

送信チャネルに使用される接続プールの名前を取得または設定します。

IdleTimeout

接続が切断されるまでの最大アイドル時間を取得または設定します。

LeaseTimeout

アクティブな接続が終了されるまでの期間を取得または設定します。

MaxOutboundConnectionsPerEndpoint

サービスによって開始されるリモート エンドポイントへの接続の最大数を取得または設定します。

適用対象