Skip to content

Commit 31234c4

Browse files
changed port for proxy
1 parent 25a502e commit 31234c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Example Projects/dotNetCoreExample/Examples/Basic/BasicSendWithProxy.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ public class BasicSendWithProxy : IExample
88
{
99
public SendResponse RunExample()
1010
{
11-
// var proxy = new WebProxy("http://localhost.:8888", false);
12-
1311
var proxy = new WebProxy("http://localhost:4433", false);
1412

1513
var client = new SocketLabsClient(ExampleConfig.ServerId, ExampleConfig.ApiKey, proxy)

0 commit comments

Comments
 (0)