@tsonic/dotnet 0.5.2 → 0.6.0
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 +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -1353,7 +1353,7 @@
|
|
|
1353
1353
|
{
|
|
1354
1354
|
"stableId": "System.Net.Primitives:System.Net.HttpStatusCode::OKSystem.Net.HttpStatusCode",
|
|
1355
1355
|
"clrName": "OK",
|
|
1356
|
-
"tsEmitName": "
|
|
1356
|
+
"tsEmitName": "OK",
|
|
1357
1357
|
"normalizedSignature": "OK|System.Net.HttpStatusCode|static=true|const=true",
|
|
1358
1358
|
"isStatic": true,
|
|
1359
1359
|
"isReadOnly": false,
|
|
@@ -113,7 +113,7 @@ export class ByteArrayContent$instance extends HttpContent$instance {
|
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
export interface __ByteArrayContent$views {
|
|
116
|
-
|
|
116
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
export type ByteArrayContent = ByteArrayContent$instance & __ByteArrayContent$views;
|
|
@@ -126,7 +126,7 @@ export abstract class DelegatingHandler$instance extends HttpMessageHandler$inst
|
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
export interface __DelegatingHandler$views {
|
|
129
|
-
|
|
129
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
export type DelegatingHandler = DelegatingHandler$instance & __DelegatingHandler$views;
|
|
@@ -139,16 +139,16 @@ export class FormUrlEncodedContent$instance extends ByteArrayContent$instance {
|
|
|
139
139
|
|
|
140
140
|
|
|
141
141
|
export interface __FormUrlEncodedContent$views {
|
|
142
|
-
|
|
142
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
export type FormUrlEncodedContent = FormUrlEncodedContent$instance & __FormUrlEncodedContent$views;
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
export class HeaderEncodingSelector_1$instance<TContext> extends Function {
|
|
149
|
-
constructor(object_:
|
|
150
|
-
beginInvoke(headerName: string, context: TContext, callback: AsyncCallback, object_:
|
|
151
|
-
clone():
|
|
149
|
+
constructor(object_: unknown, method: nint);
|
|
150
|
+
beginInvoke(headerName: string, context: TContext, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
151
|
+
clone(): unknown;
|
|
152
152
|
endInvoke(result: IAsyncResult): Encoding;
|
|
153
153
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
154
154
|
invoke(headerName: string, context: TContext): Encoding;
|
|
@@ -156,8 +156,8 @@ export class HeaderEncodingSelector_1$instance<TContext> extends Function {
|
|
|
156
156
|
|
|
157
157
|
|
|
158
158
|
export interface __HeaderEncodingSelector_1$views<TContext> {
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
160
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
export type HeaderEncodingSelector_1<TContext> = HeaderEncodingSelector_1$instance<TContext> & __HeaderEncodingSelector_1$views<TContext>;
|
|
@@ -214,12 +214,12 @@ export class HttpClient$instance extends HttpMessageInvoker$instance {
|
|
|
214
214
|
send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
|
|
215
215
|
sendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
216
216
|
sendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
217
|
-
static
|
|
217
|
+
static defaultProxy: IWebProxy;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
export interface __HttpClient$views {
|
|
222
|
-
|
|
222
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
export type HttpClient = HttpClient$instance & __HttpClient$views;
|
|
@@ -241,7 +241,7 @@ export class HttpClientHandler$instance extends HttpMessageHandler$instance {
|
|
|
241
241
|
maxResponseHeadersLength: int;
|
|
242
242
|
meterFactory: IMeterFactory;
|
|
243
243
|
preAuthenticate: boolean;
|
|
244
|
-
readonly properties: IDictionary_2<CLROf<string>,
|
|
244
|
+
readonly properties: IDictionary_2<CLROf<string>, unknown>;
|
|
245
245
|
proxy: IWebProxy;
|
|
246
246
|
serverCertificateCustomValidationCallback: Func_5<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, CLROf<boolean>>;
|
|
247
247
|
sslProtocols: SslProtocols;
|
|
@@ -252,12 +252,12 @@ export class HttpClientHandler$instance extends HttpMessageHandler$instance {
|
|
|
252
252
|
useDefaultCredentials: boolean;
|
|
253
253
|
useProxy: boolean;
|
|
254
254
|
dispose(): void;
|
|
255
|
-
static readonly
|
|
255
|
+
static readonly dangerousAcceptAnyServerCertificateValidator: Func_5<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, CLROf<boolean>>;
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
|
|
259
259
|
export interface __HttpClientHandler$views {
|
|
260
|
-
|
|
260
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
export type HttpClientHandler = HttpClientHandler$instance & __HttpClientHandler$views;
|
|
@@ -287,9 +287,11 @@ export abstract class HttpContent$instance {
|
|
|
287
287
|
|
|
288
288
|
|
|
289
289
|
export interface __HttpContent$views {
|
|
290
|
-
|
|
290
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
291
291
|
}
|
|
292
292
|
|
|
293
|
+
export interface HttpContent$instance extends System_Internal.IDisposable$instance {}
|
|
294
|
+
|
|
293
295
|
export type HttpContent = HttpContent$instance & __HttpContent$views;
|
|
294
296
|
|
|
295
297
|
|
|
@@ -302,7 +304,7 @@ export class HttpIOException$instance extends System_IO_Internal.IOException$ins
|
|
|
302
304
|
|
|
303
305
|
|
|
304
306
|
export interface __HttpIOException$views {
|
|
305
|
-
|
|
307
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
306
308
|
}
|
|
307
309
|
|
|
308
310
|
export type HttpIOException = HttpIOException$instance & __HttpIOException$views;
|
|
@@ -314,9 +316,11 @@ export abstract class HttpMessageHandler$instance {
|
|
|
314
316
|
|
|
315
317
|
|
|
316
318
|
export interface __HttpMessageHandler$views {
|
|
317
|
-
|
|
319
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
318
320
|
}
|
|
319
321
|
|
|
322
|
+
export interface HttpMessageHandler$instance extends System_Internal.IDisposable$instance {}
|
|
323
|
+
|
|
320
324
|
export type HttpMessageHandler = HttpMessageHandler$instance & __HttpMessageHandler$views;
|
|
321
325
|
|
|
322
326
|
|
|
@@ -330,9 +334,11 @@ export class HttpMessageInvoker$instance {
|
|
|
330
334
|
|
|
331
335
|
|
|
332
336
|
export interface __HttpMessageInvoker$views {
|
|
333
|
-
|
|
337
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
334
338
|
}
|
|
335
339
|
|
|
340
|
+
export interface HttpMessageInvoker$instance extends System_Internal.IDisposable$instance {}
|
|
341
|
+
|
|
336
342
|
export type HttpMessageInvoker = HttpMessageInvoker$instance & __HttpMessageInvoker$views;
|
|
337
343
|
|
|
338
344
|
|
|
@@ -340,25 +346,25 @@ export class HttpMethod$instance {
|
|
|
340
346
|
constructor(method: string);
|
|
341
347
|
readonly method: string;
|
|
342
348
|
equals(other: HttpMethod): boolean;
|
|
343
|
-
equals(obj:
|
|
349
|
+
equals(obj: unknown): boolean;
|
|
344
350
|
getHashCode(): int;
|
|
345
351
|
toString(): string;
|
|
346
|
-
static readonly
|
|
347
|
-
static readonly
|
|
348
|
-
static readonly
|
|
349
|
-
static readonly
|
|
350
|
-
static readonly
|
|
351
|
-
static readonly
|
|
352
|
-
static readonly
|
|
353
|
-
static readonly
|
|
354
|
-
static readonly
|
|
355
|
-
static readonly
|
|
356
|
-
static
|
|
352
|
+
static readonly get_: HttpMethod;
|
|
353
|
+
static readonly put: HttpMethod;
|
|
354
|
+
static readonly post: HttpMethod;
|
|
355
|
+
static readonly delete_: HttpMethod;
|
|
356
|
+
static readonly head: HttpMethod;
|
|
357
|
+
static readonly options: HttpMethod;
|
|
358
|
+
static readonly trace: HttpMethod;
|
|
359
|
+
static readonly patch: HttpMethod;
|
|
360
|
+
static readonly query: HttpMethod;
|
|
361
|
+
static readonly connect: HttpMethod;
|
|
362
|
+
static parse(method: ReadOnlySpan_1<CLROf<char>>): HttpMethod;
|
|
357
363
|
}
|
|
358
364
|
|
|
359
365
|
|
|
360
366
|
export interface __HttpMethod$views {
|
|
361
|
-
|
|
367
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<HttpMethod>;
|
|
362
368
|
|
|
363
369
|
// Structural method bridges for numeric interface constraints
|
|
364
370
|
Equals(other: HttpMethod): boolean;
|
|
@@ -375,7 +381,7 @@ export class HttpProtocolException$instance extends HttpIOException$instance {
|
|
|
375
381
|
|
|
376
382
|
|
|
377
383
|
export interface __HttpProtocolException$views {
|
|
378
|
-
|
|
384
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
379
385
|
}
|
|
380
386
|
|
|
381
387
|
export type HttpProtocolException = HttpProtocolException$instance & __HttpProtocolException$views;
|
|
@@ -394,7 +400,7 @@ export class HttpRequestException$instance extends System_Internal.Exception$ins
|
|
|
394
400
|
|
|
395
401
|
|
|
396
402
|
export interface __HttpRequestException$views {
|
|
397
|
-
|
|
403
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
398
404
|
}
|
|
399
405
|
|
|
400
406
|
export type HttpRequestException = HttpRequestException$instance & __HttpRequestException$views;
|
|
@@ -408,7 +414,7 @@ export class HttpRequestMessage$instance {
|
|
|
408
414
|
readonly headers: HttpRequestHeaders;
|
|
409
415
|
method: HttpMethod;
|
|
410
416
|
readonly options: HttpRequestOptions;
|
|
411
|
-
readonly properties: IDictionary_2<CLROf<string>,
|
|
417
|
+
readonly properties: IDictionary_2<CLROf<string>, unknown>;
|
|
412
418
|
requestUri: Uri;
|
|
413
419
|
version: Version;
|
|
414
420
|
versionPolicy: HttpVersionPolicy;
|
|
@@ -418,9 +424,11 @@ export class HttpRequestMessage$instance {
|
|
|
418
424
|
|
|
419
425
|
|
|
420
426
|
export interface __HttpRequestMessage$views {
|
|
421
|
-
|
|
427
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
422
428
|
}
|
|
423
429
|
|
|
430
|
+
export interface HttpRequestMessage$instance extends System_Internal.IDisposable$instance {}
|
|
431
|
+
|
|
424
432
|
export type HttpRequestMessage = HttpRequestMessage$instance & __HttpRequestMessage$views;
|
|
425
433
|
|
|
426
434
|
|
|
@@ -432,12 +440,12 @@ export class HttpRequestOptions$instance {
|
|
|
432
440
|
|
|
433
441
|
|
|
434
442
|
export interface __HttpRequestOptions$views {
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
443
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
444
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<CLROf<string>, unknown>;
|
|
445
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
446
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
447
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<CLROf<string>, unknown>;
|
|
448
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
441
449
|
}
|
|
442
450
|
|
|
443
451
|
export type HttpRequestOptions = HttpRequestOptions$instance & __HttpRequestOptions$views;
|
|
@@ -461,9 +469,11 @@ export class HttpResponseMessage$instance {
|
|
|
461
469
|
|
|
462
470
|
|
|
463
471
|
export interface __HttpResponseMessage$views {
|
|
464
|
-
|
|
472
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
465
473
|
}
|
|
466
474
|
|
|
475
|
+
export interface HttpResponseMessage$instance extends System_Internal.IDisposable$instance {}
|
|
476
|
+
|
|
467
477
|
export type HttpResponseMessage = HttpResponseMessage$instance & __HttpResponseMessage$views;
|
|
468
478
|
|
|
469
479
|
|
|
@@ -473,7 +483,7 @@ export abstract class MessageProcessingHandler$instance extends DelegatingHandle
|
|
|
473
483
|
|
|
474
484
|
|
|
475
485
|
export interface __MessageProcessingHandler$views {
|
|
476
|
-
|
|
486
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
477
487
|
}
|
|
478
488
|
|
|
479
489
|
export type MessageProcessingHandler = MessageProcessingHandler$instance & __MessageProcessingHandler$views;
|
|
@@ -491,9 +501,9 @@ export class MultipartContent$instance extends HttpContent$instance {
|
|
|
491
501
|
|
|
492
502
|
|
|
493
503
|
export interface __MultipartContent$views {
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
504
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<HttpContent>;
|
|
505
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
506
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
497
507
|
}
|
|
498
508
|
|
|
499
509
|
export type MultipartContent = MultipartContent$instance & __MultipartContent$views;
|
|
@@ -510,9 +520,9 @@ export class MultipartFormDataContent$instance extends MultipartContent$instance
|
|
|
510
520
|
|
|
511
521
|
|
|
512
522
|
export interface __MultipartFormDataContent$views {
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
523
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<HttpContent>;
|
|
524
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
525
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
516
526
|
}
|
|
517
527
|
|
|
518
528
|
export type MultipartFormDataContent = MultipartFormDataContent$instance & __MultipartFormDataContent$views;
|
|
@@ -525,7 +535,7 @@ export class ReadOnlyMemoryContent$instance extends HttpContent$instance {
|
|
|
525
535
|
|
|
526
536
|
|
|
527
537
|
export interface __ReadOnlyMemoryContent$views {
|
|
528
|
-
|
|
538
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
529
539
|
}
|
|
530
540
|
|
|
531
541
|
export type ReadOnlyMemoryContent = ReadOnlyMemoryContent$instance & __ReadOnlyMemoryContent$views;
|
|
@@ -565,7 +575,7 @@ export class SocketsHttpHandler$instance extends HttpMessageHandler$instance {
|
|
|
565
575
|
pooledConnectionIdleTimeout: TimeSpan;
|
|
566
576
|
pooledConnectionLifetime: TimeSpan;
|
|
567
577
|
preAuthenticate: boolean;
|
|
568
|
-
readonly properties: IDictionary_2<CLROf<string>,
|
|
578
|
+
readonly properties: IDictionary_2<CLROf<string>, unknown>;
|
|
569
579
|
proxy: IWebProxy;
|
|
570
580
|
requestHeaderEncodingSelector: HeaderEncodingSelector_1<HttpRequestMessage>;
|
|
571
581
|
responseDrainTimeout: TimeSpan;
|
|
@@ -574,12 +584,12 @@ export class SocketsHttpHandler$instance extends HttpMessageHandler$instance {
|
|
|
574
584
|
useCookies: boolean;
|
|
575
585
|
useProxy: boolean;
|
|
576
586
|
dispose(): void;
|
|
577
|
-
static readonly
|
|
587
|
+
static readonly isSupported: boolean;
|
|
578
588
|
}
|
|
579
589
|
|
|
580
590
|
|
|
581
591
|
export interface __SocketsHttpHandler$views {
|
|
582
|
-
|
|
592
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
583
593
|
}
|
|
584
594
|
|
|
585
595
|
export type SocketsHttpHandler = SocketsHttpHandler$instance & __SocketsHttpHandler$views;
|
|
@@ -602,7 +612,7 @@ export class StreamContent$instance extends HttpContent$instance {
|
|
|
602
612
|
|
|
603
613
|
|
|
604
614
|
export interface __StreamContent$views {
|
|
605
|
-
|
|
615
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
606
616
|
}
|
|
607
617
|
|
|
608
618
|
export type StreamContent = StreamContent$instance & __StreamContent$views;
|
|
@@ -619,7 +629,7 @@ export class StringContent$instance extends ByteArrayContent$instance {
|
|
|
619
629
|
|
|
620
630
|
|
|
621
631
|
export interface __StringContent$views {
|
|
622
|
-
|
|
632
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
623
633
|
}
|
|
624
634
|
|
|
625
635
|
export type StringContent = StringContent$instance & __StringContent$views;
|
|
@@ -4925,7 +4925,7 @@
|
|
|
4925
4925
|
{
|
|
4926
4926
|
"stableId": "System.Net.Http:System.Net.Http.Headers.HttpRequestHeaders::TE:System.Net.Http.Headers.HttpHeaderValueCollection_1[[System.Net.Http.Headers.TransferCodingWithQualityHeaderValue,System.Net.Http,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
|
|
4927
4927
|
"clrName": "TE",
|
|
4928
|
-
"tsEmitName": "
|
|
4928
|
+
"tsEmitName": "TE",
|
|
4929
4929
|
"metadataToken": 385876544,
|
|
4930
4930
|
"canonicalSignature": ":System.Net.Http.Headers.HttpHeaderValueCollection_1[[System.Net.Http.Headers.TransferCodingWithQualityHeaderValue,System.Net.Http,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
|
|
4931
4931
|
"normalizedSignature": "TE|:System.Net.Http.Headers.HttpHeaderValueCollection_1[[System.Net.Http.Headers.TransferCodingWithQualityHeaderValue,System.Net.Http,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false|accessor=get",
|
|
@@ -5506,7 +5506,7 @@
|
|
|
5506
5506
|
}
|
|
5507
5507
|
},
|
|
5508
5508
|
{
|
|
5509
|
-
"tsName": "
|
|
5509
|
+
"tsName": "TE",
|
|
5510
5510
|
"isStatic": false,
|
|
5511
5511
|
"tsSignatureId": "TE|:System.Net.Http.Headers.HttpHeaderValueCollection_1[[System.Net.Http.Headers.TransferCodingWithQualityHeaderValue,System.Net.Http,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false|accessor=get",
|
|
5512
5512
|
"target": {
|