Click or drag to resize
RtspDescribe Class
The Describe method retrieves the description of a presentation or media object identified by the request URL from a server. It may use the Accept header to specify the description formats that the client understands. The server responds with a description of the requested resource. The Describe reply-response pair constitutes the media initialization phase of RTSP.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspBaseMessage
    StreamCoders.RtspRtspRequest
      StreamCoders.RtspRtspDescribe

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

The RtspDescribe type exposes the following members.

Constructors
  NameDescription
Public methodRtspDescribe
Default constructor.
Public methodRtspDescribe(Url)
Constructor. Initializes the Request with valid Request Header.
Top
Properties
  NameDescription
Public propertyHasMessageContent
Gets or sets a value indicating whether this object has content.
(Inherited from BaseMessage.)
Public propertyMessageType
Gets or sets the type of the message.
(Inherited from BaseMessage.)
Public propertyMethodInfo
Gets or sets the type of the method.
(Inherited from RtspRequest.)
Public propertyRequestLine
Gets or sets the request line.
(Inherited from RtspRequest.)
Public propertySdp
Gets or sets the SDP message appendix.
(Inherited from RtspRequest.)
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.
(Inherited from BaseMessage.)
Public methodDeleteHeader
Removes header from the message.
(Inherited from BaseMessage.)
Public methodFindHeader
Attempts to find a header in the message.
(Inherited from BaseMessage.)
Public methodGetCSeq
Helper function that returns the CSeq header in a message.
(Inherited from BaseMessage.)
Public methodParse
Parses a string to an RTSP request.
(Inherited from RtspRequest.)
Public methodParseHeader
Parses a string containing a header and creates a BaseHeader instance from it.
(Inherited from BaseMessage.)
Public methodToString
Convert this object into a string representation.
(Inherited from RtspRequest.)
Top
Fields
  NameDescription
Public fieldGenericHeaders (Inherited from BaseMessage.)
Public fieldHeaders (Inherited from BaseMessage.)
Public fieldStringHeaders (Inherited from BaseMessage.)
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