Click or drag to resize
RtspResponse Class
Represents an RTSP response.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspBaseMessage
    StreamCoders.RtspRtspResponse

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

The RtspResponse type exposes the following members.

Constructors
  NameDescription
Public methodRtspResponse
Default constructor.
Top
Properties
  NameDescription
Public propertyHasMessageContent
Gets or sets a value indicating whether this object has content.
(Inherited from BaseMessage.)
Public propertyIsOk
Returns true if the response is a 200 OK.
Public propertyMessageType
Gets or sets the type of the message.
(Inherited from BaseMessage.)
Public propertyResponseLine
Gets or sets the response line.
Public propertySdp
Gets or sets the sdp.
Top
Methods
  NameDescription
Public methodStatic memberCreateFrom
Creates an RTSP response from a request, a specific response code and optional SDP.
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.
(Overrides BaseMessageParse(String).)
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.
(Overrides BaseMessageToString.)
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