| BaseMessage Methods |
The BaseMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.
| |
| DeleteHeader |
Removes header from the message.
| |
| FindHeader |
Attempts to find a header in the message.
| |
| GetCSeq |
Helper function that returns the CSeq header in a message.
| |
| Parse |
Parses.
| |
| ParseHeader |
Parses a string containing a header and creates a BaseHeader instance from it.
| |
| ToString |
Convert this object into a string representation.
(Overrides ObjectToString.) |
| 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.) |