ClientFactoryCreate Method |
Create new client
Namespace:
Apptus.Util.Http
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax 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