We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe60c7 commit a81dd25Copy full SHA for a81dd25
snippets/csharp/System.Net/HttpWebRequest/Abort/Project.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFrameworks>net6.0</TargetFrameworks>
+ <TargetFramework>net6.0</TargetFramework>
6
</PropertyGroup>
7
8
</Project>
snippets/csharp/System.Net/HttpWebRequest/Abort/begingetresponse.cs
@@ -124,8 +124,7 @@ private static void ResponseCallback(IAsyncResult asynchronousResult)
124
Console.WriteLine("\nMessage:{0}", e.Message);
125
Console.WriteLine("\nStatus:{0}", e.Status);
126
allDone.Set();
127
- }
128
-
+ }
129
}
130
131
// Print the webpage to the standard output, close the stream and signal completion.
0 commit comments