SendCustomRequest
method in Coherence.Cloud.IRequestFactory
Methods
void SendCustomRequest(string endpoint, string path, string method, string body, Action<RequestResponse<string>> callback)
Parameters
Type | Name | Description |
---|---|---|
string | endpoint | |
string | path | |
string | method | |
string | body | |
Action<RequestResponse<string>> | callback |