NodeNetAsync.Net.Http.HttpResponse.HttpResponse C# (CSharp) Method

HttpResponse() public method

public HttpResponse ( TcpSocket Client ) : System
Client NodeNetAsync.Net.TcpSocket
return System
		public HttpResponse(TcpSocket Client)
		{
			this.Socket = Client;
			this.SetHttpCode(HttpCode.OK_200);
		}