SIPAccountRequestLineExGetAuthInfo Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static AuthInfo GetAuthInfo(
SIPAccount sipAccount
)
Public Shared Function GetAuthInfo (
sipAccount As SIPAccount
) As AuthInfo
public:
static AuthInfo^ GetAuthInfo(
SIPAccount^ sipAccount
)
static member GetAuthInfo :
sipAccount : SIPAccount -> AuthInfo
Parameters
- sipAccount
- Type: Ozeki.VoIPSIPAccount
Return Value
Type:
AuthInfo
See Also