Click or drag to resize
RtspTeardown Class
The Teardown request stops the stream delivery for the given URI, freeing the resources associated with it. If the URI is the presentation URI for this presentation, any RTSP session identifier associated with the session is no longer valid. Unless all transport parameters are defined by the session description, a Setup request has to be issued before the session can be played again.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspBaseMessage
    StreamCoders.RtspRtspRequest
      StreamCoders.RtspRtspTeardown

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

The RtspTeardown type exposes the following members.

Constructors
  NameDescription
Public methodRtspTeardown
Default constructor.
Public methodRtspTeardown(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