Blaze.Server.Client.Client C# (CSharp) Method

Client() public method

public Client ( ) : System
return System
        public Client()
        {
            ReceiveBuffer = new byte[2048];
        }