SYMBOL INDEX (301 symbols across 74 files) FILE: TestPassword PRO V1.8.0.4/TestPassword/Hash.cs class Hash (line 8) | public static class Hash method HashTo4Str (line 13) | public static string HashTo4Str(int hash) method StrTo4Hash (line 28) | public static int StrTo4Hash(string str) method HashTo6Str (line 40) | public static string HashTo6Str(int hash) method StrTo6Hash (line 57) | public static int StrTo6Hash(string str) method Char2Hash (line 70) | private static int Char2Hash(char c) method Hash2Char (line 75) | private static char Hash2Char(int hash) method reverse (line 80) | private static string reverse(string str) FILE: TestPassword PRO V1.8.0.4/TestPassword/HttpTest.cs class HttpTest (line 12) | public class HttpTest method HttpTest (line 19) | public HttpTest(string url) method Get (line 27) | public string Get() method Post (line 36) | public string Post(string pwd) method HttpGet (line 55) | private string HttpGet(string Url) method HttpPost (line 83) | private string HttpPost(string Url, string Data) FILE: TestPassword PRO V1.8.0.4/TestPassword/HttpThread.cs class HttpThread (line 10) | public class HttpThread method HttpThread (line 26) | public HttpThread(Main main, string name, int start, int number, int i... method Start (line 38) | public HttpThread Start() method _Timer (line 55) | private void _Timer(object sender, ElapsedEventArgs e) FILE: TestPassword PRO V1.8.0.4/TestPassword/Main.Designer.cs class Main (line 3) | partial class Main method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TestPassword PRO V1.8.0.4/TestPassword/Main.cs class Main (line 11) | public partial class Main : Form method Main (line 13) | public Main() method btn_start_Click (line 20) | private void btn_start_Click(object sender, EventArgs e) method btn_status_Click (line 51) | private void btn_status_Click(object sender, EventArgs e) method btn_net_Click (line 91) | private void btn_net_Click(object sender, EventArgs e) method txt_ts_Click (line 106) | private void txt_ts_Click(object sender, EventArgs e) method ModifyStr (line 113) | public void ModifyStr(string str1, string str2) method _KeyPress (line 149) | private void _KeyPress(object sender, KeyPressEventArgs e) FILE: TestPassword PRO V1.8.0.4/TestPassword/Program.cs class Program (line 8) | static class Program method Main (line 13) | [STAThread] FILE: TestPassword PRO V1.8.0.4/TestPassword/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: TestPassword PRO V1.8.0.4/TestPassword/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: TestPassword PRO V1.8.0.4/TestPassword/StaticClass.cs class StaticClass (line 13) | public static class StaticClass method HttpGet (line 34) | public static string HttpGet(string Url) FILE: TestPassword V1.0.0.0 APK/app/src/androidTest/java/com/zgcwkj/baidupantest/testpassword/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: TestPassword V1.0.0.0 APK/app/src/main/java/com/zgcwkj/baidupantest/testpassword/MainActivity.java class MainActivity (line 11) | public class MainActivity extends AppCompatActivity { method onCreate (line 13) | @Override FILE: TestPassword V1.0.0.0 APK/app/src/test/java/com/zgcwkj/baidupantest/testpassword/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: TestPassword V1.0.0.0/TestPassword/Access.cs class Access (line 12) | public class Access method Access (line 20) | public Access(string url) method Get (line 28) | public string Get() method Post (line 37) | public string Post(string pwd) method HttpGet (line 53) | private string HttpGet(string Url) method HttpPost (line 79) | private string HttpPost(string Url, string Data) FILE: TestPassword V1.0.0.0/TestPassword/GoFind.cs class GoFind (line 6) | public class GoFind method GoFind (line 12) | public GoFind(Main main, int start, int number, int interval) method _Timer (line 21) | private void _Timer(object sender, ElapsedEventArgs e) FILE: TestPassword V1.0.0.0/TestPassword/Hash.cs class Hash (line 8) | public static class Hash method Hash2Str (line 12) | public static string Hash2Str(int hash) method Str2Hash (line 27) | public static int Str2Hash(string str) method Char2Hash (line 37) | private static int Char2Hash(char c) method Hash2Char (line 42) | private static char Hash2Char(int hash) method reverse (line 47) | private static string reverse(string str) FILE: TestPassword V1.0.0.0/TestPassword/Main.Designer.cs class Main (line 3) | partial class Main method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TestPassword V1.0.0.0/TestPassword/Main.cs class Main (line 8) | public partial class Main : Form method Main (line 10) | public Main() method Main_Load (line 14) | private void Main_Load(object sender, EventArgs e) method Main_FormClosing (line 24) | private void Main_FormClosing(object sender, FormClosingEventArgs e) method btn_Click (line 29) | private void btn_Click(object sender, EventArgs e)//启动按钮 method ModifyStr (line 53) | public void ModifyStr(string str1, string str2)//委托进行显示数据 method _KeyPress (line 87) | private void _KeyPress(object sender, KeyPressEventArgs e)//限制输入 method enabled (line 91) | public void enabled(bool b)//启用或禁用控件 FILE: TestPassword V1.0.0.0/TestPassword/Program.cs class Program (line 8) | static class Program method Main (line 13) | [STAThread] FILE: TestPassword V1.0.0.0/TestPassword/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: TestPassword V1.0.0.0/TestPassword/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: TestPassword V1.0.0.0/TestPassword/StaticClass.cs class StaticClass (line 11) | public static class StaticClass FILE: TestPassword V1.8.0.4/TestPassword/Hash.cs class Hash (line 8) | public static class Hash method HashTo4Str (line 13) | public static string HashTo4Str(int hash) method StrTo4Hash (line 28) | public static int StrTo4Hash(string str) method HashTo6Str (line 40) | public static string HashTo6Str(int hash) method StrTo6Hash (line 57) | public static int StrTo6Hash(string str) method Char2Hash (line 70) | private static int Char2Hash(char c) method Hash2Char (line 75) | private static char Hash2Char(int hash) method reverse (line 80) | private static string reverse(string str) FILE: TestPassword V1.8.0.4/TestPassword/HttpTest.cs class HttpTest (line 12) | public class HttpTest method HttpTest (line 19) | public HttpTest(string url) method Get (line 27) | public string Get() method Post (line 36) | public string Post(string pwd) method HttpGet (line 55) | private string HttpGet(string Url) method HttpPost (line 83) | private string HttpPost(string Url, string Data) FILE: TestPassword V1.8.0.4/TestPassword/HttpThread.cs class HttpThread (line 10) | public class HttpThread method HttpThread (line 26) | public HttpThread(Main main, string name, int start, int number, int i... method Start (line 38) | public HttpThread Start() method _Timer (line 55) | private void _Timer(object sender, ElapsedEventArgs e) FILE: TestPassword V1.8.0.4/TestPassword/Main.Designer.cs class Main (line 3) | partial class Main method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TestPassword V1.8.0.4/TestPassword/Main.cs class Main (line 8) | public partial class Main : Form method Main (line 10) | public Main() method btn_Click (line 14) | private void btn_Click(object sender, EventArgs e)//启动按钮 method btn_start_Click (line 40) | private void btn_start_Click(object sender, EventArgs e) method btn_status_Click (line 71) | private void btn_status_Click(object sender, EventArgs e) method txt_ts_Click (line 111) | private void txt_ts_Click(object sender, EventArgs e) method ModifyStr (line 118) | public void ModifyStr(string str1, string str2) method _KeyPress (line 154) | private void _KeyPress(object sender, KeyPressEventArgs e) FILE: TestPassword V1.8.0.4/TestPassword/Program.cs class Program (line 8) | static class Program method Main (line 13) | [STAThread] FILE: TestPassword V1.8.0.4/TestPassword/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: TestPassword V1.8.0.4/TestPassword/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: TestPassword V1.8.0.4/TestPassword/StaticClass.cs class StaticClass (line 11) | public static class StaticClass FILE: TestPassword V1.8.0.5/TestPassword/Hash.cs class Hash (line 5) | public static class Hash method HashTo4Str (line 12) | public static string HashTo4Str(int hash) method StrTo4Hash (line 28) | public static int StrTo4Hash(string str) method HashTo6Str (line 43) | public static string HashTo6Str(int hash) method StrTo6Hash (line 61) | public static int StrTo6Hash(string str) method Char2Hash (line 76) | private static int Char2Hash(char c) method Hash2Char (line 82) | private static char Hash2Char(int hash) method reverse (line 88) | private static string reverse(string str) FILE: TestPassword V1.8.0.5/TestPassword/HttpTest.cs class HttpTest (line 11) | public class HttpTest method HttpTest (line 19) | public HttpTest(string url) method Get (line 28) | public string Get() method Post (line 38) | public string Post(string pwd) method HttpGet (line 61) | private string HttpGet(string Url) method HttpPost (line 92) | private string HttpPost(string Url, string Data) FILE: TestPassword V1.8.0.5/TestPassword/HttpThread.cs class HttpThread (line 7) | public class HttpThread method HttpThread (line 23) | public HttpThread(Main main, string name, int start, int number, int i... method Start (line 36) | public HttpThread Start() method _Timer (line 57) | private void _Timer(object sender, ElapsedEventArgs e) FILE: TestPassword V1.8.0.5/TestPassword/Main.Designer.cs class Main (line 3) | partial class Main method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TestPassword V1.8.0.5/TestPassword/Main.cs class Main (line 8) | public partial class Main : Form method Main (line 10) | public Main() method btn_start_Click (line 18) | private void btn_start_Click(object sender, EventArgs e) method btn_status_Click (line 72) | private void btn_status_Click(object sender, EventArgs e) method btn_net_Click (line 127) | private void btn_net_Click(object sender, EventArgs e) method ModifyStr (line 145) | public void ModifyStr(string str1, string str2) method btn_apk_Click (line 183) | private void btn_apk_Click(object sender, EventArgs e) method btn_app_Click (line 191) | private void btn_app_Click(object sender, EventArgs e) method btn_blog_Click (line 203) | private void btn_blog_Click(object sender, EventArgs e) method txt_ts_Click (line 211) | private void txt_ts_Click(object sender, EventArgs e) method _KeyPress (line 223) | private void _KeyPress(object sender, KeyPressEventArgs e) FILE: TestPassword V1.8.0.5/TestPassword/Program.cs class Program (line 6) | internal static class Program method Main (line 11) | [STAThread] FILE: TestPassword V1.8.0.5/TestPassword/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: TestPassword V1.8.0.5/TestPassword/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: TestPassword V1.8.0.5/TestPassword/StaticClass.cs class StaticClass (line 11) | public static class StaticClass method HttpGet (line 37) | public static string HttpGet(string Url) FILE: TestPassword V1.8.0.6/TestPassword/Hash.cs class Hash (line 5) | public static class Hash method HashTo4Str (line 12) | public static string HashTo4Str(int hash) method StrTo4Hash (line 28) | public static int StrTo4Hash(string str) method HashTo6Str (line 43) | public static string HashTo6Str(int hash) method StrTo6Hash (line 61) | public static int StrTo6Hash(string str) method Char2Hash (line 76) | private static int Char2Hash(char c) method Hash2Char (line 82) | private static char Hash2Char(int hash) method reverse (line 88) | private static string reverse(string str) FILE: TestPassword V1.8.0.6/TestPassword/HttpHelp.cs class HttpHelp (line 13) | public static class HttpHelp method HttpGet (line 25) | public static string HttpGet(string Url) method HttpPost (line 56) | public static string HttpPost(string Url, string Data) FILE: TestPassword V1.8.0.6/TestPassword/HttpProxy.cs class HttpProxy (line 7) | public class HttpProxy method startUp (line 15) | public bool startUp() method SwitchOn (line 86) | public void SwitchOn(string ip_port) method SwitchOff (line 93) | public void SwitchOff() method GetSwitchState (line 99) | public bool GetSwitchState() method GetProxyIp (line 105) | public string GetProxyIp() method SetRegValue (line 110) | private void SetRegValue(string path, string name, T value) method GetRegValue (line 119) | private string GetRegValue(string path, string name) FILE: TestPassword V1.8.0.6/TestPassword/HttpTest.cs class HttpTest (line 11) | public class HttpTest method HttpTest (line 19) | public HttpTest(string url) method Get (line 28) | public string Get() method Post (line 38) | public string Post(string pwd) method HttpGet (line 61) | private string HttpGet(string Url) method HttpPost (line 92) | private string HttpPost(string Url, string Data) FILE: TestPassword V1.8.0.6/TestPassword/HttpThread.cs class HttpThread (line 7) | public class HttpThread method HttpThread (line 23) | public HttpThread(Main main, string name, int start, int number, int i... method Start (line 36) | public HttpThread Start() method _Timer (line 57) | private void _Timer(object sender, ElapsedEventArgs e) FILE: TestPassword V1.8.0.6/TestPassword/Main.Designer.cs class Main (line 3) | partial class Main method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TestPassword V1.8.0.6/TestPassword/Main.cs class Main (line 8) | public partial class Main : Form method Main (line 10) | public Main() method btn_start_Click (line 18) | private void btn_start_Click(object sender, EventArgs e) method btn_status_Click (line 92) | private void btn_status_Click(object sender, EventArgs e) method btn_net_Click (line 153) | private void btn_net_Click(object sender, EventArgs e) method ModifyStr (line 172) | public void ModifyStr(string str1, string str2) method txt_ts_Click (line 237) | private void txt_ts_Click(object sender, EventArgs e) method _KeyPress (line 249) | private void _KeyPress(object sender, KeyPressEventArgs e) method cB_ktwo_CheckedChanged (line 257) | private void cB_ktwo_CheckedChanged(object sender, EventArgs e) method Main_FormClosed (line 287) | private void Main_FormClosed(object sender, FormClosedEventArgs e) FILE: TestPassword V1.8.0.6/TestPassword/Program.cs class Program (line 7) | internal static class Program method Main (line 12) | [STAThread] method ServiceVerificat (line 43) | private static bool ServiceVerificat() FILE: TestPassword V1.8.0.6/TestPassword/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: TestPassword V1.8.0.6/TestPassword/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: TestPassword V1.8.0.6/TestPassword/StaticClass.cs class StaticClass (line 11) | public static class StaticClass method HttpGet (line 47) | public static string HttpGet(string Url) FILE: TestPassword V1.8.1.0/TestPassword/Hash.cs class Hash (line 5) | public static class Hash method HashTo4Str (line 12) | public static string HashTo4Str(int hash) method StrTo4Hash (line 28) | public static int StrTo4Hash(string str) method HashTo6Str (line 43) | public static string HashTo6Str(int hash) method StrTo6Hash (line 61) | public static int StrTo6Hash(string str) method Char2Hash (line 76) | private static int Char2Hash(char c) method Hash2Char (line 82) | private static char Hash2Char(int hash) method reverse (line 88) | private static string reverse(string str) FILE: TestPassword V1.8.1.0/TestPassword/HttpHelp.cs class HttpHelp (line 11) | public static class HttpHelp method HttpGet (line 22) | public static string HttpGet(string Url) method HttpPost (line 53) | public static string HttpPost(string Url, string Data) FILE: TestPassword V1.8.1.0/TestPassword/HttpProxy.cs class HttpProxy (line 7) | public class HttpProxy method startUp (line 16) | public bool startUp(int bout) method SwitchOn (line 69) | public void SwitchOn(string ip_port) method SwitchOff (line 76) | public void SwitchOff() method GetSwitchState (line 82) | public bool GetSwitchState() method GetProxyIp (line 88) | public string GetProxyIp() method SetRegValue (line 93) | private void SetRegValue(string path, string name, T value) method GetRegValue (line 102) | private string GetRegValue(string path, string name) FILE: TestPassword V1.8.1.0/TestPassword/HttpTest.cs class HttpTest (line 11) | public class HttpTest method HttpTest (line 19) | public HttpTest(string url) method Get (line 28) | public string Get() method Post (line 38) | public string Post(string pwd) method HttpGet (line 61) | private string HttpGet(string Url) method HttpPost (line 92) | private string HttpPost(string Url, string Data) FILE: TestPassword V1.8.1.0/TestPassword/HttpThread.cs class HttpThread (line 7) | public class HttpThread method HttpThread (line 23) | public HttpThread(Main main, string name, int start, int number, int i... method Start (line 36) | public HttpThread Start() method _Timer (line 57) | private void _Timer(object sender, ElapsedEventArgs e) FILE: TestPassword V1.8.1.0/TestPassword/Main.Designer.cs class Main (line 3) | partial class Main method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TestPassword V1.8.1.0/TestPassword/Main.cs class Main (line 8) | public partial class Main : Form method Main (line 10) | public Main() method btn_start_Click (line 18) | private void btn_start_Click(object sender, EventArgs e) method btn_status_Click (line 92) | private void btn_status_Click(object sender, EventArgs e) method btn_net_Click (line 153) | private void btn_net_Click(object sender, EventArgs e) method ModifyStr (line 172) | public void ModifyStr(string str1, string str2) method txt_ts_Click (line 237) | private void txt_ts_Click(object sender, EventArgs e) method _KeyPress (line 249) | private void _KeyPress(object sender, KeyPressEventArgs e) method cB_ktwo_CheckedChanged (line 257) | private void cB_ktwo_CheckedChanged(object sender, EventArgs e) method Main_FormClosed (line 283) | private void Main_FormClosed(object sender, FormClosedEventArgs e) FILE: TestPassword V1.8.1.0/TestPassword/Program.cs class Program (line 7) | internal static class Program method Main (line 12) | [STAThread] FILE: TestPassword V1.8.1.0/TestPassword/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: TestPassword V1.8.1.0/TestPassword/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: TestPassword V1.8.1.0/TestPassword/Proxy.Designer.cs class Proxy (line 3) | partial class Proxy method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TestPassword V1.8.1.0/TestPassword/Proxy.cs class Proxy (line 10) | public partial class Proxy : Form method Proxy (line 14) | public Proxy() method ObtainIP (line 72) | private void ObtainIP() method CrawlIP (line 123) | private void CrawlIP(string url) FILE: TestPassword V1.8.1.0/TestPassword/StaticClass.cs class StaticClass (line 11) | public static class StaticClass method HttpGet (line 52) | public static string HttpGet(string Url) FILE: TestPassword V1.8.1.1/TestPassword/Hash.cs class Hash (line 5) | public static class Hash method HashTo4Str (line 12) | public static string HashTo4Str(int hash) method StrTo4Hash (line 28) | public static int StrTo4Hash(string str) method HashTo6Str (line 43) | public static string HashTo6Str(int hash) method StrTo6Hash (line 61) | public static int StrTo6Hash(string str) method Char2Hash (line 76) | private static int Char2Hash(char c) method Hash2Char (line 82) | private static char Hash2Char(int hash) method reverse (line 88) | private static string reverse(string str) FILE: TestPassword V1.8.1.1/TestPassword/HttpTest.cs class HttpTest (line 11) | public class HttpTest method HttpTest (line 19) | public HttpTest(string url) method Get (line 28) | public string Get() method Post (line 39) | public string Post(string pwd, WebProxy webProxy) method HttpGet (line 63) | private string HttpGet(string Url, WebProxy webProxy) method HttpPost (line 96) | private string HttpPost(string Url, string Data, WebProxy webProxy) FILE: TestPassword V1.8.1.1/TestPassword/HttpThread.cs class HttpThread (line 8) | public class HttpThread method HttpThread (line 28) | public HttpThread(Main main, string name, int start, int number, int i... method Start (line 41) | public HttpThread Start() method _Timer (line 62) | private void _Timer(object sender, ElapsedEventArgs e) method ProxyWeb (line 96) | private void ProxyWeb() FILE: TestPassword V1.8.1.1/TestPassword/Main.Designer.cs class Main (line 3) | partial class Main method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TestPassword V1.8.1.1/TestPassword/Main.cs class Main (line 8) | public partial class Main : Form method Main (line 10) | public Main() method Main_Load (line 18) | private void Main_Load(object sender, EventArgs e) method btn_start_Click (line 34) | private void btn_start_Click(object sender, EventArgs e) method btn_status_Click (line 122) | private void btn_status_Click(object sender, EventArgs e) method btn_net_Click (line 205) | private void btn_net_Click(object sender, EventArgs e) method ModifyStr (line 224) | public void ModifyStr(string html, string password) method txt_ts_Click (line 267) | private void txt_ts_Click(object sender, EventArgs e) method _KeyPress (line 279) | private void _KeyPress(object sender, KeyPressEventArgs e) method cB_proxy_CheckedChanged (line 287) | private void cB_proxy_CheckedChanged(object sender, EventArgs e) method Main_FormClosed (line 328) | private void Main_FormClosed(object sender, FormClosedEventArgs e) FILE: TestPassword V1.8.1.1/TestPassword/Program.cs class Program (line 7) | internal static class Program method Main (line 12) | [STAThread] FILE: TestPassword V1.8.1.1/TestPassword/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: TestPassword V1.8.1.1/TestPassword/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: TestPassword V1.8.1.1/TestPassword/Proxy.Designer.cs class Proxy (line 3) | partial class Proxy method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TestPassword V1.8.1.1/TestPassword/Proxy.cs class Proxy (line 10) | public partial class Proxy : Form method Proxy (line 14) | public Proxy() method ObtainIP (line 72) | private void ObtainIP() method CrawlIP (line 123) | private void CrawlIP(string url) FILE: TestPassword V1.8.1.1/TestPassword/StaticClass.cs class StaticClass (line 11) | public static class StaticClass method HttpGet (line 49) | public static string HttpGet(string Url)