Метод | Описание | |
---|---|---|
GatewayWebRequester ( ClusterCredentials credentials, string contentType = "application/x-google-protobuf" ) : System |
Initializes a new instance of the GatewayWebRequester class.
|
|
IssueWebRequestAsync ( string method, Stream input, |
Issues the web request asynchronous.
|
Метод | Описание | |
---|---|---|
InitCache ( ) : void |
public GatewayWebRequester ( ClusterCredentials credentials, string contentType = "application/x-google-protobuf" ) : System | ||
credentials | ClusterCredentials | The credentials. |
contentType | string | Type of the content. |
Результат | System |
public IssueWebRequestAsync ( string method, Stream input, |
||
method | string | The method. |
input | Stream | The input. |
options | request options | |
Результат | Task |