Click or drag to resize
ServerInfo Constructor

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public ServerInfo(
	string hostName,
	int port,
	bool isSecure
)

Parameters

hostName
Type: SystemString
port
Type: SystemInt32
isSecure
Type: SystemBoolean
See Also