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: 10.4.13.0
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
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
Methods
 NameDescription
Public methodGetHeader Gets the SIP header field.
Public methodToString Returns a String that represents the current Object.
(Overrides ObjectToString)
Top
See Also