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

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

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

Метод Описание
GatewayWebRequester ( ClusterCredentials credentials, string contentType = "application/x-google-protobuf" ) : System

Initializes a new instance of the GatewayWebRequester class.

IssueWebRequestAsync ( string method, Stream input, RequestOptions options ) : Task

Issues the web request asynchronous.

Приватные методы

Метод Описание
InitCache ( ) : void

Описание методов

GatewayWebRequester() публичный Метод

Initializes a new instance of the GatewayWebRequester class.
public GatewayWebRequester ( ClusterCredentials credentials, string contentType = "application/x-google-protobuf" ) : System
credentials ClusterCredentials The credentials.
contentType string Type of the content.
Результат System

IssueWebRequestAsync() публичный Метод

Issues the web request asynchronous.
public IssueWebRequestAsync ( string method, Stream input, RequestOptions options ) : Task
method string The method.
input Stream The input.
options PhoenixSharp.Interfaces.RequestOptions request options
Результат Task