Click or drag to resize

PBXBase Constructor

The base class for PBX systems

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

Parameters

minPort
Type: SystemInt32
maxPort
Type: SystemInt32
userAgent (Optional)
Type: SystemString
User-Agent value which the PBX will use.
See Also