AuthRequiredEventArgs Class | 
Namespace: CefSharp.DevTools.Fetch
The AuthRequiredEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthRequiredEventArgs | Initializes a new instance of the AuthRequiredEventArgs class  | 
| Name | Description | |
|---|---|---|
| AuthChallenge | 
            Details of the Authorization Challenge encountered.
            If this is set, client should respond with continueRequest that
            contains AuthChallengeResponse.
              | |
| FrameId | 
            The id of the frame that initiated the request.
              | |
| Request | 
            The details of the request.
              | |
| RequestId | 
            Each request the page makes will have a unique id.
              | |
| ResourceType | 
            How the requested resource will be used.
              | 
| 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.) |