This method of the IWebBrowser2 interface sets a value indicating whether the WebBrowser control is currently operating in offline mode. In offline mode, the browser is forced to read HTML pages from the local cache rather than from the source document.
public void setOffline(boolean Offline);
Offline | Determines whether the WebBrowser control is in offline mode. If TRUE, the WebBrowser will read data about its current URL from its local cache. If FALSE, it will attempt to read the source document. The default value is FALSE. |