SIPClientIDFromRequestUAS Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static SIPClientID FromRequestUAS(
Request req,
bool withAuthName = true
)
Public Shared Function FromRequestUAS (
req As Request,
Optional withAuthName As Boolean = true
) As SIPClientID
public:
static SIPClientID^ FromRequestUAS(
Request^ req,
bool withAuthName = true
)
static member FromRequestUAS :
req : Request *
?withAuthName : bool
(* Defaults:
let _withAuthName = defaultArg withAuthName true
*)
-> SIPClientID
Parameters
- req Request
-
- withAuthName Boolean (Optional)
-
Return Value
SIPClientID
See Also