C# 클래스 Hyper.Http.RestQueryParameterHandler

RestQueryParameterHandler class.
상속: System.Net.Http.DelegatingHandler
파일 보기 프로젝트 열기: tmitchel2/Hyper

보호된 메소드들

메소드 설명
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

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

비공개 메소드들

메소드 설명
ToMethod ( string value ) : HttpMethod

To the method.

메소드 상세

SendAsync() 보호된 메소드

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.
리턴 Task