Rtsp |
The RtspMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| RtspMessage(ArraySegmentByte) | Creates a managed representation of an abstract RtspMessage concept from RFC2326. | |
| RtspMessage(RtspMessage) | Creates a RtspMessage by copying the properties of another. | |
| RtspMessage(Byte, Int32) | Creates a RtspMessage from the given bytes | |
| RtspMessage(RtspMessageType, NullableDouble, Encoding) | Constructs a RtspMessage |
| Name | Description | |
|---|---|---|
| Body | The body of the RtspMessage | |
| CSeq | Indicates the CSeq of this RtspMessage | |
| Disposed |
Indicates if Dispose has been called previously.
(Inherited from BaseDisposable) | |
| Encoding | The encoding of this RtspMessage. (Defaults to UTF-8) | |
| IsComplete | Indicates if the RtspMessage is complete | |
| Item | Accesses the header value | |
| Length | The length of the RtspMessage in bytes. | |
| MessageType | Indicates if this RtspMessage is a request or a response | |
| ShouldDispose |
Indicates if the instance should dispose any resourced when disposed.
(Inherited from BaseDisposable) | |
| StatusCode | Indicates the StatusCode of the RtspResponse | |
| Transferred | Indicates when the RtspMessage was transferred if sent. | |
| UserAgent | Indicates the UserAgent of this RtspRquest | |
| Version |
| Name | Description | |
|---|---|---|
| AppendOrSetHeader | ||
| CheckDisposed |
Throws an ObjectDisposedException if Disposed is true.
(Inherited from BaseDisposable) | |
| CompleteFrom | ||
| ContainsHeader | ||
| Dispose |
Disposes of all resourced used by the RtspMessage
(Overrides BaseDisposableDispose) | |
| Finalize | (Overrides BaseDisposableFinalize) | |
| FromHttpBytes | ||
| GetHeader | ||
| GetHeaders | Gets an array of all headers present in the RtspMessage | |
| GetHeaderValue | ||
| Prepare | ||
| RemoveHeader | Removes a header from the RtspMessage | |
| SetHeader | Sets or adds a header value | |
| ToBytes | Creates a Packet from the RtspMessage which can be sent on the network | |
| ToHttpBytes | ||
| ToString |
Creates a 'string' representation of the RtspMessage including all binary data contained therein.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| Created | ||
| Location | ||
| MaximumLength | ||
| Method | ||
| ReliableTransport | ||
| SecureTransport | ||
| UnreliableTransport |