Click or drag to resize
ClientFactory Class

Note: This API is now obsolete.

Creates new clients
Inheritance Hierarchy
SystemObject
  Apptus.Util.HttpClientFactory

Namespace:  Apptus.Util.Http
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
[ObsoleteAttribute]
public class ClientFactory

The ClientFactory type exposes the following members.

Constructors
  NameDescription
Protected methodClientFactory
Creates a new ClientFactory.
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Property for the singleton instance.
Top
Methods
  NameDescription
Public methodCreate
Create new client
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also