Delegate WebContext.HttpRequestInterceptedCallback

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

The callback function that is invoked when http request need be intercepted.

C#
Copy
public delegate void HttpRequestInterceptedCallback(WebHttpRequestInterceptor interceptor);

Extension Methods