WebSocketTransportSettings.MaxPendingConnections 属性

定义

获取或设置最大允许挂起连接数。

public:
 property int MaxPendingConnections { int get(); void set(int value); };
public int MaxPendingConnections { get; set; }
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer

属性值

Int32

最大允许挂起连接数。

适用于