Initializes a new instance of the
PBXBase class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public PBXBase(
int minPort,
int maxPort,
string userAgent = null
)
Public Sub New (
minPort As Integer,
maxPort As Integer,
Optional userAgent As String = Nothing
)
public:
PBXBase(
int minPort,
int maxPort,
String^ userAgent = nullptr
)
new :
minPort : int *
maxPort : int *
?userAgent : string
(* Defaults:
let _userAgent = defaultArg userAgent null
*)
-> PBXBase
Parameters
- minPort
- Type: SystemInt32
- maxPort
- Type: SystemInt32
- userAgent (Optional)
- Type: SystemString
User-Agent value which the PBX will use.
See Also