c# webbrowser proxy1 Webbrowser 에서 Proxy 설정하기 using System.Runtime.InteropServices; // dll import할때 필요 public struct Struct_INTERNET_PROXY_INFO{ public int dwAccessType; public IntPtr proxy; // IP and port public IntPtr proxyBypass;}; [DllImport("wininet.dll", SetLastError = true)]private static extern bool InternetSetOption(IntPtr hInternet, int dwOption, IntPtr lpBuffer, int lpdwBufferLength); private void RefreshIESettings(string strProx.. 2015. 11. 13. 이전 1 다음