@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
|
@@ -137,24 +137,9 @@ export interface AlternateViewCollection$instance extends Collection_1<Alternate
|
|
|
137
137
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
138
138
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
139
139
|
|
|
140
|
-
Add(item: AlternateView): void;
|
|
141
|
-
Add(value: unknown): int;
|
|
142
|
-
Clear(): void;
|
|
143
140
|
ClearItems(): void;
|
|
144
|
-
Contains(item: AlternateView): boolean;
|
|
145
|
-
Contains(value: unknown): boolean;
|
|
146
|
-
CopyTo(array: AlternateView[], index: int): void;
|
|
147
|
-
CopyTo(array: ClrArray, index: int): void;
|
|
148
141
|
Dispose(): void;
|
|
149
|
-
GetEnumerator(): IEnumerator_1<AlternateView>;
|
|
150
|
-
GetEnumerator(): IEnumerator;
|
|
151
|
-
IndexOf(item: AlternateView): int;
|
|
152
|
-
Insert(index: int, item: AlternateView): void;
|
|
153
|
-
Insert(index: int, value: unknown): void;
|
|
154
142
|
InsertItem(index: int, item: AlternateView): void;
|
|
155
|
-
Remove(item: AlternateView): boolean;
|
|
156
|
-
Remove(value: unknown): void;
|
|
157
|
-
RemoveAt(index: int): void;
|
|
158
143
|
RemoveItem(index: int): void;
|
|
159
144
|
SetItem(index: int, item: AlternateView): void;
|
|
160
145
|
}
|
|
@@ -188,8 +173,6 @@ export interface Attachment$instance extends AttachmentBase$instance {
|
|
|
188
173
|
set Name(value: string | undefined);
|
|
189
174
|
get NameEncoding(): Encoding | undefined;
|
|
190
175
|
set NameEncoding(value: Encoding | undefined);
|
|
191
|
-
Dispose(): void;
|
|
192
|
-
Dispose(disposing: boolean): void;
|
|
193
176
|
}
|
|
194
177
|
|
|
195
178
|
|
|
@@ -251,24 +234,9 @@ export interface AttachmentCollection$instance extends Collection_1<Attachment>,
|
|
|
251
234
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
252
235
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
253
236
|
|
|
254
|
-
Add(item: Attachment): void;
|
|
255
|
-
Add(value: unknown): int;
|
|
256
|
-
Clear(): void;
|
|
257
237
|
ClearItems(): void;
|
|
258
|
-
Contains(item: Attachment): boolean;
|
|
259
|
-
Contains(value: unknown): boolean;
|
|
260
|
-
CopyTo(array: Attachment[], index: int): void;
|
|
261
|
-
CopyTo(array: ClrArray, index: int): void;
|
|
262
238
|
Dispose(): void;
|
|
263
|
-
GetEnumerator(): IEnumerator_1<Attachment>;
|
|
264
|
-
GetEnumerator(): IEnumerator;
|
|
265
|
-
IndexOf(item: Attachment): int;
|
|
266
|
-
Insert(index: int, item: Attachment): void;
|
|
267
|
-
Insert(index: int, value: unknown): void;
|
|
268
239
|
InsertItem(index: int, item: Attachment): void;
|
|
269
|
-
Remove(item: Attachment): boolean;
|
|
270
|
-
Remove(value: unknown): void;
|
|
271
|
-
RemoveAt(index: int): void;
|
|
272
240
|
RemoveItem(index: int): void;
|
|
273
241
|
SetItem(index: int, item: Attachment): void;
|
|
274
242
|
}
|
|
@@ -299,8 +267,6 @@ export interface LinkedResource$instance extends AttachmentBase$instance {
|
|
|
299
267
|
|
|
300
268
|
get ContentLink(): Uri | undefined;
|
|
301
269
|
set ContentLink(value: Uri | undefined);
|
|
302
|
-
Dispose(): void;
|
|
303
|
-
Dispose(disposing: boolean): void;
|
|
304
270
|
}
|
|
305
271
|
|
|
306
272
|
|
|
@@ -337,24 +303,9 @@ export interface LinkedResourceCollection$instance extends Collection_1<LinkedRe
|
|
|
337
303
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
338
304
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
339
305
|
|
|
340
|
-
Add(item: LinkedResource): void;
|
|
341
|
-
Add(value: unknown): int;
|
|
342
|
-
Clear(): void;
|
|
343
306
|
ClearItems(): void;
|
|
344
|
-
Contains(item: LinkedResource): boolean;
|
|
345
|
-
Contains(value: unknown): boolean;
|
|
346
|
-
CopyTo(array: LinkedResource[], index: int): void;
|
|
347
|
-
CopyTo(array: ClrArray, index: int): void;
|
|
348
307
|
Dispose(): void;
|
|
349
|
-
GetEnumerator(): IEnumerator_1<LinkedResource>;
|
|
350
|
-
GetEnumerator(): IEnumerator;
|
|
351
|
-
IndexOf(item: LinkedResource): int;
|
|
352
|
-
Insert(index: int, item: LinkedResource): void;
|
|
353
|
-
Insert(index: int, value: unknown): void;
|
|
354
308
|
InsertItem(index: int, item: LinkedResource): void;
|
|
355
|
-
Remove(item: LinkedResource): boolean;
|
|
356
|
-
Remove(value: unknown): void;
|
|
357
|
-
RemoveAt(index: int): void;
|
|
358
309
|
RemoveItem(index: int): void;
|
|
359
310
|
SetItem(index: int, item: LinkedResource): void;
|
|
360
311
|
}
|
|
@@ -415,22 +366,9 @@ export interface MailAddressCollection$instance extends Collection_1<MailAddress
|
|
|
415
366
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
416
367
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
417
368
|
|
|
369
|
+
Add(addresses: string): void;
|
|
418
370
|
Add(item: MailAddress): void;
|
|
419
|
-
Add(value: unknown): int;
|
|
420
|
-
Clear(): void;
|
|
421
|
-
Contains(item: MailAddress): boolean;
|
|
422
|
-
Contains(value: unknown): boolean;
|
|
423
|
-
CopyTo(array: MailAddress[], index: int): void;
|
|
424
|
-
CopyTo(array: ClrArray, index: int): void;
|
|
425
|
-
GetEnumerator(): IEnumerator_1<MailAddress>;
|
|
426
|
-
GetEnumerator(): IEnumerator;
|
|
427
|
-
IndexOf(item: MailAddress): int;
|
|
428
|
-
Insert(index: int, item: MailAddress): void;
|
|
429
|
-
Insert(index: int, value: unknown): void;
|
|
430
371
|
InsertItem(index: int, item: MailAddress): void;
|
|
431
|
-
Remove(item: MailAddress): boolean;
|
|
432
|
-
Remove(value: unknown): void;
|
|
433
|
-
RemoveAt(index: int): void;
|
|
434
372
|
SetItem(index: int, item: MailAddress): void;
|
|
435
373
|
ToString(): string;
|
|
436
374
|
}
|
|
@@ -7225,26 +7225,6 @@
|
|
|
7225
7225
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7226
7226
|
"isExtensionMethod": false,
|
|
7227
7227
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
7228
|
-
},
|
|
7229
|
-
{
|
|
7230
|
-
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInformationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
7231
|
-
"clrName": "GetObjectData",
|
|
7232
|
-
"metadataToken": 0,
|
|
7233
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
7234
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
7235
|
-
"emitScope": "ClassSurface",
|
|
7236
|
-
"provenance": "BaseOverload",
|
|
7237
|
-
"arity": 0,
|
|
7238
|
-
"parameterCount": 2,
|
|
7239
|
-
"isStatic": false,
|
|
7240
|
-
"isAbstract": false,
|
|
7241
|
-
"isVirtual": true,
|
|
7242
|
-
"isOverride": false,
|
|
7243
|
-
"isSealed": false,
|
|
7244
|
-
"visibility": "Public",
|
|
7245
|
-
"declaringClrType": "System.Net.NetworkInformation.NetworkInformationException",
|
|
7246
|
-
"declaringAssemblyName": "System.Net.NetworkInformation",
|
|
7247
|
-
"isExtensionMethod": false
|
|
7248
7228
|
}
|
|
7249
7229
|
],
|
|
7250
7230
|
"properties": [
|
|
@@ -8571,7 +8551,7 @@
|
|
|
8571
8551
|
"isAbstract": false,
|
|
8572
8552
|
"isVirtual": true,
|
|
8573
8553
|
"isOverride": false,
|
|
8574
|
-
"isSealed":
|
|
8554
|
+
"isSealed": true,
|
|
8575
8555
|
"visibility": "Public",
|
|
8576
8556
|
"declaringClrType": "System.Net.NetworkInformation.Ping",
|
|
8577
8557
|
"declaringAssemblyName": "System.Net.Ping",
|
|
@@ -8710,26 +8690,6 @@
|
|
|
8710
8690
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8711
8691
|
"isExtensionMethod": false,
|
|
8712
8692
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
8713
|
-
},
|
|
8714
|
-
{
|
|
8715
|
-
"stableId": "System.Net.Ping:System.Net.NetworkInformation.PingException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
8716
|
-
"clrName": "GetObjectData",
|
|
8717
|
-
"metadataToken": 0,
|
|
8718
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
8719
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
8720
|
-
"emitScope": "ClassSurface",
|
|
8721
|
-
"provenance": "BaseOverload",
|
|
8722
|
-
"arity": 0,
|
|
8723
|
-
"parameterCount": 2,
|
|
8724
|
-
"isStatic": false,
|
|
8725
|
-
"isAbstract": false,
|
|
8726
|
-
"isVirtual": true,
|
|
8727
|
-
"isOverride": false,
|
|
8728
|
-
"isSealed": false,
|
|
8729
|
-
"visibility": "Public",
|
|
8730
|
-
"declaringClrType": "System.Net.NetworkInformation.PingException",
|
|
8731
|
-
"declaringAssemblyName": "System.Net.Ping",
|
|
8732
|
-
"isExtensionMethod": false
|
|
8733
8693
|
}
|
|
8734
8694
|
],
|
|
8735
8695
|
"properties": [],
|
|
@@ -635,7 +635,6 @@ export interface NetworkInformationException$instance extends Win32Exception {
|
|
|
635
635
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
636
636
|
|
|
637
637
|
readonly ErrorCode: int;
|
|
638
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
639
638
|
}
|
|
640
639
|
|
|
641
640
|
|
|
@@ -769,12 +768,11 @@ export const PingCompletedEventArgs: {
|
|
|
769
768
|
|
|
770
769
|
export type PingCompletedEventArgs = PingCompletedEventArgs$instance;
|
|
771
770
|
|
|
772
|
-
export interface PingException$instance extends InvalidOperationException {
|
|
771
|
+
export interface PingException$instance extends InvalidOperationException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
773
772
|
readonly __tsonic_type_System_Net_NetworkInformation_PingException: never;
|
|
774
773
|
|
|
775
774
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
776
775
|
|
|
777
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
778
776
|
}
|
|
779
777
|
|
|
780
778
|
|
|
@@ -1072,26 +1072,6 @@
|
|
|
1072
1072
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1073
1073
|
"isExtensionMethod": false,
|
|
1074
1074
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"stableId": "System.Net.Quic:System.Net.Quic.QuicException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
1078
|
-
"clrName": "GetObjectData",
|
|
1079
|
-
"metadataToken": 0,
|
|
1080
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
1081
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
1082
|
-
"emitScope": "ClassSurface",
|
|
1083
|
-
"provenance": "BaseOverload",
|
|
1084
|
-
"arity": 0,
|
|
1085
|
-
"parameterCount": 2,
|
|
1086
|
-
"isStatic": false,
|
|
1087
|
-
"isAbstract": false,
|
|
1088
|
-
"isVirtual": true,
|
|
1089
|
-
"isOverride": false,
|
|
1090
|
-
"isSealed": false,
|
|
1091
|
-
"visibility": "Public",
|
|
1092
|
-
"declaringClrType": "System.Net.Quic.QuicException",
|
|
1093
|
-
"declaringAssemblyName": "System.Net.Quic",
|
|
1094
|
-
"isExtensionMethod": false
|
|
1095
1075
|
}
|
|
1096
1076
|
],
|
|
1097
1077
|
"properties": [
|
|
@@ -2172,7 +2152,7 @@
|
|
|
2172
2152
|
"isAbstract": false,
|
|
2173
2153
|
"isVirtual": true,
|
|
2174
2154
|
"isOverride": false,
|
|
2175
|
-
"isSealed":
|
|
2155
|
+
"isSealed": true,
|
|
2176
2156
|
"visibility": "Public",
|
|
2177
2157
|
"declaringClrType": "System.Net.Quic.QuicStream",
|
|
2178
2158
|
"declaringAssemblyName": "System.Net.Quic",
|
|
@@ -2199,31 +2179,11 @@
|
|
|
2199
2179
|
"isExtensionMethod": false
|
|
2200
2180
|
},
|
|
2201
2181
|
{
|
|
2202
|
-
"stableId": "System.Net.Quic:System.Net.Quic.QuicStream::
|
|
2203
|
-
"clrName": "Read",
|
|
2204
|
-
"metadataToken": 0,
|
|
2205
|
-
"canonicalSignature": "(System.Span_1):System.Int32",
|
|
2206
|
-
"normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
|
|
2207
|
-
"emitScope": "ClassSurface",
|
|
2208
|
-
"provenance": "BaseOverload",
|
|
2209
|
-
"arity": 0,
|
|
2210
|
-
"parameterCount": 1,
|
|
2211
|
-
"isStatic": false,
|
|
2212
|
-
"isAbstract": false,
|
|
2213
|
-
"isVirtual": true,
|
|
2214
|
-
"isOverride": false,
|
|
2215
|
-
"isSealed": false,
|
|
2216
|
-
"visibility": "Public",
|
|
2217
|
-
"declaringClrType": "System.Net.Quic.QuicStream",
|
|
2218
|
-
"declaringAssemblyName": "System.Net.Quic",
|
|
2219
|
-
"isExtensionMethod": false
|
|
2220
|
-
},
|
|
2221
|
-
{
|
|
2222
|
-
"stableId": "System.Net.Quic:System.Net.Quic.QuicStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
|
|
2182
|
+
"stableId": "System.Net.Quic:System.Net.Quic.QuicStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
|
|
2223
2183
|
"clrName": "ReadAsync",
|
|
2224
2184
|
"metadataToken": 0,
|
|
2225
|
-
"canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
|
|
2226
|
-
"normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
|
|
2185
|
+
"canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
|
|
2186
|
+
"normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
|
|
2227
2187
|
"emitScope": "ClassSurface",
|
|
2228
2188
|
"provenance": "BaseOverload",
|
|
2229
2189
|
"arity": 0,
|
|
@@ -2239,11 +2199,11 @@
|
|
|
2239
2199
|
"isExtensionMethod": false
|
|
2240
2200
|
},
|
|
2241
2201
|
{
|
|
2242
|
-
"stableId": "System.Net.Quic:System.Net.Quic.QuicStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
2202
|
+
"stableId": "System.Net.Quic:System.Net.Quic.QuicStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
|
|
2243
2203
|
"clrName": "ReadAsync",
|
|
2244
2204
|
"metadataToken": 0,
|
|
2245
|
-
"canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
2246
|
-
"normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
2205
|
+
"canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
|
|
2206
|
+
"normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
|
|
2247
2207
|
"emitScope": "ClassSurface",
|
|
2248
2208
|
"provenance": "BaseOverload",
|
|
2249
2209
|
"arity": 0,
|
|
@@ -2258,46 +2218,6 @@
|
|
|
2258
2218
|
"declaringAssemblyName": "System.Net.Quic",
|
|
2259
2219
|
"isExtensionMethod": false
|
|
2260
2220
|
},
|
|
2261
|
-
{
|
|
2262
|
-
"stableId": "System.Net.Quic:System.Net.Quic.QuicStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
2263
|
-
"clrName": "ReadAsync",
|
|
2264
|
-
"metadataToken": 0,
|
|
2265
|
-
"canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
2266
|
-
"normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
|
|
2267
|
-
"emitScope": "ClassSurface",
|
|
2268
|
-
"provenance": "BaseOverload",
|
|
2269
|
-
"arity": 0,
|
|
2270
|
-
"parameterCount": 2,
|
|
2271
|
-
"isStatic": false,
|
|
2272
|
-
"isAbstract": false,
|
|
2273
|
-
"isVirtual": true,
|
|
2274
|
-
"isOverride": false,
|
|
2275
|
-
"isSealed": false,
|
|
2276
|
-
"visibility": "Public",
|
|
2277
|
-
"declaringClrType": "System.Net.Quic.QuicStream",
|
|
2278
|
-
"declaringAssemblyName": "System.Net.Quic",
|
|
2279
|
-
"isExtensionMethod": false
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"stableId": "System.Net.Quic:System.Net.Quic.QuicStream::Write(System.ReadOnlySpan_1):System.Void",
|
|
2283
|
-
"clrName": "Write",
|
|
2284
|
-
"metadataToken": 0,
|
|
2285
|
-
"canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
|
|
2286
|
-
"normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
|
|
2287
|
-
"emitScope": "ClassSurface",
|
|
2288
|
-
"provenance": "BaseOverload",
|
|
2289
|
-
"arity": 0,
|
|
2290
|
-
"parameterCount": 1,
|
|
2291
|
-
"isStatic": false,
|
|
2292
|
-
"isAbstract": false,
|
|
2293
|
-
"isVirtual": true,
|
|
2294
|
-
"isOverride": false,
|
|
2295
|
-
"isSealed": false,
|
|
2296
|
-
"visibility": "Public",
|
|
2297
|
-
"declaringClrType": "System.Net.Quic.QuicStream",
|
|
2298
|
-
"declaringAssemblyName": "System.Net.Quic",
|
|
2299
|
-
"isExtensionMethod": false
|
|
2300
|
-
},
|
|
2301
2221
|
{
|
|
2302
2222
|
"stableId": "System.Net.Quic:System.Net.Quic.QuicStream::WriteAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task",
|
|
2303
2223
|
"clrName": "WriteAsync",
|
|
@@ -2317,26 +2237,6 @@
|
|
|
2317
2237
|
"declaringClrType": "System.Net.Quic.QuicStream",
|
|
2318
2238
|
"declaringAssemblyName": "System.Net.Quic",
|
|
2319
2239
|
"isExtensionMethod": false
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"stableId": "System.Net.Quic:System.Net.Quic.QuicStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
2323
|
-
"clrName": "WriteAsync",
|
|
2324
|
-
"metadataToken": 0,
|
|
2325
|
-
"canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
2326
|
-
"normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
2327
|
-
"emitScope": "ClassSurface",
|
|
2328
|
-
"provenance": "BaseOverload",
|
|
2329
|
-
"arity": 0,
|
|
2330
|
-
"parameterCount": 2,
|
|
2331
|
-
"isStatic": false,
|
|
2332
|
-
"isAbstract": false,
|
|
2333
|
-
"isVirtual": true,
|
|
2334
|
-
"isOverride": false,
|
|
2335
|
-
"isSealed": false,
|
|
2336
|
-
"visibility": "Public",
|
|
2337
|
-
"declaringClrType": "System.Net.Quic.QuicStream",
|
|
2338
|
-
"declaringAssemblyName": "System.Net.Quic",
|
|
2339
|
-
"isExtensionMethod": false
|
|
2340
2240
|
}
|
|
2341
2241
|
],
|
|
2342
2242
|
"properties": [
|
|
@@ -138,7 +138,7 @@ export const QuicConnectionOptions: {
|
|
|
138
138
|
|
|
139
139
|
export type QuicConnectionOptions = QuicConnectionOptions$instance;
|
|
140
140
|
|
|
141
|
-
export interface QuicException$instance extends IOException {
|
|
141
|
+
export interface QuicException$instance extends IOException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
142
142
|
readonly __tsonic_type_System_Net_Quic_QuicException: never;
|
|
143
143
|
|
|
144
144
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -146,7 +146,6 @@ export interface QuicException$instance extends IOException {
|
|
|
146
146
|
readonly ApplicationErrorCode: Nullable_1<System_Internal.Int64>;
|
|
147
147
|
readonly QuicError: QuicError;
|
|
148
148
|
readonly TransportErrorCode: Nullable_1<System_Internal.Int64>;
|
|
149
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
150
149
|
}
|
|
151
150
|
|
|
152
151
|
|
|
@@ -265,25 +264,24 @@ export interface QuicStream$instance extends Stream {
|
|
|
265
264
|
Flush(): void;
|
|
266
265
|
FlushAsync(cancellationToken?: CancellationToken): Task;
|
|
267
266
|
FlushAsync(): Task;
|
|
267
|
+
FlushAsync(cancellationToken: CancellationToken): Task;
|
|
268
268
|
Read(buffer: byte[], offset: int, count: int): int;
|
|
269
269
|
Read(buffer: Span_1<System_Internal.Byte>): int;
|
|
270
|
-
Read(buffer: Span_1<System_Internal.Byte>): int;
|
|
271
270
|
ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
|
|
272
271
|
ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
273
272
|
ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
|
|
274
273
|
ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
|
|
275
|
-
ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
|
|
276
274
|
ReadByte(): int;
|
|
277
275
|
Seek(offset: long, origin: SeekOrigin): long;
|
|
278
276
|
SetLength(value: long): void;
|
|
279
277
|
ToString(): string;
|
|
280
278
|
Write(buffer: byte[], offset: int, count: int): void;
|
|
281
279
|
Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
282
|
-
Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
283
280
|
WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
|
|
281
|
+
WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, completeWrites: boolean, cancellationToken?: CancellationToken): ValueTask;
|
|
284
282
|
WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken?: CancellationToken): Task;
|
|
285
283
|
WriteAsync(buffer: byte[], offset: int, count: int): Task;
|
|
286
|
-
WriteAsync(buffer:
|
|
284
|
+
WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
|
|
287
285
|
WriteByte(value: byte): void;
|
|
288
286
|
}
|
|
289
287
|
|