Client Class |
Note: This API is now obsolete.
Namespace: Apptus.Util.Http
[ObsoleteAttribute] public abstract class Client
The Client type exposes the following members.
Name | Description | |
---|---|---|
ConnectionTimeout | ||
GetTimeout |
Timeout for GET requests.
| |
LongGetTimeout |
Timeout for GET requests that are expected to take a long time.
| |
Password | ||
PostTimeout |
Timeout for POST requests.
| |
PutTimeout |
Timeout for PUT requests.
| |
User | ||
VeryLongGetTimeout |
Timeout for GET requests that are expected to take a very long time.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBytes |
Perform a GET request and get the result.
| |
GetChars |
Perform a GET request and get the result.
| |
GetHashCode | (Inherited from Object.) | |
GetLongBytes |
Perform a GET request that is expected to be long and get the result.
| |
GetString |
Perform a GET request and return the output as a string.
| |
GetType | (Inherited from Object.) | |
GetVeryLongBytes |
Perform a GET request that is expected to be very long and get the result.
| |
MemberwiseClone | (Inherited from Object.) | |
PostAndGetBytes |
Perform a POST request.
| |
PostBytes(String, DictionaryString, String, Stream) |
Perform a POST request.
| |
PostBytes(String, DictionaryString, String, Stream, Boolean) |
Perform a POST request.
| |
PostChars |
Perform a POST request.
| |
Put |
Perform a PUT request.
| |
ToString | (Inherited from Object.) |