KestrelServerLimits.MaxConcurrentConnections 属性

定义

获取或设置打开连接的最大数目。 如果设置为 null,则连接数不受限制。

默认为“null”。

public:
 property Nullable<long> MaxConcurrentConnections { Nullable<long> get(); void set(Nullable<long> value); };
public long? MaxConcurrentConnections { get; set; }
member this.MaxConcurrentConnections : Nullable<int64> with get, set
Public Property MaxConcurrentConnections As Nullable(Of Long)

属性值

注解

将连接升级到另一个协议(如 WebSocket)时,其连接将计入限制, MaxConcurrentUpgradedConnections 而不是 MaxConcurrentConnections

适用于