C# Class PhoenixSharp.Requester.VNetWebRequester

Inheritance: IWebRequester
Afficher le fichier Open project: Azure/hdinsight-phoenix-sharp

Méthodes publiques

Méthode 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 méthode

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

VNetWebRequester() public méthode

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