Terraria.Net.Sockets.TcpSocket.TcpSocket C# (CSharp) Method

TcpSocket() public method

public TcpSocket ( ) : System
return System
        public TcpSocket()
        {
            this._connection = new TcpClient();
            this._connection.NoDelay = true;
        }

Same methods

TcpSocket::TcpSocket ( TcpClient tcpClient ) : System