C# 클래스 Iot.Common.HttpServiceClientHandler

상속: System.Net.Http.HttpClientHandler
파일 보기 프로젝트 열기: Azure-Samples/service-fabric-dotnet-iot

공개 메소드들

메소드 설명
HttpServiceClientHandler ( ) : System

보호된 메소드들

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

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

메소드 상세

HttpServiceClientHandler() 공개 메소드

public HttpServiceClientHandler ( ) : System
리턴 System

SendAsync() 보호된 메소드

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