MonobjcMonobjc Documented Class Library
WebViewWillPerformClientRedirectToURLDelayFireDateForFrameMessage Method (sender, URL, seconds, date, frame)
NamespacesMonobjc.WebKitWebView..::..WebFrameLoadDelegateEventDispatcherWebViewWillPerformClientRedirectToURLDelayFireDateForFrameMessage(WebView, NSURL, Double, NSDate, WebFrame)

Invoked when a frame receives a client redirect and before it is fired.

Original signature is '- (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public void WebViewWillPerformClientRedirectToURLDelayFireDateForFrameMessage(
	WebView sender,
	NSURL URL,
	double seconds,
	NSDate date,
	WebFrame frame
)
Public Sub WebViewWillPerformClientRedirectToURLDelayFireDateForFrameMessage ( _
	sender As WebView, _
	URL As NSURL, _
	seconds As Double, _
	date As NSDate, _
	frame As WebFrame _
)
public:
void WebViewWillPerformClientRedirectToURLDelayFireDateForFrameMessage(
	WebView^ sender, 
	NSURL^ URL, 
	double seconds, 
	NSDate^ date, 
	WebFrame^ frame
)
Parameters
sender (WebView)
The web view containing the frame.
URL (NSURL)
The redirect location.
seconds (Double)
The number of seconds from date before the redirect will be fired.
date (NSDate)
The date and time to fire the redirect.
frame (WebFrame)
The frame where the redirect occurred.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)