@tsonic/dotnet 0.7.4 → 0.7.7
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/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +36 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +49 -74
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +332 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +21 -46
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +31 -56
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +3 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +0 -25
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +593 -618
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +141 -166
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +149 -174
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +0 -25
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -31,31 +31,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
|
|
|
31
31
|
import * as System_Internal from "../../System/internal/index.js";
|
|
32
32
|
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, Exception, Func_3, Func_5, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from "../../System/internal/index.js";
|
|
33
33
|
|
|
34
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
35
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
36
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
37
|
-
export type CLROf<T> =
|
|
38
|
-
T extends sbyte ? System_Internal.SByte :
|
|
39
|
-
T extends short ? System_Internal.Int16 :
|
|
40
|
-
T extends int ? System_Internal.Int32 :
|
|
41
|
-
T extends long ? System_Internal.Int64 :
|
|
42
|
-
T extends int128 ? System_Internal.Int128 :
|
|
43
|
-
T extends nint ? System_Internal.IntPtr :
|
|
44
|
-
T extends byte ? System_Internal.Byte :
|
|
45
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
46
|
-
T extends uint ? System_Internal.UInt32 :
|
|
47
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
48
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
49
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
50
|
-
T extends half ? System_Internal.Half :
|
|
51
|
-
T extends float ? System_Internal.Single :
|
|
52
|
-
T extends double ? System_Internal.Double :
|
|
53
|
-
T extends decimal ? System_Internal.Decimal :
|
|
54
|
-
T extends char ? System_Internal.Char :
|
|
55
|
-
T extends boolean ? System_Internal.Boolean :
|
|
56
|
-
T extends string ? System_Internal.String :
|
|
57
|
-
T; // Identity fallback for non-primitive types
|
|
58
|
-
|
|
59
34
|
export enum ClientCertificateOption {
|
|
60
35
|
manual = 0,
|
|
61
36
|
automatic = 1
|
|
@@ -153,7 +128,7 @@ export interface FormUrlEncodedContent$instance extends ByteArrayContent$instanc
|
|
|
153
128
|
|
|
154
129
|
|
|
155
130
|
export const FormUrlEncodedContent: {
|
|
156
|
-
new(nameValueCollection: IEnumerable_1<KeyValuePair_2<
|
|
131
|
+
new(nameValueCollection: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): FormUrlEncodedContent$instance;
|
|
157
132
|
};
|
|
158
133
|
|
|
159
134
|
|
|
@@ -193,10 +168,10 @@ export interface HttpClient$instance extends HttpMessageInvoker$instance {
|
|
|
193
168
|
getStreamAsync(requestUri: string, cancellationToken: CancellationToken): Task_1<Stream>;
|
|
194
169
|
getStreamAsync(requestUri: Uri): Task_1<Stream>;
|
|
195
170
|
getStreamAsync(requestUri: Uri, cancellationToken: CancellationToken): Task_1<Stream>;
|
|
196
|
-
getStringAsync(requestUri: string): Task_1<
|
|
197
|
-
getStringAsync(requestUri: Uri): Task_1<
|
|
198
|
-
getStringAsync(requestUri: string, cancellationToken: CancellationToken): Task_1<
|
|
199
|
-
getStringAsync(requestUri: Uri, cancellationToken: CancellationToken): Task_1<
|
|
171
|
+
getStringAsync(requestUri: string): Task_1<System_Internal.String>;
|
|
172
|
+
getStringAsync(requestUri: Uri): Task_1<System_Internal.String>;
|
|
173
|
+
getStringAsync(requestUri: string, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
174
|
+
getStringAsync(requestUri: Uri, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
200
175
|
patchAsync(requestUri: string, content: HttpContent): Task_1<HttpResponseMessage>;
|
|
201
176
|
patchAsync(requestUri: Uri, content: HttpContent): Task_1<HttpResponseMessage>;
|
|
202
177
|
patchAsync(requestUri: string, content: HttpContent, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
@@ -245,9 +220,9 @@ export interface HttpClientHandler$instance extends HttpMessageHandler$instance
|
|
|
245
220
|
maxResponseHeadersLength: int;
|
|
246
221
|
meterFactory: IMeterFactory;
|
|
247
222
|
preAuthenticate: boolean;
|
|
248
|
-
readonly properties: IDictionary_2<
|
|
223
|
+
readonly properties: IDictionary_2<System_Internal.String, unknown>;
|
|
249
224
|
proxy: IWebProxy;
|
|
250
|
-
serverCertificateCustomValidationCallback: Func_5<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors,
|
|
225
|
+
serverCertificateCustomValidationCallback: Func_5<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, System_Internal.Boolean>;
|
|
251
226
|
sslProtocols: SslProtocols;
|
|
252
227
|
readonly supportsAutomaticDecompression: boolean;
|
|
253
228
|
readonly supportsProxy: boolean;
|
|
@@ -261,7 +236,7 @@ export interface HttpClientHandler$instance extends HttpMessageHandler$instance
|
|
|
261
236
|
|
|
262
237
|
export const HttpClientHandler: {
|
|
263
238
|
new(): HttpClientHandler$instance;
|
|
264
|
-
readonly dangerousAcceptAnyServerCertificateValidator: Func_5<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors,
|
|
239
|
+
readonly dangerousAcceptAnyServerCertificateValidator: Func_5<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, System_Internal.Boolean>;
|
|
265
240
|
};
|
|
266
241
|
|
|
267
242
|
|
|
@@ -290,8 +265,8 @@ export interface HttpContent$instance {
|
|
|
290
265
|
readAsStream(cancellationToken: CancellationToken): Stream;
|
|
291
266
|
readAsStreamAsync(): Task_1<Stream>;
|
|
292
267
|
readAsStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
|
|
293
|
-
readAsStringAsync(): Task_1<
|
|
294
|
-
readAsStringAsync(cancellationToken: CancellationToken): Task_1<
|
|
268
|
+
readAsStringAsync(): Task_1<System_Internal.String>;
|
|
269
|
+
readAsStringAsync(cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
295
270
|
}
|
|
296
271
|
|
|
297
272
|
|
|
@@ -388,7 +363,7 @@ export const HttpMethod: {
|
|
|
388
363
|
readonly patch: HttpMethod;
|
|
389
364
|
readonly query: HttpMethod;
|
|
390
365
|
readonly connect: HttpMethod;
|
|
391
|
-
parse(method: ReadOnlySpan_1<
|
|
366
|
+
parse(method: ReadOnlySpan_1<System_Internal.Char>): HttpMethod;
|
|
392
367
|
};
|
|
393
368
|
|
|
394
369
|
|
|
@@ -448,7 +423,7 @@ export interface HttpRequestMessage$instance {
|
|
|
448
423
|
readonly headers: HttpRequestHeaders;
|
|
449
424
|
method: HttpMethod;
|
|
450
425
|
readonly options: HttpRequestOptions;
|
|
451
|
-
readonly properties: IDictionary_2<
|
|
426
|
+
readonly properties: IDictionary_2<System_Internal.String, unknown>;
|
|
452
427
|
requestUri: Uri;
|
|
453
428
|
version: Version;
|
|
454
429
|
versionPolicy: HttpVersionPolicy;
|
|
@@ -475,7 +450,7 @@ export type HttpRequestMessage = HttpRequestMessage$instance & __HttpRequestMess
|
|
|
475
450
|
|
|
476
451
|
export interface HttpRequestOptions$instance {
|
|
477
452
|
set_<TValue>(key: HttpRequestOptionsKey_1<TValue>, value: TValue): void;
|
|
478
|
-
tryGetValue<TValue>(key: HttpRequestOptionsKey_1<TValue>, value:
|
|
453
|
+
tryGetValue<TValue>(key: HttpRequestOptionsKey_1<TValue>, value: TValue): boolean;
|
|
479
454
|
}
|
|
480
455
|
|
|
481
456
|
|
|
@@ -485,11 +460,11 @@ export const HttpRequestOptions: {
|
|
|
485
460
|
|
|
486
461
|
|
|
487
462
|
export interface __HttpRequestOptions$views {
|
|
488
|
-
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<
|
|
489
|
-
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<
|
|
490
|
-
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<
|
|
491
|
-
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<
|
|
492
|
-
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<
|
|
463
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
464
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, unknown>;
|
|
465
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
466
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
467
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<System_Internal.String, unknown>;
|
|
493
468
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
494
469
|
}
|
|
495
470
|
|
|
@@ -595,7 +570,7 @@ export interface ReadOnlyMemoryContent$instance extends HttpContent$instance {
|
|
|
595
570
|
|
|
596
571
|
|
|
597
572
|
export const ReadOnlyMemoryContent: {
|
|
598
|
-
new(content: ReadOnlyMemory_1<
|
|
573
|
+
new(content: ReadOnlyMemory_1<System_Internal.Byte>): ReadOnlyMemoryContent$instance;
|
|
599
574
|
};
|
|
600
575
|
|
|
601
576
|
|
|
@@ -644,7 +619,7 @@ export interface SocketsHttpHandler$instance extends HttpMessageHandler$instance
|
|
|
644
619
|
pooledConnectionIdleTimeout: TimeSpan;
|
|
645
620
|
pooledConnectionLifetime: TimeSpan;
|
|
646
621
|
preAuthenticate: boolean;
|
|
647
|
-
readonly properties: IDictionary_2<
|
|
622
|
+
readonly properties: IDictionary_2<System_Internal.String, unknown>;
|
|
648
623
|
proxy: IWebProxy;
|
|
649
624
|
requestHeaderEncodingSelector: HeaderEncodingSelector_1<HttpRequestMessage>;
|
|
650
625
|
responseDrainTimeout: TimeSpan;
|
|
@@ -3216,7 +3216,13 @@
|
|
|
3216
3216
|
"isSealed": false,
|
|
3217
3217
|
"arity": 1,
|
|
3218
3218
|
"parameterCount": 2,
|
|
3219
|
-
"isExtensionMethod": false
|
|
3219
|
+
"isExtensionMethod": false,
|
|
3220
|
+
"parameterModifiers": [
|
|
3221
|
+
{
|
|
3222
|
+
"index": 1,
|
|
3223
|
+
"modifier": "out"
|
|
3224
|
+
}
|
|
3225
|
+
]
|
|
3220
3226
|
},
|
|
3221
3227
|
{
|
|
3222
3228
|
"stableId": "System.Net.Http:System.Net.Http.HttpRequestOptions::Set(HttpRequestOptionsKey_1,TValue):System.Void",
|
|
@@ -3283,7 +3289,13 @@
|
|
|
3283
3289
|
"arity": 0,
|
|
3284
3290
|
"parameterCount": 2,
|
|
3285
3291
|
"sourceInterface": "System.Collections.Generic.IDictionary\u00602",
|
|
3286
|
-
"isExtensionMethod": false
|
|
3292
|
+
"isExtensionMethod": false,
|
|
3293
|
+
"parameterModifiers": [
|
|
3294
|
+
{
|
|
3295
|
+
"index": 1,
|
|
3296
|
+
"modifier": "out"
|
|
3297
|
+
}
|
|
3298
|
+
]
|
|
3287
3299
|
},
|
|
3288
3300
|
{
|
|
3289
3301
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -3419,7 +3431,13 @@
|
|
|
3419
3431
|
"arity": 0,
|
|
3420
3432
|
"parameterCount": 2,
|
|
3421
3433
|
"sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
3422
|
-
"isExtensionMethod": false
|
|
3434
|
+
"isExtensionMethod": false,
|
|
3435
|
+
"parameterModifiers": [
|
|
3436
|
+
{
|
|
3437
|
+
"index": 1,
|
|
3438
|
+
"modifier": "out"
|
|
3439
|
+
}
|
|
3440
|
+
]
|
|
3423
3441
|
}
|
|
3424
3442
|
],
|
|
3425
3443
|
"properties": [
|
|
@@ -516,7 +516,13 @@
|
|
|
516
516
|
"parameterCount": 2,
|
|
517
517
|
"declaringClrType": "System.Net.Http.Headers.HttpHeadersNonValidated",
|
|
518
518
|
"declaringAssemblyName": "System.Net.Http",
|
|
519
|
-
"isExtensionMethod": false
|
|
519
|
+
"isExtensionMethod": false,
|
|
520
|
+
"parameterModifiers": [
|
|
521
|
+
{
|
|
522
|
+
"index": 1,
|
|
523
|
+
"modifier": "out"
|
|
524
|
+
}
|
|
525
|
+
]
|
|
520
526
|
},
|
|
521
527
|
{
|
|
522
528
|
"stableId": "System.Net.Http:System.Net.Http.Headers.HttpHeadersNonValidated::GetEnumerator():System.Net.Http.Headers.HttpHeadersNonValidated\u002BEnumerator",
|
|
@@ -558,7 +564,13 @@
|
|
|
558
564
|
"parameterCount": 2,
|
|
559
565
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
560
566
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
561
|
-
"isExtensionMethod": false
|
|
567
|
+
"isExtensionMethod": false,
|
|
568
|
+
"parameterModifiers": [
|
|
569
|
+
{
|
|
570
|
+
"index": 1,
|
|
571
|
+
"modifier": "out"
|
|
572
|
+
}
|
|
573
|
+
]
|
|
562
574
|
},
|
|
563
575
|
{
|
|
564
576
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
@@ -1194,7 +1206,13 @@
|
|
|
1194
1206
|
"parameterCount": 2,
|
|
1195
1207
|
"declaringClrType": "System.Net.Http.Headers.AuthenticationHeaderValue",
|
|
1196
1208
|
"declaringAssemblyName": "System.Net.Http",
|
|
1197
|
-
"isExtensionMethod": false
|
|
1209
|
+
"isExtensionMethod": false,
|
|
1210
|
+
"parameterModifiers": [
|
|
1211
|
+
{
|
|
1212
|
+
"index": 1,
|
|
1213
|
+
"modifier": "out"
|
|
1214
|
+
}
|
|
1215
|
+
]
|
|
1198
1216
|
},
|
|
1199
1217
|
{
|
|
1200
1218
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -1475,7 +1493,13 @@
|
|
|
1475
1493
|
"parameterCount": 2,
|
|
1476
1494
|
"declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
|
|
1477
1495
|
"declaringAssemblyName": "System.Net.Http",
|
|
1478
|
-
"isExtensionMethod": false
|
|
1496
|
+
"isExtensionMethod": false,
|
|
1497
|
+
"parameterModifiers": [
|
|
1498
|
+
{
|
|
1499
|
+
"index": 1,
|
|
1500
|
+
"modifier": "out"
|
|
1501
|
+
}
|
|
1502
|
+
]
|
|
1479
1503
|
},
|
|
1480
1504
|
{
|
|
1481
1505
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -2073,7 +2097,13 @@
|
|
|
2073
2097
|
"parameterCount": 2,
|
|
2074
2098
|
"declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
|
|
2075
2099
|
"declaringAssemblyName": "System.Net.Http",
|
|
2076
|
-
"isExtensionMethod": false
|
|
2100
|
+
"isExtensionMethod": false,
|
|
2101
|
+
"parameterModifiers": [
|
|
2102
|
+
{
|
|
2103
|
+
"index": 1,
|
|
2104
|
+
"modifier": "out"
|
|
2105
|
+
}
|
|
2106
|
+
]
|
|
2077
2107
|
},
|
|
2078
2108
|
{
|
|
2079
2109
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -2503,7 +2533,13 @@
|
|
|
2503
2533
|
"parameterCount": 2,
|
|
2504
2534
|
"declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
|
|
2505
2535
|
"declaringAssemblyName": "System.Net.Http",
|
|
2506
|
-
"isExtensionMethod": false
|
|
2536
|
+
"isExtensionMethod": false,
|
|
2537
|
+
"parameterModifiers": [
|
|
2538
|
+
{
|
|
2539
|
+
"index": 1,
|
|
2540
|
+
"modifier": "out"
|
|
2541
|
+
}
|
|
2542
|
+
]
|
|
2507
2543
|
},
|
|
2508
2544
|
{
|
|
2509
2545
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -2899,7 +2935,13 @@
|
|
|
2899
2935
|
"parameterCount": 2,
|
|
2900
2936
|
"declaringClrType": "System.Net.Http.Headers.EntityTagHeaderValue",
|
|
2901
2937
|
"declaringAssemblyName": "System.Net.Http",
|
|
2902
|
-
"isExtensionMethod": false
|
|
2938
|
+
"isExtensionMethod": false,
|
|
2939
|
+
"parameterModifiers": [
|
|
2940
|
+
{
|
|
2941
|
+
"index": 1,
|
|
2942
|
+
"modifier": "out"
|
|
2943
|
+
}
|
|
2944
|
+
]
|
|
2903
2945
|
},
|
|
2904
2946
|
{
|
|
2905
2947
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -3746,7 +3788,13 @@
|
|
|
3746
3788
|
"parameterCount": 2,
|
|
3747
3789
|
"declaringClrType": "System.Net.Http.Headers.HttpHeaders",
|
|
3748
3790
|
"declaringAssemblyName": "System.Net.Http",
|
|
3749
|
-
"isExtensionMethod": false
|
|
3791
|
+
"isExtensionMethod": false,
|
|
3792
|
+
"parameterModifiers": [
|
|
3793
|
+
{
|
|
3794
|
+
"index": 1,
|
|
3795
|
+
"modifier": "out"
|
|
3796
|
+
}
|
|
3797
|
+
]
|
|
3750
3798
|
},
|
|
3751
3799
|
{
|
|
3752
3800
|
"stableId": "System.Net.Http:System.Net.Http.Headers.HttpHeaders::Contains(System.String):System.Boolean",
|
|
@@ -6436,7 +6484,13 @@
|
|
|
6436
6484
|
"parameterCount": 2,
|
|
6437
6485
|
"declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
|
|
6438
6486
|
"declaringAssemblyName": "System.Net.Http",
|
|
6439
|
-
"isExtensionMethod": false
|
|
6487
|
+
"isExtensionMethod": false,
|
|
6488
|
+
"parameterModifiers": [
|
|
6489
|
+
{
|
|
6490
|
+
"index": 1,
|
|
6491
|
+
"modifier": "out"
|
|
6492
|
+
}
|
|
6493
|
+
]
|
|
6440
6494
|
},
|
|
6441
6495
|
{
|
|
6442
6496
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -6699,7 +6753,13 @@
|
|
|
6699
6753
|
"parameterCount": 2,
|
|
6700
6754
|
"declaringClrType": "System.Net.Http.Headers.MediaTypeWithQualityHeaderValue",
|
|
6701
6755
|
"declaringAssemblyName": "System.Net.Http",
|
|
6702
|
-
"isExtensionMethod": false
|
|
6756
|
+
"isExtensionMethod": false,
|
|
6757
|
+
"parameterModifiers": [
|
|
6758
|
+
{
|
|
6759
|
+
"index": 1,
|
|
6760
|
+
"modifier": "out"
|
|
6761
|
+
}
|
|
6762
|
+
]
|
|
6703
6763
|
},
|
|
6704
6764
|
{
|
|
6705
6765
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -7016,7 +7076,13 @@
|
|
|
7016
7076
|
"parameterCount": 2,
|
|
7017
7077
|
"declaringClrType": "System.Net.Http.Headers.NameValueHeaderValue",
|
|
7018
7078
|
"declaringAssemblyName": "System.Net.Http",
|
|
7019
|
-
"isExtensionMethod": false
|
|
7079
|
+
"isExtensionMethod": false,
|
|
7080
|
+
"parameterModifiers": [
|
|
7081
|
+
{
|
|
7082
|
+
"index": 1,
|
|
7083
|
+
"modifier": "out"
|
|
7084
|
+
}
|
|
7085
|
+
]
|
|
7020
7086
|
},
|
|
7021
7087
|
{
|
|
7022
7088
|
"stableId": "System.Net.Http:System.Net.Http.Headers.NameValueHeaderValue::ToString():System.String",
|
|
@@ -7311,7 +7377,13 @@
|
|
|
7311
7377
|
"parameterCount": 2,
|
|
7312
7378
|
"declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
|
|
7313
7379
|
"declaringAssemblyName": "System.Net.Http",
|
|
7314
|
-
"isExtensionMethod": false
|
|
7380
|
+
"isExtensionMethod": false,
|
|
7381
|
+
"parameterModifiers": [
|
|
7382
|
+
{
|
|
7383
|
+
"index": 1,
|
|
7384
|
+
"modifier": "out"
|
|
7385
|
+
}
|
|
7386
|
+
]
|
|
7315
7387
|
},
|
|
7316
7388
|
{
|
|
7317
7389
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -7632,7 +7704,13 @@
|
|
|
7632
7704
|
"parameterCount": 2,
|
|
7633
7705
|
"declaringClrType": "System.Net.Http.Headers.ProductHeaderValue",
|
|
7634
7706
|
"declaringAssemblyName": "System.Net.Http",
|
|
7635
|
-
"isExtensionMethod": false
|
|
7707
|
+
"isExtensionMethod": false,
|
|
7708
|
+
"parameterModifiers": [
|
|
7709
|
+
{
|
|
7710
|
+
"index": 1,
|
|
7711
|
+
"modifier": "out"
|
|
7712
|
+
}
|
|
7713
|
+
]
|
|
7636
7714
|
},
|
|
7637
7715
|
{
|
|
7638
7716
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -7913,7 +7991,13 @@
|
|
|
7913
7991
|
"parameterCount": 2,
|
|
7914
7992
|
"declaringClrType": "System.Net.Http.Headers.ProductInfoHeaderValue",
|
|
7915
7993
|
"declaringAssemblyName": "System.Net.Http",
|
|
7916
|
-
"isExtensionMethod": false
|
|
7994
|
+
"isExtensionMethod": false,
|
|
7995
|
+
"parameterModifiers": [
|
|
7996
|
+
{
|
|
7997
|
+
"index": 1,
|
|
7998
|
+
"modifier": "out"
|
|
7999
|
+
}
|
|
8000
|
+
]
|
|
7917
8001
|
},
|
|
7918
8002
|
{
|
|
7919
8003
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -8213,7 +8297,13 @@
|
|
|
8213
8297
|
"parameterCount": 2,
|
|
8214
8298
|
"declaringClrType": "System.Net.Http.Headers.RangeConditionHeaderValue",
|
|
8215
8299
|
"declaringAssemblyName": "System.Net.Http",
|
|
8216
|
-
"isExtensionMethod": false
|
|
8300
|
+
"isExtensionMethod": false,
|
|
8301
|
+
"parameterModifiers": [
|
|
8302
|
+
{
|
|
8303
|
+
"index": 1,
|
|
8304
|
+
"modifier": "out"
|
|
8305
|
+
}
|
|
8306
|
+
]
|
|
8217
8307
|
},
|
|
8218
8308
|
{
|
|
8219
8309
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -8513,7 +8603,13 @@
|
|
|
8513
8603
|
"parameterCount": 2,
|
|
8514
8604
|
"declaringClrType": "System.Net.Http.Headers.RangeHeaderValue",
|
|
8515
8605
|
"declaringAssemblyName": "System.Net.Http",
|
|
8516
|
-
"isExtensionMethod": false
|
|
8606
|
+
"isExtensionMethod": false,
|
|
8607
|
+
"parameterModifiers": [
|
|
8608
|
+
{
|
|
8609
|
+
"index": 1,
|
|
8610
|
+
"modifier": "out"
|
|
8611
|
+
}
|
|
8612
|
+
]
|
|
8517
8613
|
},
|
|
8518
8614
|
{
|
|
8519
8615
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -9008,7 +9104,13 @@
|
|
|
9008
9104
|
"parameterCount": 2,
|
|
9009
9105
|
"declaringClrType": "System.Net.Http.Headers.RetryConditionHeaderValue",
|
|
9010
9106
|
"declaringAssemblyName": "System.Net.Http",
|
|
9011
|
-
"isExtensionMethod": false
|
|
9107
|
+
"isExtensionMethod": false,
|
|
9108
|
+
"parameterModifiers": [
|
|
9109
|
+
{
|
|
9110
|
+
"index": 1,
|
|
9111
|
+
"modifier": "out"
|
|
9112
|
+
}
|
|
9113
|
+
]
|
|
9012
9114
|
},
|
|
9013
9115
|
{
|
|
9014
9116
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -9289,7 +9391,13 @@
|
|
|
9289
9391
|
"parameterCount": 2,
|
|
9290
9392
|
"declaringClrType": "System.Net.Http.Headers.StringWithQualityHeaderValue",
|
|
9291
9393
|
"declaringAssemblyName": "System.Net.Http",
|
|
9292
|
-
"isExtensionMethod": false
|
|
9394
|
+
"isExtensionMethod": false,
|
|
9395
|
+
"parameterModifiers": [
|
|
9396
|
+
{
|
|
9397
|
+
"index": 1,
|
|
9398
|
+
"modifier": "out"
|
|
9399
|
+
}
|
|
9400
|
+
]
|
|
9293
9401
|
},
|
|
9294
9402
|
{
|
|
9295
9403
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -9528,7 +9636,13 @@
|
|
|
9528
9636
|
"parameterCount": 2,
|
|
9529
9637
|
"declaringClrType": "System.Net.Http.Headers.TransferCodingHeaderValue",
|
|
9530
9638
|
"declaringAssemblyName": "System.Net.Http",
|
|
9531
|
-
"isExtensionMethod": false
|
|
9639
|
+
"isExtensionMethod": false,
|
|
9640
|
+
"parameterModifiers": [
|
|
9641
|
+
{
|
|
9642
|
+
"index": 1,
|
|
9643
|
+
"modifier": "out"
|
|
9644
|
+
}
|
|
9645
|
+
]
|
|
9532
9646
|
},
|
|
9533
9647
|
{
|
|
9534
9648
|
"stableId": "System.Net.Http:System.Net.Http.Headers.TransferCodingHeaderValue::ToString():System.String",
|
|
@@ -9790,7 +9904,13 @@
|
|
|
9790
9904
|
"parameterCount": 2,
|
|
9791
9905
|
"declaringClrType": "System.Net.Http.Headers.TransferCodingWithQualityHeaderValue",
|
|
9792
9906
|
"declaringAssemblyName": "System.Net.Http",
|
|
9793
|
-
"isExtensionMethod": false
|
|
9907
|
+
"isExtensionMethod": false,
|
|
9908
|
+
"parameterModifiers": [
|
|
9909
|
+
{
|
|
9910
|
+
"index": 1,
|
|
9911
|
+
"modifier": "out"
|
|
9912
|
+
}
|
|
9913
|
+
]
|
|
9794
9914
|
},
|
|
9795
9915
|
{
|
|
9796
9916
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -10111,7 +10231,13 @@
|
|
|
10111
10231
|
"parameterCount": 2,
|
|
10112
10232
|
"declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
|
|
10113
10233
|
"declaringAssemblyName": "System.Net.Http",
|
|
10114
|
-
"isExtensionMethod": false
|
|
10234
|
+
"isExtensionMethod": false,
|
|
10235
|
+
"parameterModifiers": [
|
|
10236
|
+
{
|
|
10237
|
+
"index": 1,
|
|
10238
|
+
"modifier": "out"
|
|
10239
|
+
}
|
|
10240
|
+
]
|
|
10115
10241
|
},
|
|
10116
10242
|
{
|
|
10117
10243
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -10459,7 +10585,13 @@
|
|
|
10459
10585
|
"parameterCount": 2,
|
|
10460
10586
|
"declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
|
|
10461
10587
|
"declaringAssemblyName": "System.Net.Http",
|
|
10462
|
-
"isExtensionMethod": false
|
|
10588
|
+
"isExtensionMethod": false,
|
|
10589
|
+
"parameterModifiers": [
|
|
10590
|
+
{
|
|
10591
|
+
"index": 1,
|
|
10592
|
+
"modifier": "out"
|
|
10593
|
+
}
|
|
10594
|
+
]
|
|
10463
10595
|
},
|
|
10464
10596
|
{
|
|
10465
10597
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|