Click or drag to resize

CefSharp.DevTools.Fetch Namespace

Version 86.0.240

[Missing <summary> documentation for "N:CefSharp.DevTools.Fetch"]

Classes
  ClassDescription
Public classAuthChallenge
Authorization challenge for HTTP status code 401 or 407.
Public classAuthChallengeResponse
Response to an AuthChallenge.
Public classFetchClient
A domain for letting clients substitute browser's network layer with client code.
Public classGetResponseBodyResponse
GetResponseBodyResponse
Public classHeaderEntry
Response HTTP header entry
Public classRequestPattern
RequestPattern
Public classTakeResponseBodyAsStreamResponse
TakeResponseBodyAsStreamResponse
Enumerations
  EnumerationDescription
Public enumerationRequestStage
Stages of the request to handle. Request will intercept before the request is sent. Response will intercept after the response is received (but before response body is received.