Table of Contents

Class ReceiveHeadersResponse

Namespace
DotNetBrowser.Net.Handlers
Assembly
DotNetBrowser.dll

The response for the ReceiveHeadersHandler.

public sealed class ReceiveHeadersResponse
Inheritance
ReceiveHeadersResponse
Inherited Members

Properties

HttpHeaders

Gets the collection of the of HTTP headers with all its values.

Methods

Continue()

Creates a ReceiveHeadersResponse that uses headers without modification.

OverrideHeaders(IEnumerable<HttpHeader>)

Creates a ReceiveHeadersResponse that overrides the received headers.