C# Класс PhoenixSharp.Requester.VNetWebRequester

Наследование: IWebRequester
Показать файл Открыть проект

Открытые методы

Метод Описание
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