| RtspMessage Properties |
The RtspMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| Body |
The body of the RtspMessage
| |
| CSeq |
Indicates the CSeq of this RtspMessage
| |
| Disposed |
Indicates if Dispose has been called previously.
(Inherited from BaseDisposable.) | |
| Encoding |
The encoding of this RtspMessage. (Defaults to UTF-8)
| |
| IsComplete |
Indicates if the RtspMessage is complete
| |
| Item |
Accesses the header value
| |
| Length |
The length of the RtspMessage in bytes.
| |
| MessageType |
Indicates if this RtspMessage is a request or a response
| |
| ShouldDispose |
Indicates if the instance should dispose any resourced when disposed.
(Inherited from BaseDisposable.) | |
| StatusCode |
Indicates the StatusCode of the RtspResponse
| |
| Transferred |
Indicates when the RtspMessage was transferred if sent.
| |
| UserAgent |
Indicates the UserAgent of this RtspRquest
| |
| Version |