Click or drag to resize
SIPMessageEx Class
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPMessageEx

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static class SIPMessageEx

The SIPMessageEx type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAcceptContentTypes
Retrieves the allowed methods from the SIP message.
Public methodStatic memberGetAllowedMethods
Retrieves the allowed methods from the SIP message.
Public methodStatic memberGetAPIHeaders
Public methodStatic memberGetContact
Retrieves the first contact from the SIP message.
Public methodStatic memberGetContacts
Retrieves the contacts from the SIP message.
Public methodStatic memberGetUserAgent
Gets the value of the User-Agent or the Server header.
Public methodStatic memberGetUserAgentNameVersion
Gets the name and the version of the user-agent from the SIP message.
Top
See Also