RtspMessage Methods |
The RtspMessage type exposes the following members.
Name | Description | |
---|---|---|
AppendOrSetHeader | ||
CheckDisposed |
Throws an ObjectDisposedException if Disposed is true.
(Inherited from BaseDisposable.) | |
CompleteFrom | ||
ContainsHeader | ||
Dispose |
Disposes of all resourced used by the RtspMessage
(Overrides BaseDisposableDispose.) | |
Finalize | (Overrides BaseDisposableFinalize.) | |
FromHttpBytes | ||
GetHeader | ||
GetHeaders |
Gets an array of all headers present in the RtspMessage
| |
GetHeaderValue | ||
Prepare | ||
RemoveHeader |
Removes a header from the RtspMessage
| |
SetHeader |
Sets or adds a header value
| |
ToBytes |
Creates a Packet from the RtspMessage which can be sent on the network
| |
ToHttpBytes | ||
ToString |
Creates a 'string' representation of the RtspMessage including all binary data contained therein.
(Overrides ObjectToString.) |