public void GetCookie(mbGetCookieCallback requestCallback, IntPtr param) => NativeMethods.mbGetCookie(this, requestCallback, param);
 public static extern void mbGetCookie(IntPtr webView, mbGetCookieCallback callback, IntPtr param);
Beispiel #3
0
 public extern static void mbGetCookie(mbWebView webView, mbGetCookieCallback callback, IntPtr param);