The base class for PBX systems
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic PBXBase(
int minPort,
int maxPort,
string userAgent = null,
AuthenticationScheme authScheme = AuthenticationScheme.DigestMD5
)
Public Sub New (
minPort As Integer,
maxPort As Integer,
Optional userAgent As String = Nothing,
Optional authScheme As AuthenticationScheme = AuthenticationScheme.DigestMD5
)
public:
PBXBase(
int minPort,
int maxPort,
String^ userAgent = nullptr,
AuthenticationScheme authScheme = AuthenticationScheme::DigestMD5
)
new :
minPort : int *
maxPort : int *
?userAgent : string *
?authScheme : AuthenticationScheme
(* Defaults:
let _userAgent = defaultArg userAgent null
let _authScheme = defaultArg authScheme AuthenticationScheme.DigestMD5
*)
-> PBXBase
Parameters
- minPort Int32
- maxPort Int32
- userAgent String (Optional)
- User-Agent value which the PBX will use.
- authScheme AuthenticationScheme (Optional)
-
See Also