Метод | Описание | |
---|---|---|
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.
|
public IssueWebRequestAsync ( string method, Stream input, RequestOptions options ) : Task |
||
method | string | The method. |
input | Stream | The input. |
options | RequestOptions | request options |
Результат | Task |
public VNetWebRequester ( string contentType = "application/x-google-protobuf" ) : System | ||
contentType | string | Type of the content. |
Результат | System |