System.GetConnectionsEventArgs.GetConnectionsEventArgs C# (CSharp) 메소드

GetConnectionsEventArgs() 공개 메소드

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