Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
GoogleCloudSamples
WebApiConfig.HelloWorldHandler
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