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

SendResponse() private method

private SendResponse ( HttpResponse response ) : void
response HttpResponse
return void
        private void SendResponse(HttpResponse response)
        {
            response.Send(this);
        }

Same methods

HttpConnection::SendResponse ( HttpResponse response, string protocol, string version ) : void