Skip to content

Commit 684d2ab

Browse files
committed
Comment out proxy setup
1 parent 348c1e6 commit 684d2ab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

samples/Samples.ConsoleShell/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static async Task PerformOperations(string? userHandle, string? password, string
3333
ArgumentException.ThrowIfNullOrEmpty(password);
3434

3535
// Uncomment the next line to route all requests through Fiddler Everywhere
36-
proxyUri = new Uri("http://localhost:8866");
36+
// proxyUri = new Uri("http://localhost:8866");
3737

3838
// Uncomment the next line to route all requests through Fiddler Classic
3939
// proxyUri = new Uri("http://localhost:8888");

samples/Samples.ConsoleShellOAuth/Program.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ static async Task PerformOperations(string? loginHandle, string? password, strin
3434
{
3535
ArgumentException.ThrowIfNullOrEmpty(loginHandle);
3636

37-
loginHandle = "blowdart.me";
38-
3937
// Uncomment the next line to route all requests through Fiddler Everywhere
40-
proxyUri = new Uri("http://localhost:8866");
38+
// proxyUri = new Uri("http://localhost:8866");
4139

4240
// Uncomment the next line to route all requests through Fiddler Classic
4341
// proxyUri = new Uri("http://localhost:8888");

0 commit comments

Comments
 (0)