SIPClientIDFromRequestUAS Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.VoIPRequest
- withAuthName (Optional)
- Type: SystemBoolean
Return Value
Type:
SIPClientIDSee Also