SIPMessageExGetContact Method |
Retrieves the first contact from the SIP message.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static SIPAddress GetContact(
SIPMessage msg
)
Public Shared Function GetContact (
msg As SIPMessage
) As SIPAddress
public:
static SIPAddress^ GetContact(
SIPMessage^ msg
)
static member GetContact :
msg : SIPMessage -> SIPAddress
Parameters
- msg
- Type: Ozeki.VoIPSIPMessage
Return Value
Type:
SIPAddressSee Also