System.GetConnectionsEventArgs.GetConnectionsEventArgs C# (CSharp) Метод

GetConnectionsEventArgs() публичный Метод

public GetConnectionsEventArgs ( Byte maxconn )
maxconn Byte
                    public GetConnectionsEventArgs(Byte maxconn)
                    {
                        this.maxconn = maxconn;
                    }
                }
GetConnectionsEventArgs