C# 클래스 PhoenixSharp.Requester.VNetWebRequester

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

공개 메소드들

메소드 설명
IssueWebRequestAsync ( string method, Stream input, RequestOptions options ) : Task

Issues the web request asynchronous.

VNetWebRequester ( string contentType = "application/x-google-protobuf" ) : System

Initializes a new instance of the VNetWebRequester class.

메소드 상세

IssueWebRequestAsync() 공개 메소드

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

VNetWebRequester() 공개 메소드

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