C# Class ProxyHttpHandler, code

Inheritance: HttpClientHandler
Show file Open project: shendongnian/code

Public Methods

Method Description
ProxyHttpHandler ( IOptions options )

Protected Methods

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

Method Details

ProxyHttpHandler() public method

public ProxyHttpHandler ( IOptions options )
options IOptions

SendAsync() protected method

protected SendAsync ( HttpRequestMessage, request, CancellationToken, cancellationToken ) : Task
request HttpRequestMessage,
cancellationToken CancellationToken,
return Task