NetworkingOptions.MaxSockets 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Not supported
MaxSockets 属性定义接收器在任意时间点保持打开的最大 TCP 套接字数。 达到限制后,将关闭最近使用最少的套接字,以使打开的套接字数低于限制。
public int MaxSockets { get; set; }
[System.Obsolete("Not supported")]
public int MaxSockets { get; set; }
member this.MaxSockets : int with get, set
[<System.Obsolete("Not supported")>]
member this.MaxSockets : int with get, set
Public Property MaxSockets As Integer
属性值
- 属性