CefSharp.DevTools.Fetch Namespace |
[Missing <summary> documentation for "N:CefSharp.DevTools.Fetch"]
Class | Description | |
---|---|---|
![]() | AuthChallenge |
Authorization challenge for HTTP status code 401 or 407.
|
![]() | AuthChallengeResponse |
Response to an AuthChallenge.
|
![]() | FetchClient |
A domain for letting clients substitute browser's network layer with client code.
|
![]() | GetResponseBodyResponse |
GetResponseBodyResponse
|
![]() | HeaderEntry |
Response HTTP header entry
|
![]() | RequestPattern |
RequestPattern
|
![]() | TakeResponseBodyAsStreamResponse |
TakeResponseBodyAsStreamResponse
|
Enumeration | Description | |
---|---|---|
![]() | RequestStage |
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.
|