SIPMessageExGetUserAgent Method |
Gets the value of the User-Agent or the Server header.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static string GetUserAgent(
SIPMessage msg
)
Public Shared Function GetUserAgent (
msg As SIPMessage
) As String
public:
static String^ GetUserAgent(
SIPMessage^ msg
)
static member GetUserAgent :
msg : SIPMessage -> string
Parameters
- msg SIPMessage
-
Return Value
String
See Also