Click or drag to resize
SignalingServer Constructor (TransportType, String, Int32, FailbackPolicy, String, Boolean)

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public SignalingServer(
	TransportType transportType,
	string hostName,
	int port,
	FailbackPolicy failbackPolicy,
	string[] preloadedRoutes,
	bool permanentMemberOfRegistrationGroup
)

Parameters

transportType
Type: Avaya.ClientServicesTransportType
hostName
Type: SystemString
port
Type: SystemInt32
failbackPolicy
Type: Avaya.ClientServicesFailbackPolicy
preloadedRoutes
Type: SystemString
permanentMemberOfRegistrationGroup
Type: SystemBoolean
See Also