ApiClient Class

General HTTP API client methods.

Definition

Namespace: SMath.Manager.Network
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static class ApiClient
Inheritance
Object    ApiClient

Methods

Get(String, Stream) Performs a GET HTTP request using HttpWebRequest to the specified URL.
Get(String, Stream, String, String, ApiClientInProgressEventHandler, Int32, String)
Performs a GET HTTP request using HttpWebRequest to the specified URL.
GetParams Standard request parameters to send via HTTP/HTTPS.
Post Performs an unauthenticated POST HTTP request using HttpWebRequest to the specified url.

See Also