NetworkingOptions.MaxSockets 属性

定义

注意

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

属性值

属性

适用于