Click or drag to resize
ClientFactoryCreate Method
Create new client

Namespace:  Apptus.Util.Http
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
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