SIPMessageExGetUserAgentNameVersion Method |
Gets the name and the version of the user-agent from the SIP message.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static OzTuple<string, string> GetUserAgentNameVersion(
SIPMessage msg
)
Public Shared Function GetUserAgentNameVersion (
msg As SIPMessage
) As OzTuple(Of String, String)
public:
static OzTuple<String^, String^>^ GetUserAgentNameVersion(
SIPMessage^ msg
)
static member GetUserAgentNameVersion :
msg : SIPMessage -> OzTuple<string, string>
Parameters
- msg SIPMessage
-
Return Value
OzTupleString,
StringName, Version
See Also