C# Class Hyper.Http.RestQueryParameterHandler

RestQueryParameterHandler class.
Inheritance: System.Net.Http.DelegatingHandler
Mostra file Open project: tmitchel2/Hyper

Protected Methods

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

Sends an HTTP request to the inner handler to send to the server as an asynchronous operation.

Private Methods

Method Description
ToMethod ( string value ) : HttpMethod

To the method.

Method Details

SendAsync() protected method

Sends an HTTP request to the inner handler to send to the server as an asynchronous operation.
protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage The HTTP request message to send to the server.
cancellationToken System.Threading.CancellationToken A cancellation token to cancel operation.
return Task