File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ namespace CefSharp
1212 // / Processes a custom scheme-based request asynchronously. The implementing method should call the callback whenever the
1313 // / request is completed.
1414 // / </summary>
15+ // / <param name="request">The request object.</param>
16+ // / <param name="response">The SchemeHandlerResponse object in which the handler is supposed to place the response
17+ // / information.</param>
18+ // / <param name="requestCompletedCallback">A callback which the handler is supposed to call once the processing is
19+ // / complete. The callback may be called on any thread.</param>
1520 // / <returns>true if the request is handled, false otherwise.</returns>
16- bool ProcessRequestAsync (IRequest^ request, SchemeHandlerResponse^ response, OnRequestCompletedHandler^ callback );
21+ bool ProcessRequestAsync (IRequest^ request, SchemeHandlerResponse^ response, OnRequestCompletedHandler^ requestCompletedCallback );
1722 };
1823}
You can’t perform that action at this time.
0 commit comments