Skip to main content

BrowserResponse Class

Definition

Assembly:Avalonia.Controls.WebView
Package:Avalonia.Controls.WebView
public class BrowserResponse

Inheritance: object -> BrowserResponse

Methods

NameDescription
RedirectNo summary available.

Redirect Method

public void Redirect(Uri uri)

Parameters

uri Uri

Properties

NameDescription
OutputStreamNo summary available.
StatusCodeNo summary available.

OutputStream Property

public System.IO.Stream OutputStream { get; set; }

StatusCode Property

public System.Net.HttpStatusCode StatusCode { get; set; }