Click or drag to resize

RtspResponse Class

Inheritance Hierarchy
SystemObject
  Ozeki.CameraAbstractRtspMessage
    Ozeki.CameraRtspResponse

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class RtspResponse : AbstractRtspMessage

The RtspResponse type exposes the following members.

Constructors
 NameDescription
Public methodRtspResponseInitializes a new instance of the RtspResponse class
Top
Properties
 NameDescription
Public propertyBody
(Inherited from AbstractRtspMessage)
Public propertyCseq
(Inherited from AbstractRtspMessage)
Public propertyHeaders
(Inherited from AbstractRtspMessage)
Public propertyStatusLine 
Protected propertySync
(Inherited from AbstractRtspMessage)
Public propertyVersion
(Inherited from AbstractRtspMessage)
Top
Methods
 NameDescription
Public methodGetHeaderT
(Inherited from AbstractRtspMessage)
Public methodToRtspString
(Overrides AbstractRtspMessageToRtspString)
Public methodToString
(Overrides ObjectToString)
Top
See Also