C# Class CardIdleRemastered.BrowserWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: AlexanderSharykin/CardIdleRemastered

Public Properties

Property Type Description
SecondsWaiting int

Public Methods

Method Description
BrowserWindow ( ) : System
GetUriCookieContainer ( Uri uri ) : CookieContainer

Private Methods

Method Description
InternetGetCookieEx ( string url, string cookieName, StringBuilder cookieData, int &size, int dwFlags, IntPtr lpReserved ) : bool
InternetSetCookie ( string lpszUrlName, string lpszCookieName, string lpszCookieData ) : bool
InternetSetOption ( int hInternet, int dwOption, string lpBuffer, int dwBufferLength ) : bool
SetIeMode ( ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
wbAuth_Navigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
wbAuth_Navigating ( object sender, System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Method Details

BrowserWindow() public method

public BrowserWindow ( ) : System
return System

GetUriCookieContainer() public static method

public static GetUriCookieContainer ( Uri uri ) : CookieContainer
uri System.Uri
return System.Net.CookieContainer

Property Details

SecondsWaiting public_oe property

public int SecondsWaiting
return int