NetworkingOptions.MaxSockets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Not supported
The MaxSockets attribute defines the maximum number of TCP sockets a silo would keep open at any point in time. When the limit is reached, least recently used sockets will be closed to keep the number of open sockets below the limit.
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
Property Value
- Attributes