Click or drag to resize
SIPMessageInfo Class
Represents structure of a SIP message.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPMessageInfo

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

The SIPMessageInfo type exposes the following members.

Constructors
  NameDescription
Public methodSIPMessageInfo
Initializes a new instance of the SIPMessageInfo class.
Public methodSIPMessageInfo(Boolean)
Initializes a new instance of the SIPMessageInfo class.
Top
Methods
Properties
  NameDescription
Public propertyBody
Gets or sets the body of the SIP message.
Public propertyFirstLine
Gets or sets the Request-Line or the Status-Line of the SIP message.
Public propertyHeaders
Gets or sets the headers fields of the SIP message.
Public propertyIsRequest
Gets or sets a boolean value indicating whether the SIP message is a request.
Top
See Also