Click or drag to resize
GenericHeader Class
Represents a generic header. Generic headers are headers with names that are not defined in the protocol standard. They allow for proprietary information to be transported. A generic header can have an arbitrary name and value.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspGenericHeader

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

The GenericHeader type exposes the following members.

Constructors
  NameDescription
Public methodGenericHeader
Initializes a new instance of the GenericHeader class
Top
Properties
  NameDescription
Public propertyHeaderName
Gets or sets the name of the header.
Public propertyHeaderValue
Gets or sets the header value.
Top
Methods
  NameDescription
Public methodParse
Parses.
Public methodToString
Convert this object into a string representation.
(Overrides ObjectToString.)
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