Note: This API is now obsolete.
Abstract client class.
Inheritance Hierarchy
Apptus.Util.HttpClient
Namespace: Apptus.Util.Http
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax
C#
[ObsoleteAttribute] public abstract class Client
The Client type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Client | Initializes a new instance of the Client class |
Properties
| 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.
|
Methods
| 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.) |
See Also