RtspResponse Class |
Namespace: StreamCoders.Rtsp
The RtspResponse type exposes the following members.
Name | Description | |
---|---|---|
RtspResponse |
Default constructor.
|
Name | Description | |
---|---|---|
HasMessageContent |
Gets or sets a value indicating whether this object has content.
(Inherited from BaseMessage.) | |
IsOk |
Returns true if the response is a 200 OK.
| |
MessageType |
Gets or sets the type of the message.
(Inherited from BaseMessage.) | |
ResponseLine |
Gets or sets the response line.
| |
Sdp |
Gets or sets the sdp.
|
Name | Description | |
---|---|---|
CreateFrom |
Creates an RTSP response from a request, a specific response code and optional SDP.
| |
DeleteGenericHeader |
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.) | |
DeleteHeader |
Removes header from the message.
(Inherited from BaseMessage.) | |
FindHeader |
Attempts to find a header in the message.
(Inherited from BaseMessage.) | |
GetCSeq |
Helper function that returns the CSeq header in a message.
(Inherited from BaseMessage.) | |
Parse |
Parses.
(Overrides BaseMessageParse(String).) | |
ParseHeader |
Parses a string containing a header and creates a BaseHeader instance from it.
(Inherited from BaseMessage.) | |
ToString |
Convert this object into a string representation.
(Overrides BaseMessageToString.) |
Name | Description | |
---|---|---|
GenericHeaders | (Inherited from BaseMessage.) | |
Headers | (Inherited from BaseMessage.) | |
StringHeaders | (Inherited from BaseMessage.) |
Name | Description | |
---|---|---|
Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |