C# Class Iot.Common.HttpServiceClientHandler

Inheritance: System.Net.Http.HttpClientHandler
Afficher le fichier Open project: Azure-Samples/service-fabric-dotnet-iot

Méthodes publiques

Méthode Description
HttpServiceClientHandler ( ) : System

Méthodes protégées

Méthode Description
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

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

Method Details

HttpServiceClientHandler() public méthode

public HttpServiceClientHandler ( ) : System
Résultat System

SendAsync() protected méthode

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
Résultat Task