Click or drag to resize

Response Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSIPMessage
      Ozeki.VoIPResponse

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class Response : SIPMessage

The Response type exposes the following members.

Constructors
 NameDescription
Public methodResponse(StatusLine, String)Initializes a new instance of the Response class
Public methodResponse(StatusLine, ListHeader, String)Initializes a new instance of the Response class
Top
Properties
 NameDescription
Public propertyBody
(Inherited from SIPMessage)
Public propertyCallID
(Inherited from SIPMessage)
Public propertyCSeq
(Inherited from SIPMessage)
Public propertyFrom
(Inherited from SIPMessage)
Public propertyHeaders
(Inherited from SIPMessage)
Public propertySDP
(Inherited from SIPMessage)
Public propertyStatusLine 
Public propertyTo
(Inherited from SIPMessage)
Public propertyTransportInfo
(Inherited from SIPMessage)
Top
Methods
 NameDescription
Public methodAddHeader
(Inherited from SIPMessage)
Public methodCloseConstruction
(Inherited from SIPMessage)
Public methodContainsHeader
(Inherited from SIPMessage)
Public methodEquals
(Inherited from SIPMessage)
Public methodGetAbstractExtensionHeader
(Inherited from SIPMessage)
Public methodGetAbstractExtensionHeaders
(Inherited from SIPMessage)
Public methodGetExtensionHeader
(Inherited from SIPMessage)
Public methodGetFirstVia
(Inherited from SIPMessage)
Public methodGetHashCode
(Inherited from SIPMessage)
Public methodGetHeader(HeaderType)
(Inherited from SIPMessage)
Public methodGetHeaderT
(Inherited from SIPMessage)
Public methodGetHeadersT
(Inherited from SIPMessage)
Public methodSetBody
(Inherited from SIPMessage)
Public methodSetSDP
(Inherited from SIPMessage)
Public methodSIPStringPart
(Overrides SIPMessageSIPStringPart)
Top
Fields
 NameDescription
Public fieldEncodedRespMessage 
Top
Extension Methods
See Also