C# Class AcManager.Tools.Helpers.WebBrowserHelper

Show file Open project: gro-ove/actools

Public Methods

Method Description
DisableBrowserEmulationMode ( ) : void
SetBrowserFeatureControlKey ( [ feature, [ appName, uint value ) : void
SetSilent ( [ browser, bool silent ) : void
SetSilentAlternative ( [ browser, bool silent ) : void
SetUserAgent ( string userAgent ) : void

Private Methods

Method Description
UrlMkSetSessionOption ( int dwOption, string pBuffer, int dwBufferLength, int dwReserved ) : int

Method Details

DisableBrowserEmulationMode() public static method

public static DisableBrowserEmulationMode ( ) : void
return void

SetBrowserFeatureControlKey() public static method

public static SetBrowserFeatureControlKey ( [ feature, [ appName, uint value ) : void
feature [
appName [
value uint
return void

SetSilent() public static method

public static SetSilent ( [ browser, bool silent ) : void
browser [
silent bool
return void

SetSilentAlternative() public static method

public static SetSilentAlternative ( [ browser, bool silent ) : void
browser [
silent bool
return void

SetUserAgent() public static method

public static SetUserAgent ( string userAgent ) : void
userAgent string
return void