C# Class PhoenixSharp.Requester.VNetWebRequester

Inheritance: IWebRequester
ファイルを表示 Open project: Azure/hdinsight-phoenix-sharp

Public Methods

Method Description
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.

Method Details

IssueWebRequestAsync() public method

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
return Task

VNetWebRequester() public method

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