RequestWillBeSentExtraInfoEventArgs Class |
Namespace: CefSharp.DevTools.Network
The RequestWillBeSentExtraInfoEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | RequestWillBeSentExtraInfoEventArgs | Initializes a new instance of the RequestWillBeSentExtraInfoEventArgs class |
Name | Description | |
---|---|---|
![]() | AssociatedCookies |
A list of cookies potentially associated to the requested URL. This includes both cookies sent with
the request and the ones not sent; the latter are distinguished by having blockedReason field set.
|
![]() | ClientSecurityState |
The client security state set for the request.
|
![]() | ConnectTiming |
Connection timing information for the request.
|
![]() | Headers |
Raw request headers as they will be sent over the wire.
|
![]() | RequestId |
Request identifier. Used to match this information to an existing requestWillBeSent event.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |