Note: This API is now obsolete.
Creates new clients
Inheritance Hierarchy
Apptus.Util.HttpClientFactory
Namespace: Apptus.Util.Http
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax
C#
[ObsoleteAttribute] public class ClientFactory
The ClientFactory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ClientFactory |
Creates a new ClientFactory.
|
Properties
| Name | Description | |
|---|---|---|
| Instance |
Property for the singleton instance.
|
Methods
| Name | Description | |
|---|---|---|
| Create |
Create new client
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also