次の方法で共有


ConnectionOrientedTransportBindingElement.MaxPendingConnections プロパティ

定義

サービスでディスパッチを待機している最大接続数を取得または設定します。

public int MaxPendingConnections { get; set; }
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer

プロパティ値

サービスでのディスパッチを待機している着信接続の最大数。 既定値は 10 です。

例外

値が 0 以下です。

適用対象