Click or drag to resize

SIPMessageExGetUserAgentNameVersion Method

Gets the name and the version of the user-agent from the SIP message.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public static OzTuple<string, string> GetUserAgentNameVersion(
	SIPMessage msg
)

Parameters

msg  SIPMessage
 

Return Value

OzTupleString, String
Name, Version
See Also