Click or drag to resize
BaseMessage Methods

The BaseMessage type exposes the following members.

Methods
  NameDescription
Public methodDeleteGenericHeader
Deletes a generic message from the message. A generic header is a header custom/proprietary header that is not part of the original RTSP specification.
Public methodDeleteHeader
Removes header from the message.
Public methodFindHeader
Attempts to find a header in the message.
Public methodGetCSeq
Helper function that returns the CSeq header in a message.
Public methodParse
Parses.
Public methodParseHeader
Parses a string containing a header and creates a BaseHeader instance from it.
Public methodToString
Convert this object into a string representation.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also