Interface IRequestHandlerContext
Assembly: Robust.Client.WebView.dll
Syntax
public interface IRequestHandlerContext
Properties
|
Improve this Doc
View Source
IsCancelled
Declaration
bool IsCancelled { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsDownload
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsHandled
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsNavigation
Declaration
bool IsNavigation { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Method
Declaration
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
RequestInitiator
Declaration
string RequestInitiator { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Url
Declaration
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
DoCancel()
Declaration
|
Improve this Doc
View Source
DoRespondStream(Stream, String, HttpStatusCode)
Declaration
void DoRespondStream(Stream stream, string contentType, HttpStatusCode code = null)
Parameters
| Type |
Name |
Description |
| Stream |
stream |
|
| System.String |
contentType |
|
| HttpStatusCode |
code |
|