Click or drag to resize

RtspMessage Methods

The RtspMessage type exposes the following members.

Methods
 NameDescription
Public methodAppendOrSetHeader 
Protected methodCheckDisposed Throws an ObjectDisposedException if Disposed is true.
(Inherited from BaseDisposable)
Public methodCompleteFrom 
Public methodContainsHeader 
Public methodDispose Disposes of all resourced used by the RtspMessage
(Overrides BaseDisposableDispose)
Protected methodFinalize
(Overrides BaseDisposableFinalize)
Public methodStatic memberFromHttpBytes 
Public methodGetHeader 
Public methodGetHeaders Gets an array of all headers present in the RtspMessage
Public methodGetHeaderValue 
Public methodPrepare 
Public methodRemoveHeader Removes a header from the RtspMessage
Public methodSetHeader Sets or adds a header value
Public methodToBytes Creates a Packet from the RtspMessage which can be sent on the network
Public methodStatic memberToHttpBytes 
Public methodToString Creates a 'string' representation of the RtspMessage including all binary data contained therein.
(Overrides ObjectToString)
Top
See Also