Exemplo n.º 1
0
        public HTTPSendHTTPRequestAndStreamResponse SendHTTPRequestAndStreamResponse(HTTPRequestHandle request)
        {
            HTTPSendHTTPRequestAndStreamResponse result = new HTTPSendHTTPRequestAndStreamResponse();

            result.Result = SendHTTPRequestAndStreamResponse(request, out result.CallHandle);

            return(result);
        }
        public HTTPSendHTTPRequestAndStreamResponse SendHTTPRequestAndStreamResponse(HTTPRequestHandle request)
        {
            HTTPSendHTTPRequestAndStreamResponse result = new HTTPSendHTTPRequestAndStreamResponse();

            result.Result = SendHTTPRequestAndStreamResponse(request, out result.CallHandle);

            return result;
        }