Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes/7.0/preview/api-diff/preview7/Microsoft.NETCore.App/7.0-preview7_System.Net.Http.md')
-rw-r--r--release-notes/7.0/preview/api-diff/preview7/Microsoft.NETCore.App/7.0-preview7_System.Net.Http.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/release-notes/7.0/preview/api-diff/preview7/Microsoft.NETCore.App/7.0-preview7_System.Net.Http.md b/release-notes/7.0/preview/api-diff/preview7/Microsoft.NETCore.App/7.0-preview7_System.Net.Http.md
new file mode 100644
index 00000000..9ab7c15e
--- /dev/null
+++ b/release-notes/7.0/preview/api-diff/preview7/Microsoft.NETCore.App/7.0-preview7_System.Net.Http.md
@@ -0,0 +1,17 @@
+# System.Net.Http
+
+``` diff
+ namespace System.Net.Http {
+ [NullableAttribute((byte)0)]
+ [NullableContextAttribute((byte)1)]
+ public class HttpMethod : IEquatable<HttpMethod> {
++ public static HttpMethod Connect { get; }
+ }
++ public sealed class HttpProtocolException : IOException {
++ [NullableContextAttribute((byte)2)]
++ public HttpProtocolException(long errorCode, string? message, Exception? innerException);
++ public long ErrorCode { get; }
++ }
+ }
+```
+