Skip to content

Settings and activity

7 results found

  1. 18 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Goyuix commented  · 

    This code also seems to work properly, if you don't mind using P/Invoke

    [DllImport("shell32.dll")] public static extern bool IsUserAnAdmin();

    void Main()
    {
    IsUserAnAdmin().Dump();
    }

    Thanks StackOverflow: http://stackoverflow.com/questions/1089046/in-net-c-test-if-user-is-an-administrative-user

    Goyuix shared this idea  · 
  2. 10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Goyuix commented  · 

    When I add in the user/pass in the existing configuration it works, though my password changes often enough it is obnoxious to need to update it there where my proxy supports NTLM auth automatically.

    An error occurred while saving the comment
    Goyuix commented  · 

    It would be nice to not have to enter the credentials at all - for example, consider the following code:

    var wc = new System.Net.WebClient();
    wc.Proxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
    wc.DownloadString("http://linqpad.net").Dump();

    This works like a champ behind our proxy that requires authentication. Without setting up the Proxy Crendentials property, it throws a WebException with the message "The remote server returned an error: (407) Proxy Authentication Required."

    Maybe do a check for a 407, and try the default credentials but still allow for custom proxies / credentials through the UI?

    Goyuix supported this idea  · 
  3. 287 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Goyuix supported this idea  · 
  4. 255 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 16 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Goyuix supported this idea  · 
  7. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Goyuix commented  · 

    There is an offline activation option - https://www.linqpad.net/licensing/offline.aspx