Beispiel #1
0
    public async Task <Response> SendAsync(Request request)
    {
        var message = _httpPipelineTransport.CreateMessage(request);
        await IHttpPipelinePolicy.ProcessNextAsync(message, _policies);

        return(message.Response);
    }