次の方法で共有


HttpBaseProtocolFilter.MaxConnectionsPerServer プロパティ

定義

HttpBaseProtocolFilter オブジェクトによって HTTP サーバーごとに許可される TCP 接続の最大数を取得または設定します。

public:
 property unsigned int MaxConnectionsPerServer { unsigned int get(); void set(unsigned int value); };
uint32_t MaxConnectionsPerServer();

void MaxConnectionsPerServer(uint32_t value);
public uint MaxConnectionsPerServer { get; set; }
var uInt32 = httpBaseProtocolFilter.maxConnectionsPerServer;
httpBaseProtocolFilter.maxConnectionsPerServer = uInt32;
Public Property MaxConnectionsPerServer As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

HTTP サーバーごとに許可される接続の最大数。

注釈

MaxConnectionsPerServer プロパティは、HttpBaseProtocolFilter オブジェクトで許可される HTTP サーバーへの TCP 接続の最大数を決定します。 このプロパティを に設定するアプリケーションの最適な値は、使用パターンとサーバーによって異なります。また、1 つのクエリのパフォーマンスとすべてのクエリのパフォーマンスのどちらを最適化しているかによっても異なります。

このプロパティの既定値は現在 6 です。 ただし、既定値は HttpBaseProtocolFilter のバージョンの関数であり、あるリリースから別のリリースに変更されないことは保証されません。

適用対象