SIPMessageExGetUserAgentNameVersion Method |
Gets the name and the version of the user-agent from the SIP message.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.VoIPSIPMessage
Return Value
Type:
OzTupleString,
StringName, Version
See Also