C# Class Microsoft.WindowsAzure.MobileServices.Test.LoggingHttpHandler

Inheritance: System.Net.Http.DelegatingHandler
Exibir arquivo Open project: Azure/azure-mobile-apps-net-client

Public Methods

Method Description
LoggingHttpHandler ( TestBase test ) : System

Protected Methods

Method Description
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Method Details

LoggingHttpHandler() public method

public LoggingHttpHandler ( TestBase test ) : System
test TestBase
return System

SendAsync() protected method

protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage
cancellationToken System.Threading.CancellationToken
return Task