C# Class GoogleCloudSamples.WebApiConfig.HelloWorldHandler

Simple HTTP Handler that demonstrates logging using Log4Net and the Stackdriver Logging API.
Inheritance: System.Net.Http.HttpMessageHandler
显示文件 Open project: GoogleCloudPlatform/dotnet-docs-samples

Protected Methods

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

Method Details

SendAsync() protected method

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