Click or drag to resize

PBXBase Constructor

The base class for PBX systems

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public PBXBase(
	int minPort,
	int maxPort,
	string userAgent = null,
	AuthenticationScheme authScheme = AuthenticationScheme.DigestMD5
)

Parameters

minPort  Int32
maxPort  Int32
userAgent  String  (Optional)
User-Agent value which the PBX will use.
authScheme  AuthenticationScheme  (Optional)
 
See Also