C# Class Iot.Common.HttpServiceClientHandler

Inheritance: System.Net.Http.HttpClientHandler
ファイルを表示 Open project: Azure-Samples/service-fabric-dotnet-iot

Public Methods

Method Description
HttpServiceClientHandler ( ) : System

Protected Methods

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

http://fabric/app/service/#/partitionkey/any|primary|secondary/endpoint-name/api-path

Method Details

HttpServiceClientHandler() public method

public HttpServiceClientHandler ( ) : System
return System

SendAsync() protected method

http://fabric/app/service/#/partitionkey/any|primary|secondary/endpoint-name/api-path
protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage
cancellationToken System.Threading.CancellationToken
return Task