Create new client
Namespace: Apptus.Util.Http
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
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: ClientThe client
See Also