| InviteHeaders Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Ozeki.VoIP
 Syntax
SyntaxThe InviteHeaders type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | InviteHeaders | Initializes a new instance of the InviteHeaders class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CallID | 
            Gets the value of the Call-ID header.
             | 
|  | Contact | 
            Gets the value of the Contact header.
             | 
|  | CSeq | 
            Gets the numeric value of the CSeq header.
             | 
|  | ExtensionHeaders | 
            Gets extension headers defined in other SIP RFCs (eg. P-Asserted-Identity).
             | 
|  | From | 
            Gets the value of the From header.
             | 
|  | MediaDescription | 
            Gets the SDP body of the INVITE.
             | 
|  | OptionalHeaders | 
            Gets the optional headers of the request (eg. User-Agent, Allow).
             | 
|  | RequestURI | 
            Gets the value of the Request-URI header.
             | 
|  | To | 
            Gets the value of the To header.
             | 
 See Also
See Also