Click or drag to resize

ServerInfo Constructor

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

Parameters

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