Delegate Context.InterceptRequestDelegate

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll
API Level:
8

The delegate for intercepting and handling a resource request.

C#
Copy
public delegate void InterceptRequestDelegate(RequestInterceptor interceptor);

Extension Methods