ClientFactoryCreate Method A Sandcastle Documented Class Library
Create new client

Namespace:  Apptus.Util.Http
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public virtual Client Create(
	string host,
	int port,
	bool useSsl
)

Parameters

host
Type: SystemString
The host
port
Type: SystemInt32
The port
useSsl
Type: SystemBoolean
Whether or not to use ssl

Return Value

Type: Client
The client
See Also

Reference