@tsonic/dotnet 10.0.12 → 10.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
- package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
- package/System/bindings.json +6 -1086
- package/System/internal/index.d.ts +45 -93
- package/System.CodeDom.Compiler/bindings.json +6 -126
- package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent/bindings.json +0 -40
- package/System.Collections.Concurrent/internal/index.d.ts +0 -2
- package/System.Collections.Generic/bindings.json +37 -777
- package/System.Collections.Generic/internal/index.d.ts +24 -33
- package/System.Collections.ObjectModel/bindings.json +2197 -3097
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
- package/System.Collections.Specialized/bindings.json +0 -60
- package/System.Collections.Specialized/internal/index.d.ts +1 -4
- package/System.ComponentModel/bindings.json +2 -422
- package/System.ComponentModel/internal/index.d.ts +1 -21
- package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
- package/System.ComponentModel.Design/bindings.json +0 -200
- package/System.ComponentModel.Design/internal/index.d.ts +7 -12
- package/System.Data/bindings.json +60 -1600
- package/System.Data/internal/index.d.ts +30 -100
- package/System.Data.Common/bindings.json +3 -103
- package/System.Data.Common/internal/index.d.ts +11 -6
- package/System.Data.SqlTypes/bindings.json +0 -100
- package/System.Data.SqlTypes/internal/index.d.ts +5 -10
- package/System.Diagnostics/bindings.json +2 -342
- package/System.Diagnostics/internal/index.d.ts +4 -18
- package/System.Diagnostics.Metrics/bindings.json +0 -60
- package/System.Diagnostics.Tracing/bindings.json +0 -100
- package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
- package/System.Dynamic/bindings.json +48 -68
- package/System.Dynamic/internal/index.d.ts +0 -1
- package/System.Formats.Asn1/bindings.json +0 -20
- package/System.Formats.Asn1/internal/index.d.ts +1 -2
- package/System.Globalization/bindings.json +0 -300
- package/System.Globalization/internal/index.d.ts +15 -30
- package/System.IO/bindings.json +216 -1456
- package/System.IO/internal/index.d.ts +14 -74
- package/System.IO.Compression/bindings.json +16 -436
- package/System.IO.Compression/internal/index.d.ts +1 -22
- package/System.IO.IsolatedStorage/bindings.json +10 -90
- package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
- package/System.IO.MemoryMappedFiles/bindings.json +2 -22
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
- package/System.IO.Pipes/bindings.json +7 -327
- package/System.IO.Pipes/internal/index.d.ts +5 -21
- package/System.Linq/bindings.json +0 -60
- package/System.Linq/internal/index.d.ts +1 -3
- package/System.Net/bindings.json +1 -241
- package/System.Net/internal/index.d.ts +15 -14
- package/System.Net.Http/bindings.json +15 -555
- package/System.Net.Http/internal/index.d.ts +11 -28
- package/System.Net.Http.Headers/bindings.json +0 -180
- package/System.Net.Http.Headers/internal/index.d.ts +0 -9
- package/System.Net.Http.Json/bindings.json +0 -40
- package/System.Net.Http.Json/internal/index.d.ts +0 -2
- package/System.Net.Mail/bindings.json +1863 -3283
- package/System.Net.Mail/internal/index.d.ts +1 -63
- package/System.Net.NetworkInformation/bindings.json +1 -41
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
- package/System.Net.Quic/bindings.json +7 -107
- package/System.Net.Quic/internal/index.d.ts +4 -6
- package/System.Net.Security/bindings.json +15 -175
- package/System.Net.Security/internal/index.d.ts +0 -8
- package/System.Net.Sockets/bindings.json +4 -184
- package/System.Net.Sockets/internal/index.d.ts +2 -10
- package/System.Net.WebSockets/bindings.json +13 -173
- package/System.Net.WebSockets/internal/index.d.ts +1 -7
- package/System.Reflection/bindings.json +613 -2253
- package/System.Reflection/internal/index.d.ts +19 -96
- package/System.Reflection.Emit/bindings.json +4539 -7379
- package/System.Reflection.Emit/internal/index.d.ts +10 -151
- package/System.Reflection.Metadata/bindings.json +0 -20
- package/System.Reflection.Metadata/internal/index.d.ts +4 -2
- package/System.Reflection.PortableExecutable/bindings.json +0 -20
- package/System.Resources/bindings.json +0 -40
- package/System.Resources/internal/index.d.ts +2 -4
- package/System.Runtime/bindings.json +0 -20
- package/System.Runtime/internal/index.d.ts +1 -2
- package/System.Runtime.InteropServices/bindings.json +0 -220
- package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
- package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
- package/System.Runtime.Serialization/bindings.json +0 -40
- package/System.Runtime.Serialization/internal/index.d.ts +3 -4
- package/System.Security/bindings.json +0 -20
- package/System.Security/internal/index.d.ts +1 -2
- package/System.Security.AccessControl/bindings.json +2 -362
- package/System.Security.AccessControl/internal/index.d.ts +1 -18
- package/System.Security.Authentication/bindings.json +0 -40
- package/System.Security.Authentication/internal/index.d.ts +2 -4
- package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
- package/System.Security.Cryptography/bindings.json +786 -6966
- package/System.Security.Cryptography/internal/index.d.ts +22 -242
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
- package/System.Security.Principal/bindings.json +0 -20
- package/System.Security.Principal/internal/index.d.ts +2 -2
- package/System.Text/bindings.json +51 -475
- package/System.Text/internal/index.d.ts +6 -25
- package/System.Text.RegularExpressions/bindings.json +0 -20
- package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
- package/System.Threading/bindings.json +0 -400
- package/System.Threading/internal/index.d.ts +10 -30
- package/System.Threading.Channels/bindings.json +0 -20
- package/System.Threading.Channels/internal/index.d.ts +1 -2
- package/System.Threading.Tasks/bindings.json +60 -240
- package/System.Threading.Tasks/internal/index.d.ts +18 -8
- package/System.Timers/bindings.json +1 -1
- package/System.Transactions/bindings.json +0 -220
- package/System.Transactions/internal/index.d.ts +8 -19
- package/System.Xml/bindings.json +67 -1767
- package/System.Xml/internal/index.d.ts +39 -103
- package/System.Xml.Linq/bindings.json +0 -200
- package/System.Xml.Linq/internal/index.d.ts +10 -18
- package/System.Xml.Resolvers/bindings.json +0 -20
- package/System.Xml.Resolvers/internal/index.d.ts +0 -1
- package/System.Xml.Schema/bindings.json +0 -160
- package/System.Xml.Schema/internal/index.d.ts +6 -7
- package/System.Xml.Serialization/bindings.json +77 -717
- package/System.Xml.Serialization/internal/index.d.ts +21 -32
- package/System.Xml.Xsl/bindings.json +0 -60
- package/System.Xml.Xsl/internal/index.d.ts +1 -4
- package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
- package/package.json +2 -2
|
@@ -849,31 +849,11 @@
|
|
|
849
849
|
"sourceInterface": "System.IDisposable"
|
|
850
850
|
},
|
|
851
851
|
{
|
|
852
|
-
"stableId": "System.Net.Http:System.Net.Http.ByteArrayContent::CreateContentReadStreamAsync():System.Threading.Tasks.Task_1",
|
|
852
|
+
"stableId": "System.Net.Http:System.Net.Http.ByteArrayContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
|
|
853
853
|
"clrName": "CreateContentReadStreamAsync",
|
|
854
854
|
"metadataToken": 0,
|
|
855
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
856
|
-
"normalizedSignature": "CreateContentReadStreamAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
857
|
-
"emitScope": "ClassSurface",
|
|
858
|
-
"provenance": "BaseOverload",
|
|
859
|
-
"arity": 0,
|
|
860
|
-
"parameterCount": 0,
|
|
861
|
-
"isStatic": false,
|
|
862
|
-
"isAbstract": false,
|
|
863
|
-
"isVirtual": true,
|
|
864
|
-
"isOverride": false,
|
|
865
|
-
"isSealed": false,
|
|
866
|
-
"visibility": "Protected",
|
|
867
|
-
"declaringClrType": "System.Net.Http.ByteArrayContent",
|
|
868
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
869
|
-
"isExtensionMethod": false
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"stableId": "System.Net.Http:System.Net.Http.ByteArrayContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
873
|
-
"clrName": "CreateContentReadStreamAsync",
|
|
874
|
-
"metadataToken": 0,
|
|
875
|
-
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
876
|
-
"normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
855
|
+
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
|
|
856
|
+
"normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E|static=false",
|
|
877
857
|
"emitScope": "ClassSurface",
|
|
878
858
|
"provenance": "BaseOverload",
|
|
879
859
|
"arity": 0,
|
|
@@ -887,46 +867,6 @@
|
|
|
887
867
|
"declaringClrType": "System.Net.Http.ByteArrayContent",
|
|
888
868
|
"declaringAssemblyName": "System.Net.Http",
|
|
889
869
|
"isExtensionMethod": false
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
"stableId": "System.Net.Http:System.Net.Http.ByteArrayContent::Dispose(System.Boolean):System.Void",
|
|
893
|
-
"clrName": "Dispose",
|
|
894
|
-
"metadataToken": 0,
|
|
895
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
896
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
897
|
-
"emitScope": "ClassSurface",
|
|
898
|
-
"provenance": "BaseOverload",
|
|
899
|
-
"arity": 0,
|
|
900
|
-
"parameterCount": 1,
|
|
901
|
-
"isStatic": false,
|
|
902
|
-
"isAbstract": false,
|
|
903
|
-
"isVirtual": true,
|
|
904
|
-
"isOverride": false,
|
|
905
|
-
"isSealed": false,
|
|
906
|
-
"visibility": "Protected",
|
|
907
|
-
"declaringClrType": "System.Net.Http.ByteArrayContent",
|
|
908
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
909
|
-
"isExtensionMethod": false
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"stableId": "System.Net.Http:System.Net.Http.ByteArrayContent::Dispose():System.Void",
|
|
913
|
-
"clrName": "Dispose",
|
|
914
|
-
"metadataToken": 0,
|
|
915
|
-
"canonicalSignature": "():System.Void",
|
|
916
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
917
|
-
"emitScope": "ClassSurface",
|
|
918
|
-
"provenance": "BaseOverload",
|
|
919
|
-
"arity": 0,
|
|
920
|
-
"parameterCount": 0,
|
|
921
|
-
"isStatic": false,
|
|
922
|
-
"isAbstract": false,
|
|
923
|
-
"isVirtual": true,
|
|
924
|
-
"isOverride": false,
|
|
925
|
-
"isSealed": false,
|
|
926
|
-
"visibility": "Public",
|
|
927
|
-
"declaringClrType": "System.Net.Http.ByteArrayContent",
|
|
928
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
929
|
-
"isExtensionMethod": false
|
|
930
870
|
}
|
|
931
871
|
],
|
|
932
872
|
"properties": [],
|
|
@@ -1074,31 +1014,11 @@
|
|
|
1074
1014
|
"isAbstract": false,
|
|
1075
1015
|
"isVirtual": true,
|
|
1076
1016
|
"isOverride": false,
|
|
1077
|
-
"isSealed":
|
|
1017
|
+
"isSealed": true,
|
|
1078
1018
|
"visibility": "Public",
|
|
1079
1019
|
"declaringClrType": "System.Net.Http.DelegatingHandler",
|
|
1080
1020
|
"declaringAssemblyName": "System.Net.Http",
|
|
1081
1021
|
"isExtensionMethod": false
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"stableId": "System.Net.Http:System.Net.Http.DelegatingHandler::SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
1085
|
-
"clrName": "SendAsync",
|
|
1086
|
-
"metadataToken": 0,
|
|
1087
|
-
"canonicalSignature": "(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
1088
|
-
"normalizedSignature": "SendAsync|(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
1089
|
-
"emitScope": "ClassSurface",
|
|
1090
|
-
"provenance": "BaseOverload",
|
|
1091
|
-
"arity": 0,
|
|
1092
|
-
"parameterCount": 2,
|
|
1093
|
-
"isStatic": false,
|
|
1094
|
-
"isAbstract": true,
|
|
1095
|
-
"isVirtual": true,
|
|
1096
|
-
"isOverride": false,
|
|
1097
|
-
"isSealed": false,
|
|
1098
|
-
"visibility": "ProtectedInternal",
|
|
1099
|
-
"declaringClrType": "System.Net.Http.DelegatingHandler",
|
|
1100
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
1101
|
-
"isExtensionMethod": false
|
|
1102
1022
|
}
|
|
1103
1023
|
],
|
|
1104
1024
|
"properties": [
|
|
@@ -1212,46 +1132,6 @@
|
|
|
1212
1132
|
"isExtensionMethod": false,
|
|
1213
1133
|
"sourceInterface": "System.IDisposable"
|
|
1214
1134
|
},
|
|
1215
|
-
{
|
|
1216
|
-
"stableId": "System.Net.Http:System.Net.Http.FormUrlEncodedContent::Dispose():System.Void",
|
|
1217
|
-
"clrName": "Dispose",
|
|
1218
|
-
"metadataToken": 0,
|
|
1219
|
-
"canonicalSignature": "():System.Void",
|
|
1220
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1221
|
-
"emitScope": "ClassSurface",
|
|
1222
|
-
"provenance": "BaseOverload",
|
|
1223
|
-
"arity": 0,
|
|
1224
|
-
"parameterCount": 0,
|
|
1225
|
-
"isStatic": false,
|
|
1226
|
-
"isAbstract": false,
|
|
1227
|
-
"isVirtual": true,
|
|
1228
|
-
"isOverride": false,
|
|
1229
|
-
"isSealed": false,
|
|
1230
|
-
"visibility": "Public",
|
|
1231
|
-
"declaringClrType": "System.Net.Http.FormUrlEncodedContent",
|
|
1232
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
1233
|
-
"isExtensionMethod": false
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"stableId": "System.Net.Http:System.Net.Http.FormUrlEncodedContent::Dispose(System.Boolean):System.Void",
|
|
1237
|
-
"clrName": "Dispose",
|
|
1238
|
-
"metadataToken": 0,
|
|
1239
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1240
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
1241
|
-
"emitScope": "ClassSurface",
|
|
1242
|
-
"provenance": "BaseOverload",
|
|
1243
|
-
"arity": 0,
|
|
1244
|
-
"parameterCount": 1,
|
|
1245
|
-
"isStatic": false,
|
|
1246
|
-
"isAbstract": false,
|
|
1247
|
-
"isVirtual": true,
|
|
1248
|
-
"isOverride": false,
|
|
1249
|
-
"isSealed": false,
|
|
1250
|
-
"visibility": "Protected",
|
|
1251
|
-
"declaringClrType": "System.Net.Http.FormUrlEncodedContent",
|
|
1252
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
1253
|
-
"isExtensionMethod": false
|
|
1254
|
-
},
|
|
1255
1135
|
{
|
|
1256
1136
|
"stableId": "System.Net.Http:System.Net.Http.FormUrlEncodedContent::SerializeToStreamAsync(System.IO.Stream,System.Net.TransportContext):System.Threading.Tasks.Task",
|
|
1257
1137
|
"clrName": "SerializeToStreamAsync",
|
|
@@ -2267,27 +2147,7 @@
|
|
|
2267
2147
|
"isAbstract": false,
|
|
2268
2148
|
"isVirtual": true,
|
|
2269
2149
|
"isOverride": false,
|
|
2270
|
-
"isSealed":
|
|
2271
|
-
"visibility": "Public",
|
|
2272
|
-
"declaringClrType": "System.Net.Http.HttpClient",
|
|
2273
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
2274
|
-
"isExtensionMethod": false
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"stableId": "System.Net.Http:System.Net.Http.HttpClient::SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
2278
|
-
"clrName": "SendAsync",
|
|
2279
|
-
"metadataToken": 0,
|
|
2280
|
-
"canonicalSignature": "(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
2281
|
-
"normalizedSignature": "SendAsync|(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
2282
|
-
"emitScope": "ClassSurface",
|
|
2283
|
-
"provenance": "BaseOverload",
|
|
2284
|
-
"arity": 0,
|
|
2285
|
-
"parameterCount": 2,
|
|
2286
|
-
"isStatic": false,
|
|
2287
|
-
"isAbstract": false,
|
|
2288
|
-
"isVirtual": true,
|
|
2289
|
-
"isOverride": false,
|
|
2290
|
-
"isSealed": false,
|
|
2150
|
+
"isSealed": true,
|
|
2291
2151
|
"visibility": "Public",
|
|
2292
2152
|
"declaringClrType": "System.Net.Http.HttpClient",
|
|
2293
2153
|
"declaringAssemblyName": "System.Net.Http",
|
|
@@ -2584,31 +2444,11 @@
|
|
|
2584
2444
|
"isAbstract": false,
|
|
2585
2445
|
"isVirtual": true,
|
|
2586
2446
|
"isOverride": false,
|
|
2587
|
-
"isSealed":
|
|
2447
|
+
"isSealed": true,
|
|
2588
2448
|
"visibility": "Public",
|
|
2589
2449
|
"declaringClrType": "System.Net.Http.HttpClientHandler",
|
|
2590
2450
|
"declaringAssemblyName": "System.Net.Http",
|
|
2591
2451
|
"isExtensionMethod": false
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"stableId": "System.Net.Http:System.Net.Http.HttpClientHandler::SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
2595
|
-
"clrName": "SendAsync",
|
|
2596
|
-
"metadataToken": 0,
|
|
2597
|
-
"canonicalSignature": "(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
2598
|
-
"normalizedSignature": "SendAsync|(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
2599
|
-
"emitScope": "ClassSurface",
|
|
2600
|
-
"provenance": "BaseOverload",
|
|
2601
|
-
"arity": 0,
|
|
2602
|
-
"parameterCount": 2,
|
|
2603
|
-
"isStatic": false,
|
|
2604
|
-
"isAbstract": true,
|
|
2605
|
-
"isVirtual": true,
|
|
2606
|
-
"isOverride": false,
|
|
2607
|
-
"isSealed": false,
|
|
2608
|
-
"visibility": "ProtectedInternal",
|
|
2609
|
-
"declaringClrType": "System.Net.Http.HttpClientHandler",
|
|
2610
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
2611
|
-
"isExtensionMethod": false
|
|
2612
2452
|
}
|
|
2613
2453
|
],
|
|
2614
2454
|
"properties": [
|
|
@@ -3753,26 +3593,6 @@
|
|
|
3753
3593
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3754
3594
|
"isExtensionMethod": false,
|
|
3755
3595
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
3756
|
-
},
|
|
3757
|
-
{
|
|
3758
|
-
"stableId": "System.Net.Http:System.Net.Http.HttpIOException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3759
|
-
"clrName": "GetObjectData",
|
|
3760
|
-
"metadataToken": 0,
|
|
3761
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3762
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
3763
|
-
"emitScope": "ClassSurface",
|
|
3764
|
-
"provenance": "BaseOverload",
|
|
3765
|
-
"arity": 0,
|
|
3766
|
-
"parameterCount": 2,
|
|
3767
|
-
"isStatic": false,
|
|
3768
|
-
"isAbstract": false,
|
|
3769
|
-
"isVirtual": true,
|
|
3770
|
-
"isOverride": false,
|
|
3771
|
-
"isSealed": false,
|
|
3772
|
-
"visibility": "Public",
|
|
3773
|
-
"declaringClrType": "System.Net.Http.HttpIOException",
|
|
3774
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
3775
|
-
"isExtensionMethod": false
|
|
3776
3596
|
}
|
|
3777
3597
|
],
|
|
3778
3598
|
"properties": [
|
|
@@ -4540,26 +4360,6 @@
|
|
|
4540
4360
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4541
4361
|
"isExtensionMethod": false,
|
|
4542
4362
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
4543
|
-
},
|
|
4544
|
-
{
|
|
4545
|
-
"stableId": "System.Net.Http:System.Net.Http.HttpProtocolException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4546
|
-
"clrName": "GetObjectData",
|
|
4547
|
-
"metadataToken": 0,
|
|
4548
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4549
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
4550
|
-
"emitScope": "ClassSurface",
|
|
4551
|
-
"provenance": "BaseOverload",
|
|
4552
|
-
"arity": 0,
|
|
4553
|
-
"parameterCount": 2,
|
|
4554
|
-
"isStatic": false,
|
|
4555
|
-
"isAbstract": false,
|
|
4556
|
-
"isVirtual": true,
|
|
4557
|
-
"isOverride": false,
|
|
4558
|
-
"isSealed": false,
|
|
4559
|
-
"visibility": "Public",
|
|
4560
|
-
"declaringClrType": "System.Net.Http.HttpProtocolException",
|
|
4561
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
4562
|
-
"isExtensionMethod": false
|
|
4563
4363
|
}
|
|
4564
4364
|
],
|
|
4565
4365
|
"properties": [
|
|
@@ -4641,26 +4441,6 @@
|
|
|
4641
4441
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4642
4442
|
"isExtensionMethod": false,
|
|
4643
4443
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
4644
|
-
},
|
|
4645
|
-
{
|
|
4646
|
-
"stableId": "System.Net.Http:System.Net.Http.HttpRequestException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4647
|
-
"clrName": "GetObjectData",
|
|
4648
|
-
"metadataToken": 0,
|
|
4649
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4650
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
4651
|
-
"emitScope": "ClassSurface",
|
|
4652
|
-
"provenance": "BaseOverload",
|
|
4653
|
-
"arity": 0,
|
|
4654
|
-
"parameterCount": 2,
|
|
4655
|
-
"isStatic": false,
|
|
4656
|
-
"isAbstract": false,
|
|
4657
|
-
"isVirtual": true,
|
|
4658
|
-
"isOverride": false,
|
|
4659
|
-
"isSealed": false,
|
|
4660
|
-
"visibility": "Public",
|
|
4661
|
-
"declaringClrType": "System.Net.Http.HttpRequestException",
|
|
4662
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
4663
|
-
"isExtensionMethod": false
|
|
4664
4444
|
}
|
|
4665
4445
|
],
|
|
4666
4446
|
"properties": [
|
|
@@ -5993,66 +5773,6 @@
|
|
|
5993
5773
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5994
5774
|
"isExtensionMethod": false,
|
|
5995
5775
|
"sourceInterface": "System.IDisposable"
|
|
5996
|
-
},
|
|
5997
|
-
{
|
|
5998
|
-
"stableId": "System.Net.Http:System.Net.Http.MessageProcessingHandler::Dispose(System.Boolean):System.Void",
|
|
5999
|
-
"clrName": "Dispose",
|
|
6000
|
-
"metadataToken": 0,
|
|
6001
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
6002
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
6003
|
-
"emitScope": "ClassSurface",
|
|
6004
|
-
"provenance": "BaseOverload",
|
|
6005
|
-
"arity": 0,
|
|
6006
|
-
"parameterCount": 1,
|
|
6007
|
-
"isStatic": false,
|
|
6008
|
-
"isAbstract": false,
|
|
6009
|
-
"isVirtual": true,
|
|
6010
|
-
"isOverride": false,
|
|
6011
|
-
"isSealed": false,
|
|
6012
|
-
"visibility": "Protected",
|
|
6013
|
-
"declaringClrType": "System.Net.Http.MessageProcessingHandler",
|
|
6014
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
6015
|
-
"isExtensionMethod": false
|
|
6016
|
-
},
|
|
6017
|
-
{
|
|
6018
|
-
"stableId": "System.Net.Http:System.Net.Http.MessageProcessingHandler::Dispose():System.Void",
|
|
6019
|
-
"clrName": "Dispose",
|
|
6020
|
-
"metadataToken": 0,
|
|
6021
|
-
"canonicalSignature": "():System.Void",
|
|
6022
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
6023
|
-
"emitScope": "ClassSurface",
|
|
6024
|
-
"provenance": "BaseOverload",
|
|
6025
|
-
"arity": 0,
|
|
6026
|
-
"parameterCount": 0,
|
|
6027
|
-
"isStatic": false,
|
|
6028
|
-
"isAbstract": false,
|
|
6029
|
-
"isVirtual": true,
|
|
6030
|
-
"isOverride": false,
|
|
6031
|
-
"isSealed": false,
|
|
6032
|
-
"visibility": "Public",
|
|
6033
|
-
"declaringClrType": "System.Net.Http.MessageProcessingHandler",
|
|
6034
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
6035
|
-
"isExtensionMethod": false
|
|
6036
|
-
},
|
|
6037
|
-
{
|
|
6038
|
-
"stableId": "System.Net.Http:System.Net.Http.MessageProcessingHandler::SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
6039
|
-
"clrName": "SendAsync",
|
|
6040
|
-
"metadataToken": 0,
|
|
6041
|
-
"canonicalSignature": "(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
6042
|
-
"normalizedSignature": "SendAsync|(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
6043
|
-
"emitScope": "ClassSurface",
|
|
6044
|
-
"provenance": "BaseOverload",
|
|
6045
|
-
"arity": 0,
|
|
6046
|
-
"parameterCount": 2,
|
|
6047
|
-
"isStatic": false,
|
|
6048
|
-
"isAbstract": false,
|
|
6049
|
-
"isVirtual": true,
|
|
6050
|
-
"isOverride": false,
|
|
6051
|
-
"isSealed": false,
|
|
6052
|
-
"visibility": "ProtectedInternal",
|
|
6053
|
-
"declaringClrType": "System.Net.Http.MessageProcessingHandler",
|
|
6054
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
6055
|
-
"isExtensionMethod": false
|
|
6056
5776
|
}
|
|
6057
5777
|
],
|
|
6058
5778
|
"properties": [],
|
|
@@ -6385,46 +6105,6 @@
|
|
|
6385
6105
|
"isExtensionMethod": false,
|
|
6386
6106
|
"sourceInterface": "System.Collections.IEnumerable"
|
|
6387
6107
|
},
|
|
6388
|
-
{
|
|
6389
|
-
"stableId": "System.Net.Http:System.Net.Http.MultipartContent::CreateContentReadStreamAsync():System.Threading.Tasks.Task_1",
|
|
6390
|
-
"clrName": "CreateContentReadStreamAsync",
|
|
6391
|
-
"metadataToken": 0,
|
|
6392
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
6393
|
-
"normalizedSignature": "CreateContentReadStreamAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
6394
|
-
"emitScope": "ClassSurface",
|
|
6395
|
-
"provenance": "BaseOverload",
|
|
6396
|
-
"arity": 0,
|
|
6397
|
-
"parameterCount": 0,
|
|
6398
|
-
"isStatic": false,
|
|
6399
|
-
"isAbstract": false,
|
|
6400
|
-
"isVirtual": true,
|
|
6401
|
-
"isOverride": false,
|
|
6402
|
-
"isSealed": false,
|
|
6403
|
-
"visibility": "Protected",
|
|
6404
|
-
"declaringClrType": "System.Net.Http.MultipartContent",
|
|
6405
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
6406
|
-
"isExtensionMethod": false
|
|
6407
|
-
},
|
|
6408
|
-
{
|
|
6409
|
-
"stableId": "System.Net.Http:System.Net.Http.MultipartContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
6410
|
-
"clrName": "CreateContentReadStreamAsync",
|
|
6411
|
-
"metadataToken": 0,
|
|
6412
|
-
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
6413
|
-
"normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
6414
|
-
"emitScope": "ClassSurface",
|
|
6415
|
-
"provenance": "BaseOverload",
|
|
6416
|
-
"arity": 0,
|
|
6417
|
-
"parameterCount": 1,
|
|
6418
|
-
"isStatic": false,
|
|
6419
|
-
"isAbstract": false,
|
|
6420
|
-
"isVirtual": true,
|
|
6421
|
-
"isOverride": false,
|
|
6422
|
-
"isSealed": false,
|
|
6423
|
-
"visibility": "Protected",
|
|
6424
|
-
"declaringClrType": "System.Net.Http.MultipartContent",
|
|
6425
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
6426
|
-
"isExtensionMethod": false
|
|
6427
|
-
},
|
|
6428
6108
|
{
|
|
6429
6109
|
"stableId": "System.Net.Http:System.Net.Http.MultipartContent::Dispose():System.Void",
|
|
6430
6110
|
"clrName": "Dispose",
|
|
@@ -6439,7 +6119,7 @@
|
|
|
6439
6119
|
"isAbstract": false,
|
|
6440
6120
|
"isVirtual": true,
|
|
6441
6121
|
"isOverride": false,
|
|
6442
|
-
"isSealed":
|
|
6122
|
+
"isSealed": true,
|
|
6443
6123
|
"visibility": "Public",
|
|
6444
6124
|
"declaringClrType": "System.Net.Http.MultipartContent",
|
|
6445
6125
|
"declaringAssemblyName": "System.Net.Http",
|
|
@@ -6681,86 +6361,6 @@
|
|
|
6681
6361
|
"isExtensionMethod": false,
|
|
6682
6362
|
"sourceInterface": "System.Collections.IEnumerable"
|
|
6683
6363
|
},
|
|
6684
|
-
{
|
|
6685
|
-
"stableId": "System.Net.Http:System.Net.Http.MultipartFormDataContent::Dispose(System.Boolean):System.Void",
|
|
6686
|
-
"clrName": "Dispose",
|
|
6687
|
-
"metadataToken": 0,
|
|
6688
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
6689
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
6690
|
-
"emitScope": "ClassSurface",
|
|
6691
|
-
"provenance": "BaseOverload",
|
|
6692
|
-
"arity": 0,
|
|
6693
|
-
"parameterCount": 1,
|
|
6694
|
-
"isStatic": false,
|
|
6695
|
-
"isAbstract": false,
|
|
6696
|
-
"isVirtual": true,
|
|
6697
|
-
"isOverride": false,
|
|
6698
|
-
"isSealed": false,
|
|
6699
|
-
"visibility": "Protected",
|
|
6700
|
-
"declaringClrType": "System.Net.Http.MultipartFormDataContent",
|
|
6701
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
6702
|
-
"isExtensionMethod": false
|
|
6703
|
-
},
|
|
6704
|
-
{
|
|
6705
|
-
"stableId": "System.Net.Http:System.Net.Http.MultipartFormDataContent::Dispose():System.Void",
|
|
6706
|
-
"clrName": "Dispose",
|
|
6707
|
-
"metadataToken": 0,
|
|
6708
|
-
"canonicalSignature": "():System.Void",
|
|
6709
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
6710
|
-
"emitScope": "ClassSurface",
|
|
6711
|
-
"provenance": "BaseOverload",
|
|
6712
|
-
"arity": 0,
|
|
6713
|
-
"parameterCount": 0,
|
|
6714
|
-
"isStatic": false,
|
|
6715
|
-
"isAbstract": false,
|
|
6716
|
-
"isVirtual": true,
|
|
6717
|
-
"isOverride": false,
|
|
6718
|
-
"isSealed": false,
|
|
6719
|
-
"visibility": "Public",
|
|
6720
|
-
"declaringClrType": "System.Net.Http.MultipartFormDataContent",
|
|
6721
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
6722
|
-
"isExtensionMethod": false
|
|
6723
|
-
},
|
|
6724
|
-
{
|
|
6725
|
-
"stableId": "System.Net.Http:System.Net.Http.MultipartFormDataContent::GetEnumerator():System.Collections.Generic.IEnumerator_1",
|
|
6726
|
-
"clrName": "GetEnumerator",
|
|
6727
|
-
"metadataToken": 0,
|
|
6728
|
-
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
|
|
6729
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
|
|
6730
|
-
"emitScope": "ClassSurface",
|
|
6731
|
-
"provenance": "BaseOverload",
|
|
6732
|
-
"arity": 0,
|
|
6733
|
-
"parameterCount": 0,
|
|
6734
|
-
"isStatic": false,
|
|
6735
|
-
"isAbstract": false,
|
|
6736
|
-
"isVirtual": true,
|
|
6737
|
-
"isOverride": false,
|
|
6738
|
-
"isSealed": false,
|
|
6739
|
-
"visibility": "Public",
|
|
6740
|
-
"declaringClrType": "System.Net.Http.MultipartFormDataContent",
|
|
6741
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
6742
|
-
"isExtensionMethod": false
|
|
6743
|
-
},
|
|
6744
|
-
{
|
|
6745
|
-
"stableId": "System.Net.Http:System.Net.Http.MultipartFormDataContent::GetEnumerator():System.Collections.IEnumerator",
|
|
6746
|
-
"clrName": "GetEnumerator",
|
|
6747
|
-
"metadataToken": 0,
|
|
6748
|
-
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
6749
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
6750
|
-
"emitScope": "ClassSurface",
|
|
6751
|
-
"provenance": "BaseOverload",
|
|
6752
|
-
"arity": 0,
|
|
6753
|
-
"parameterCount": 0,
|
|
6754
|
-
"isStatic": false,
|
|
6755
|
-
"isAbstract": false,
|
|
6756
|
-
"isVirtual": true,
|
|
6757
|
-
"isOverride": false,
|
|
6758
|
-
"isSealed": false,
|
|
6759
|
-
"visibility": "Public",
|
|
6760
|
-
"declaringClrType": "System.Net.Http.MultipartFormDataContent",
|
|
6761
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
6762
|
-
"isExtensionMethod": false
|
|
6763
|
-
},
|
|
6764
6364
|
{
|
|
6765
6365
|
"stableId": "System.Net.Http:System.Net.Http.MultipartFormDataContent::SerializeToStreamAsync(System.IO.Stream,System.Net.TransportContext):System.Threading.Tasks.Task",
|
|
6766
6366
|
"clrName": "SerializeToStreamAsync",
|
|
@@ -6980,51 +6580,11 @@
|
|
|
6980
6580
|
"sourceInterface": "System.IDisposable"
|
|
6981
6581
|
},
|
|
6982
6582
|
{
|
|
6983
|
-
"stableId": "System.Net.Http:System.Net.Http.ReadOnlyMemoryContent::CreateContentReadStreamAsync():System.Threading.Tasks.Task_1",
|
|
6583
|
+
"stableId": "System.Net.Http:System.Net.Http.ReadOnlyMemoryContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
|
|
6984
6584
|
"clrName": "CreateContentReadStreamAsync",
|
|
6985
6585
|
"metadataToken": 0,
|
|
6986
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
6987
|
-
"normalizedSignature": "CreateContentReadStreamAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
6988
|
-
"emitScope": "ClassSurface",
|
|
6989
|
-
"provenance": "BaseOverload",
|
|
6990
|
-
"arity": 0,
|
|
6991
|
-
"parameterCount": 0,
|
|
6992
|
-
"isStatic": false,
|
|
6993
|
-
"isAbstract": false,
|
|
6994
|
-
"isVirtual": true,
|
|
6995
|
-
"isOverride": false,
|
|
6996
|
-
"isSealed": false,
|
|
6997
|
-
"visibility": "Protected",
|
|
6998
|
-
"declaringClrType": "System.Net.Http.ReadOnlyMemoryContent",
|
|
6999
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
7000
|
-
"isExtensionMethod": false
|
|
7001
|
-
},
|
|
7002
|
-
{
|
|
7003
|
-
"stableId": "System.Net.Http:System.Net.Http.ReadOnlyMemoryContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
7004
|
-
"clrName": "CreateContentReadStreamAsync",
|
|
7005
|
-
"metadataToken": 0,
|
|
7006
|
-
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
7007
|
-
"normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
7008
|
-
"emitScope": "ClassSurface",
|
|
7009
|
-
"provenance": "BaseOverload",
|
|
7010
|
-
"arity": 0,
|
|
7011
|
-
"parameterCount": 1,
|
|
7012
|
-
"isStatic": false,
|
|
7013
|
-
"isAbstract": false,
|
|
7014
|
-
"isVirtual": true,
|
|
7015
|
-
"isOverride": false,
|
|
7016
|
-
"isSealed": false,
|
|
7017
|
-
"visibility": "Protected",
|
|
7018
|
-
"declaringClrType": "System.Net.Http.ReadOnlyMemoryContent",
|
|
7019
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
7020
|
-
"isExtensionMethod": false
|
|
7021
|
-
},
|
|
7022
|
-
{
|
|
7023
|
-
"stableId": "System.Net.Http:System.Net.Http.ReadOnlyMemoryContent::Dispose(System.Boolean):System.Void",
|
|
7024
|
-
"clrName": "Dispose",
|
|
7025
|
-
"metadataToken": 0,
|
|
7026
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
7027
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
6586
|
+
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
|
|
6587
|
+
"normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E|static=false",
|
|
7028
6588
|
"emitScope": "ClassSurface",
|
|
7029
6589
|
"provenance": "BaseOverload",
|
|
7030
6590
|
"arity": 0,
|
|
@@ -7038,26 +6598,6 @@
|
|
|
7038
6598
|
"declaringClrType": "System.Net.Http.ReadOnlyMemoryContent",
|
|
7039
6599
|
"declaringAssemblyName": "System.Net.Http",
|
|
7040
6600
|
"isExtensionMethod": false
|
|
7041
|
-
},
|
|
7042
|
-
{
|
|
7043
|
-
"stableId": "System.Net.Http:System.Net.Http.ReadOnlyMemoryContent::Dispose():System.Void",
|
|
7044
|
-
"clrName": "Dispose",
|
|
7045
|
-
"metadataToken": 0,
|
|
7046
|
-
"canonicalSignature": "():System.Void",
|
|
7047
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
7048
|
-
"emitScope": "ClassSurface",
|
|
7049
|
-
"provenance": "BaseOverload",
|
|
7050
|
-
"arity": 0,
|
|
7051
|
-
"parameterCount": 0,
|
|
7052
|
-
"isStatic": false,
|
|
7053
|
-
"isAbstract": false,
|
|
7054
|
-
"isVirtual": true,
|
|
7055
|
-
"isOverride": false,
|
|
7056
|
-
"isSealed": false,
|
|
7057
|
-
"visibility": "Public",
|
|
7058
|
-
"declaringClrType": "System.Net.Http.ReadOnlyMemoryContent",
|
|
7059
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
7060
|
-
"isExtensionMethod": false
|
|
7061
6601
|
}
|
|
7062
6602
|
],
|
|
7063
6603
|
"properties": [],
|
|
@@ -7254,31 +6794,11 @@
|
|
|
7254
6794
|
"isAbstract": false,
|
|
7255
6795
|
"isVirtual": true,
|
|
7256
6796
|
"isOverride": false,
|
|
7257
|
-
"isSealed":
|
|
6797
|
+
"isSealed": true,
|
|
7258
6798
|
"visibility": "Public",
|
|
7259
6799
|
"declaringClrType": "System.Net.Http.SocketsHttpHandler",
|
|
7260
6800
|
"declaringAssemblyName": "System.Net.Http",
|
|
7261
6801
|
"isExtensionMethod": false
|
|
7262
|
-
},
|
|
7263
|
-
{
|
|
7264
|
-
"stableId": "System.Net.Http:System.Net.Http.SocketsHttpHandler::SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
7265
|
-
"clrName": "SendAsync",
|
|
7266
|
-
"metadataToken": 0,
|
|
7267
|
-
"canonicalSignature": "(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
7268
|
-
"normalizedSignature": "SendAsync|(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
7269
|
-
"emitScope": "ClassSurface",
|
|
7270
|
-
"provenance": "BaseOverload",
|
|
7271
|
-
"arity": 0,
|
|
7272
|
-
"parameterCount": 2,
|
|
7273
|
-
"isStatic": false,
|
|
7274
|
-
"isAbstract": true,
|
|
7275
|
-
"isVirtual": true,
|
|
7276
|
-
"isOverride": false,
|
|
7277
|
-
"isSealed": false,
|
|
7278
|
-
"visibility": "ProtectedInternal",
|
|
7279
|
-
"declaringClrType": "System.Net.Http.SocketsHttpHandler",
|
|
7280
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
7281
|
-
"isExtensionMethod": false
|
|
7282
6802
|
}
|
|
7283
6803
|
],
|
|
7284
6804
|
"properties": [
|
|
@@ -8195,31 +7715,11 @@
|
|
|
8195
7715
|
"sourceInterface": "System.IDisposable"
|
|
8196
7716
|
},
|
|
8197
7717
|
{
|
|
8198
|
-
"stableId": "System.Net.Http:System.Net.Http.StreamContent::CreateContentReadStreamAsync():System.Threading.Tasks.Task_1",
|
|
7718
|
+
"stableId": "System.Net.Http:System.Net.Http.StreamContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
|
|
8199
7719
|
"clrName": "CreateContentReadStreamAsync",
|
|
8200
7720
|
"metadataToken": 0,
|
|
8201
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
8202
|
-
"normalizedSignature": "CreateContentReadStreamAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
8203
|
-
"emitScope": "ClassSurface",
|
|
8204
|
-
"provenance": "BaseOverload",
|
|
8205
|
-
"arity": 0,
|
|
8206
|
-
"parameterCount": 0,
|
|
8207
|
-
"isStatic": false,
|
|
8208
|
-
"isAbstract": false,
|
|
8209
|
-
"isVirtual": true,
|
|
8210
|
-
"isOverride": false,
|
|
8211
|
-
"isSealed": false,
|
|
8212
|
-
"visibility": "Protected",
|
|
8213
|
-
"declaringClrType": "System.Net.Http.StreamContent",
|
|
8214
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
8215
|
-
"isExtensionMethod": false
|
|
8216
|
-
},
|
|
8217
|
-
{
|
|
8218
|
-
"stableId": "System.Net.Http:System.Net.Http.StreamContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
8219
|
-
"clrName": "CreateContentReadStreamAsync",
|
|
8220
|
-
"metadataToken": 0,
|
|
8221
|
-
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
8222
|
-
"normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
7721
|
+
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
|
|
7722
|
+
"normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E|static=false",
|
|
8223
7723
|
"emitScope": "ClassSurface",
|
|
8224
7724
|
"provenance": "BaseOverload",
|
|
8225
7725
|
"arity": 0,
|
|
@@ -8248,7 +7748,7 @@
|
|
|
8248
7748
|
"isAbstract": false,
|
|
8249
7749
|
"isVirtual": true,
|
|
8250
7750
|
"isOverride": false,
|
|
8251
|
-
"isSealed":
|
|
7751
|
+
"isSealed": true,
|
|
8252
7752
|
"visibility": "Public",
|
|
8253
7753
|
"declaringClrType": "System.Net.Http.StreamContent",
|
|
8254
7754
|
"declaringAssemblyName": "System.Net.Http",
|
|
@@ -8346,46 +7846,6 @@
|
|
|
8346
7846
|
"isExtensionMethod": false,
|
|
8347
7847
|
"sourceInterface": "System.IDisposable"
|
|
8348
7848
|
},
|
|
8349
|
-
{
|
|
8350
|
-
"stableId": "System.Net.Http:System.Net.Http.StringContent::Dispose():System.Void",
|
|
8351
|
-
"clrName": "Dispose",
|
|
8352
|
-
"metadataToken": 0,
|
|
8353
|
-
"canonicalSignature": "():System.Void",
|
|
8354
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
8355
|
-
"emitScope": "ClassSurface",
|
|
8356
|
-
"provenance": "BaseOverload",
|
|
8357
|
-
"arity": 0,
|
|
8358
|
-
"parameterCount": 0,
|
|
8359
|
-
"isStatic": false,
|
|
8360
|
-
"isAbstract": false,
|
|
8361
|
-
"isVirtual": true,
|
|
8362
|
-
"isOverride": false,
|
|
8363
|
-
"isSealed": false,
|
|
8364
|
-
"visibility": "Public",
|
|
8365
|
-
"declaringClrType": "System.Net.Http.StringContent",
|
|
8366
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
8367
|
-
"isExtensionMethod": false
|
|
8368
|
-
},
|
|
8369
|
-
{
|
|
8370
|
-
"stableId": "System.Net.Http:System.Net.Http.StringContent::Dispose(System.Boolean):System.Void",
|
|
8371
|
-
"clrName": "Dispose",
|
|
8372
|
-
"metadataToken": 0,
|
|
8373
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
8374
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
8375
|
-
"emitScope": "ClassSurface",
|
|
8376
|
-
"provenance": "BaseOverload",
|
|
8377
|
-
"arity": 0,
|
|
8378
|
-
"parameterCount": 1,
|
|
8379
|
-
"isStatic": false,
|
|
8380
|
-
"isAbstract": false,
|
|
8381
|
-
"isVirtual": true,
|
|
8382
|
-
"isOverride": false,
|
|
8383
|
-
"isSealed": false,
|
|
8384
|
-
"visibility": "Protected",
|
|
8385
|
-
"declaringClrType": "System.Net.Http.StringContent",
|
|
8386
|
-
"declaringAssemblyName": "System.Net.Http",
|
|
8387
|
-
"isExtensionMethod": false
|
|
8388
|
-
},
|
|
8389
7849
|
{
|
|
8390
7850
|
"stableId": "System.Net.Http:System.Net.Http.StringContent::SerializeToStreamAsync(System.IO.Stream,System.Net.TransportContext):System.Threading.Tasks.Task",
|
|
8391
7851
|
"clrName": "SerializeToStreamAsync",
|