System.GetConnectionsEventArgs.GetConnectionsEventArgs C# (CSharp) Method

GetConnectionsEventArgs() public method

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