Click or drag to resize

RtspMessage Properties

The RtspMessage type exposes the following members.

Properties
 NameDescription
Public propertyBody The body of the RtspMessage
Public propertyCSeq Indicates the CSeq of this RtspMessage
Public propertyDisposed Indicates if Dispose has been called previously.
(Inherited from BaseDisposable)
Public propertyEncoding The encoding of this RtspMessage. (Defaults to UTF-8)
Public propertyIsComplete Indicates if the RtspMessage is complete
Public propertyItem Accesses the header value
Public propertyLength The length of the RtspMessage in bytes.
Public propertyMessageType Indicates if this RtspMessage is a request or a response
Public propertyShouldDispose Indicates if the instance should dispose any resourced when disposed.
(Inherited from BaseDisposable)
Public propertyStatusCode Indicates the StatusCode of the RtspResponse
Public propertyTransferred Indicates when the RtspMessage was transferred if sent.
Public propertyUserAgent Indicates the UserAgent of this RtspRquest
Public propertyVersion 
Top
See Also