SIPMessageExGetUserAgent Method |
Gets the value of the User-Agent or the Server header.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: Ozeki.VoIPSIPMessage
Return Value
Type:
String
See Also