Show / Hide Table of Contents

Interface IRequestHandlerContext

Namespace: Robust.Client.WebView
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
bool IsDownload { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsHandled

Declaration
bool IsHandled { get; }
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
string Method { get; }
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
string Url { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

DoCancel()

Declaration
void DoCancel()
| 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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾