SIPMessageExGetContacts Method |
Retrieves the contacts from the SIP message.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static IEnumerable<SIPAddress> GetContacts(
SIPMessage msg
)
Public Shared Function GetContacts (
msg As SIPMessage
) As IEnumerable(Of SIPAddress)
public:
static IEnumerable<SIPAddress^>^ GetContacts(
SIPMessage^ msg
)
static member GetContacts :
msg : SIPMessage -> IEnumerable<SIPAddress>
Parameters
- msg
- Type: Ozeki.VoIPSIPMessage
Return Value
Type:
IEnumerableSIPAddressSee Also