C# 클래스 PhoenixSharp.Requester.GatewayWebRequester

상속: IWebRequester
파일 보기 프로젝트 열기: Azure/hdinsight-phoenix-sharp

공개 메소드들

메소드 설명
GatewayWebRequester ( ClusterCredentials credentials, string contentType = "application/x-google-protobuf" ) : System

Initializes a new instance of the GatewayWebRequester class.

IssueWebRequestAsync ( string method, Stream input, RequestOptions options ) : Task

Issues the web request asynchronous.

비공개 메소드들

메소드 설명
InitCache ( ) : void

메소드 상세

GatewayWebRequester() 공개 메소드

Initializes a new instance of the GatewayWebRequester class.
public GatewayWebRequester ( ClusterCredentials credentials, string contentType = "application/x-google-protobuf" ) : System
credentials ClusterCredentials The credentials.
contentType string Type of the content.
리턴 System

IssueWebRequestAsync() 공개 메소드

Issues the web request asynchronous.
public IssueWebRequestAsync ( string method, Stream input, RequestOptions options ) : Task
method string The method.
input Stream The input.
options PhoenixSharp.Interfaces.RequestOptions request options
리턴 Task