TouchRemote.Core.Http.HttpConnection.HttpConnection C# (CSharp) Method

HttpConnection() private method

private HttpConnection ( Socket client, HttpServer server ) : System
client Socket
server HttpServer
return System
        internal HttpConnection(Socket client, HttpServer server)
        {
            this.server = server;
            this.client = client;
        }