WebSocketTransportSettings.MaxPendingConnections 属性
定义
获取或设置最大允许挂起连接数。Gets or sets the maximum number of allowed pending connections.
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
属性值
最大允许挂起连接数。The maximum number of allowed pending connections.