| Authorization Class |
Namespace: StreamCoders.Rtsp
The Authorization type exposes the following members.
| Name | Description | |
|---|---|---|
| Authorization |
Default constructor.
| |
| Authorization(WwwAuth, RequestHeader, String, String) |
Constructor.
| |
| Authorization(WwwAuth, String, String, String, String) | Initializes a new instance of the Authorization class |
| Name | Description | |
|---|---|---|
| AuthenticationType |
Gets or sets the type of the authentication.
| |
| HeaderType |
Gets or sets the type of the RTSP header.
(Inherited from BaseHeader.) | |
| Method |
Gets or sets the RTSP method (e.g. Describe) to use for hashing.
| |
| Nonce |
Gets or sets the nonce.
| |
| Password |
Gets or sets the password.
| |
| Realm |
Gets or sets the realm.
| |
| Response |
Gets or sets the response.
| |
| Uri |
Gets or sets URI of the document.
| |
| Username |
Gets or sets the username.
|
| Name | Description | |
|---|---|---|
| GenerateResponse |
Generates a response.
| |
| Parse |
Parses.
(Overrides BaseHeaderParse(String).) | |
| ToString |
Serializes object to text.
(Overrides BaseHeaderToString.) |
| 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.) |