private extern static bool InternetQueryOptionList(
     IntPtr Handle,
     INTERNET_OPTION OptionFlag,
     ref INTERNET_PER_CONN_OPTION_LIST OptionList,
     ref int size);
Example #2
0
 public static extern bool InternetQueryOption(
     IntPtr hInternet, INTERNET_OPTION dwOption, IntPtr lpBuffer, ref uint lpdwBufferLength);
Example #3
0
 internal static extern int UrlMkSetSessionOption(
     INTERNET_OPTION dwOption,
     INTERNET_PROXY_INFO pBuffer,
     uint dwBufferLength,
     uint dwReserved);
Example #4
0
 internal static extern int UrlMkSetSessionOption(
     INTERNET_OPTION dwOption,
     INTERNET_PROXY_INFO pBuffer,
     uint dwBufferLength,
     uint dwReserved);
Example #5
0
 public static extern int InternetQueryOptionA([In] IntPtr hInternet, [In] INTERNET_OPTION option, [In, Out] IntPtr buffer, [In, Out] ref int bufferSize);
Example #6
0
 internal static extern bool InternetSetOption(
     nint hInternet,
     INTERNET_OPTION dwOption,
     nint lpBuffer,
     uint dwBufferLength);
Example #7
0
 static extern bool InternetQueryOptionList(IntPtr handle, INTERNET_OPTION optionFlag, ref INTERNET_PER_CONN_OPTION_LIST optionList, ref int size);
Example #8
0
 internal extern static bool InternetQueryOption(
     IntPtr hInternet,
     INTERNET_OPTION dwOption,
     ref INTERNET_PER_CONN_OPTION_LIST OptionList,
     ref int lpdwBufferLength);
Example #9
0
 internal static extern bool InternetSetOption(IntPtr handle, INTERNET_OPTION optionFlag, IntPtr lpBuffer, int size);
Example #10
0
 public static extern bool InternetQueryOption(
     IntPtr hInternet, INTERNET_OPTION dwOption, IntPtr lpBuffer, ref uint lpdwBufferLength);
Example #11
0
 internal static extern bool InternetSetOption(IntPtr handle, INTERNET_OPTION optionFlag, IntPtr lpBuffer, int size);
Example #12
0
 internal extern static bool InternetQueryOption(IntPtr handle, INTERNET_OPTION optionFlag, ref INTERNET_PER_CONN_OPTION_LIST optionList, ref int size);
Example #13
0
 public static extern bool /*BOOL*/ InternetSetOption(
     IntPtr hInternet,         //_In_ HINTERNET hInternet,
     INTERNET_OPTION dwOption, //_In_ DWORD     dwOption,
     IntPtr lpBuffer,          //_In_ LPVOID    lpBuffer
     int lpdwBufferLength);    //_In_ DWORD     dwBufferLength
Example #14
0
 public static extern bool InternetSetOption(
     IntPtr hInternet, INTERNET_OPTION dwOption, IntPtr lpBuffer, uint dwBufferLength);
Example #15
0
 private extern static bool InternetQueryOptionList(
     IntPtr Handle,
     INTERNET_OPTION OptionFlag,
     ref INTERNET_PER_CONN_OPTION_LIST OptionList,
     ref int size);
Example #16
0
 internal static extern bool InternetSetOption(
     IntPtr hInternet,
     INTERNET_OPTION dwOption,
     IntPtr lpBuffer,
     int lpdwBufferLength);
Example #17
0
 internal static extern bool InternetQueryOption(
     nint hInternet,
     INTERNET_OPTION dwOption,
     nint lpBuffer,
     ref uint lpdwBufferLength);
Example #18
0
 static extern bool InternetSetOption(IntPtr hInternet,
     INTERNET_OPTION dwOption, IntPtr lpBuffer, int dwBufferLength);
 private static extern bool InternetSetOption(IntPtr internetHandle, INTERNET_OPTION option, IntPtr bufferPointer, int bufferLength);