Click or drag to resize
BaseHeader Class
Abstract base class for all RTSP headers.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspBaseHeader
    More...

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

The BaseHeader type exposes the following members.

Properties
  NameDescription
Public propertyHeaderType
Gets or sets the type of the RTSP header.
Top
Methods
  NameDescription
Public methodParse
Parses Header.
Public methodToString
Serializes object to text.
(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
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspBaseHeader
    StreamCoders.RtspAccept
    StreamCoders.RtspAllow
    StreamCoders.RtspAuthorization
    StreamCoders.RtspCacheControl
    StreamCoders.RtspContentBase
    StreamCoders.RtspContentLength
    StreamCoders.RtspContentLocation
    StreamCoders.RtspContentType
    StreamCoders.RtspCSeq
    StreamCoders.RtspDate
    StreamCoders.RtspEosReason
    StreamCoders.RtspEventType
    StreamCoders.RtspExpires
    StreamCoders.RtspIfModifiedSince
    StreamCoders.RtspLastModified
    StreamCoders.RtspLocation
    StreamCoders.RtspPublicHeader
    StreamCoders.RtspRange
    StreamCoders.RtspRequestHeader
    StreamCoders.RtspRequire
    StreamCoders.RtspResponseHeader
    StreamCoders.RtspRtpInfo
    StreamCoders.RtspScale
    StreamCoders.RtspServer
    StreamCoders.RtspSession
    StreamCoders.RtspSpeed
    StreamCoders.RtspTimestamp
    StreamCoders.RtspTransport
    StreamCoders.RtspUserAgent
    StreamCoders.RtspWwwAuth