Click or drag to resize
BaseMessage Class
Abstract base class for all RTSP messages. Messages contain headers (standardized and generic) and content (SDP or custom).
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspBaseMessage
    StreamCoders.RtspRtspRequest
    StreamCoders.RtspRtspResponse

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public abstract class BaseMessage

The BaseMessage type exposes the following members.

Properties
  NameDescription
Public propertyHasMessageContent
Gets or sets a value indicating whether this object has content.
Public propertyMessageType
Gets or sets the type of the message.
Top
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
Fields
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