Click or drag to resize
PBXBase Constructor
Initializes a new instance of the PBXBase class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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