CSeq Class |
Namespace: StreamCoders.Rtsp
The CSeq type exposes the following members.
Name | Description | |
---|---|---|
![]() | HeaderType |
Gets or sets the type of the RTSP header.
(Inherited from BaseHeader.) |
![]() | SequenceNumber |
The sequence number. This field should monotonically increase for each unique request.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Tests if this object is considered equal to another.
(Overrides ObjectEquals(Object).) |
![]() | Equals(CSeq) |
Tests if this CSeq is considered equal to another.
|
![]() | GetHashCode |
Calculates the hash code for this object.
(Overrides ObjectGetHashCode.) |
![]() | Parse |
Parses Header.
(Overrides BaseHeaderParse(String).) |
![]() | ToString |
Serializes object to text.
(Overrides BaseHeaderToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Equality operator.
|
![]() ![]() | Inequality |
Inequality operator.
|
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.) |