SIPMessageExGetUserAgent Method |
Gets the value of the User-Agent or the Server header.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
StringSee Also