BaseTransportClient

Undocumented in source.

Members

Functions

call
void call(string url, string requestBody)
Undocumented in source.
post
ClientResponse post(string url, string fileName, File file)
Undocumented in source.
post
ClientResponse post(string url, string requestBody)
Undocumented in source. Be warned that the author may not have intended to support it.
post
ClientResponse post(string url)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CONTENT_TYPE
string CONTENT_TYPE;
Undocumented in source.
USER_AGENT
string USER_AGENT;
Undocumented in source.

Inherited Members

From TransportClient

post
ClientResponse post(string url, string requestBody)
Undocumented in source.
post
ClientResponse post(string url, string fileName, File file)
Undocumented in source.
post
ClientResponse post(string url)
Undocumented in source.

Meta