private extern static bool InternetQueryOptionList(
     IntPtr Handle,
     INTERNET_OPTION OptionFlag,
     ref INTERNET_PER_CONN_OPTION_LIST OptionList,
     ref int size);
 public static extern bool InternetQueryOption(
     IntPtr hInternet, INTERNET_OPTION dwOption, IntPtr lpBuffer, ref uint lpdwBufferLength);
Beispiel #3
0
 internal static extern int UrlMkSetSessionOption(
     INTERNET_OPTION dwOption,
     INTERNET_PROXY_INFO pBuffer,
     uint dwBufferLength,
     uint dwReserved);
Beispiel #4
0
 internal static extern int UrlMkSetSessionOption(
     INTERNET_OPTION dwOption,
     INTERNET_PROXY_INFO pBuffer,
     uint dwBufferLength,
     uint dwReserved);
Beispiel #5
0
 public static extern int InternetQueryOptionA([In] IntPtr hInternet, [In] INTERNET_OPTION option, [In, Out] IntPtr buffer, [In, Out] ref int bufferSize);
Beispiel #6
0
 internal static extern bool InternetSetOption(
     nint hInternet,
     INTERNET_OPTION dwOption,
     nint lpBuffer,
     uint dwBufferLength);
Beispiel #7
0
 static extern bool InternetQueryOptionList(IntPtr handle, INTERNET_OPTION optionFlag, ref INTERNET_PER_CONN_OPTION_LIST optionList, ref int size);
Beispiel #8
0
 internal extern static bool InternetQueryOption(
     IntPtr hInternet,
     INTERNET_OPTION dwOption,
     ref INTERNET_PER_CONN_OPTION_LIST OptionList,
     ref int lpdwBufferLength);
Beispiel #9
0
 internal static extern bool InternetSetOption(IntPtr handle, INTERNET_OPTION optionFlag, IntPtr lpBuffer, int size);
Beispiel #10
0
 public static extern bool InternetQueryOption(
     IntPtr hInternet, INTERNET_OPTION dwOption, IntPtr lpBuffer, ref uint lpdwBufferLength);
Beispiel #11
0
 internal static extern bool InternetSetOption(IntPtr handle, INTERNET_OPTION optionFlag, IntPtr lpBuffer, int size);
Beispiel #12
0
 internal extern static bool InternetQueryOption(IntPtr handle, INTERNET_OPTION optionFlag, ref INTERNET_PER_CONN_OPTION_LIST optionList, ref int size);
Beispiel #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
 public static extern bool InternetSetOption(
     IntPtr hInternet, INTERNET_OPTION dwOption, IntPtr lpBuffer, uint dwBufferLength);
Beispiel #15
0
 private extern static bool InternetQueryOptionList(
     IntPtr Handle,
     INTERNET_OPTION OptionFlag,
     ref INTERNET_PER_CONN_OPTION_LIST OptionList,
     ref int size);
Beispiel #16
0
 internal static extern bool InternetSetOption(
     IntPtr hInternet,
     INTERNET_OPTION dwOption,
     IntPtr lpBuffer,
     int lpdwBufferLength);
Beispiel #17
0
 internal static extern bool InternetQueryOption(
     nint hInternet,
     INTERNET_OPTION dwOption,
     nint lpBuffer,
     ref uint lpdwBufferLength);
Beispiel #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);