Click or drag to resize
InviteHeaders Class
Contains the values of the SIP INVITE headers.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPInviteHeaders

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

The InviteHeaders type exposes the following members.

Constructors
  NameDescription
Public methodInviteHeaders
Initializes a new instance of the InviteHeaders class
Top
Properties
  NameDescription
Public propertyCallID
Gets the value of the Call-ID header.
Public propertyContact
Gets the value of the Contact header.
Public propertyCSeq
Gets the numeric value of the CSeq header.
Public propertyExtensionHeaders
Gets extension headers defined in other SIP RFCs (eg. P-Asserted-Identity).
Public propertyFrom
Gets the value of the From header.
Public propertyMediaDescription
Gets the SDP body of the INVITE.
Public propertyOptionalHeaders
Gets the optional headers of the request (eg. User-Agent, Allow).
Public propertyRequestURI
Gets the value of the Request-URI header.
Public propertyTo
Gets the value of the To header.
Top
See Also