Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5974209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:54:39+00:00 2026-05-22T20:54:39+00:00

How to use InternetSetOption? I go throught the details here . It also says

  • 0

How to use InternetSetOption? I go throught the details here. It also says something related with OptionFlags. Anybody know how to use the second parameter to the function ?. The information can be found here. Its little bit confusing, for example

INTERNET_OPTION_CONNECTED_STATE: 50:

Sets or retrieves an unsigned long integer value that contains the connected state. This is used by InternetQueryOption and InternetSetOption.

What does it mean if I pass a 50 as the second parameter?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T20:54:39+00:00Added an answer on May 22, 2026 at 8:54 pm

    What are you actually trying to accomplish?

    Generally speaking, you shouldn’t be trying to set the INTERNET_OPTION_CONNECTED_STATE, as this is set automatically by the system and allows you to collect information about the status of the system’s network connection.

    You generally use the InternetSetOption API thusly:

    // Announce to the world that we've changed the proxy
    InternetSetOption(IntPtr.Zero, INTERNET_OPTION_PROXY_SETTINGS_CHANGED, IntPtr.Zero, 0);
    
    // ISSUE: We're using ANSI here because calling functions marshal in ANSI. MSDN suggests that W-versions might not work in older IE versions.
    [DllImport("wininet.dll", SetLastError=true, CharSet=CharSet.Ansi)]  
    [return: MarshalAs(UnmanagedType.Bool)]
    private static extern bool InternetSetOption(IntPtr hInternet, int Option, [In] IntPtr buffer, Int32 BufferLength);
    

    But if you’re doing something more complicated, like setting the proxy using INTERNET_PER_CONN_OPTION, you can use a different signature to more easily pass in the required structure.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Use Case: End-User searches for something and an ArrayCollection is returned with Result objects.
Use of java.net.URLConnection is asked about pretty often here, and the Oracle tutorial is
Use case: A does something on his box and gots stuck. He asks B
This question: Using Proxy with web browser control Told me to use InternetSetOption. How
use this code, in the Preferences activity, to know when the reset preference has
Use case: user types something like: AA1234↵ - i want the browser to directly
Use case is this: I want to unit test (in browser, QUnit or something
Use of function calls in where clause of stored procedure slows down performance in
Use Case Show a photo uploaded by the user in a square box with
use C#,want to upload excel file on google doc. bellow syntax use to upload

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.