Skip to content

Commit

Permalink
Remove invalid commented out code in networkexamples.cs (#9307)
Browse files Browse the repository at this point in the history
Removed invalid syntax code that was commented out in examples.
  • Loading branch information
krmeda-msft authored Sep 18, 2023
1 parent 6ec51ae commit 659b1d5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public class NetworkingExample
public static void GetTcpConnections()
{
IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties();
// TcpConnectionInformation connections = properties.GetActiveTcpConnections();
TcpConnectionInformation[] connections = properties.GetActiveTcpConnections();

foreach (TcpConnectionInformation t in connections)
Expand Down

0 comments on commit 659b1d5

Please sign in to comment.