Class ResponseCreatedEventArgs
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Response arguments.
public class ResponseCreatedEventArgs : EventArgs
- Inheritance
-
ResponseCreatedEventArgs
Constructors
ResponseCreatedEventArgs(IResponse)
Response arguments.
public ResponseCreatedEventArgs(IResponse response)
Parameters
response
IResponse
Properties
Response
Gets the response.
public IResponse Response { get; }
Property Value
- IResponse
The response.