@tsonic/dotnet 10.0.5 → 10.0.10
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/internal/index.d.ts +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -92,6 +92,8 @@ export type SendCompletedEventHandler = (sender: unknown, e: AsyncCompletedEvent
|
|
|
92
92
|
|
|
93
93
|
|
|
94
94
|
export interface AlternateView$instance extends AttachmentBase$instance {
|
|
95
|
+
readonly __tsonic_type_System_Net_Mail_AlternateView: never;
|
|
96
|
+
|
|
95
97
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
96
98
|
|
|
97
99
|
get BaseUri(): Uri | undefined;
|
|
@@ -122,7 +124,9 @@ export interface __AlternateView$views {
|
|
|
122
124
|
export type AlternateView = AlternateView$instance & __AlternateView$views;
|
|
123
125
|
|
|
124
126
|
|
|
125
|
-
export interface AlternateViewCollection$instance extends Collection_1<AlternateView
|
|
127
|
+
export interface AlternateViewCollection$instance extends Collection_1<AlternateView>, System_Internal.IDisposable$instance {
|
|
128
|
+
readonly __tsonic_type_System_Net_Mail_AlternateViewCollection: never;
|
|
129
|
+
|
|
126
130
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
127
131
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
128
132
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -171,12 +175,12 @@ export interface __AlternateViewCollection$views {
|
|
|
171
175
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
172
176
|
}
|
|
173
177
|
|
|
174
|
-
export interface AlternateViewCollection$instance extends System_Internal.IDisposable$instance {}
|
|
175
|
-
|
|
176
178
|
export type AlternateViewCollection = AlternateViewCollection$instance & __AlternateViewCollection$views;
|
|
177
179
|
|
|
178
180
|
|
|
179
181
|
export interface Attachment$instance extends AttachmentBase$instance {
|
|
182
|
+
readonly __tsonic_type_System_Net_Mail_Attachment: never;
|
|
183
|
+
|
|
180
184
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
181
185
|
|
|
182
186
|
readonly ContentDisposition: ContentDisposition | undefined;
|
|
@@ -210,6 +214,8 @@ export type Attachment = Attachment$instance & __Attachment$views;
|
|
|
210
214
|
|
|
211
215
|
|
|
212
216
|
export interface AttachmentBase$instance {
|
|
217
|
+
readonly __tsonic_type_System_Net_Mail_AttachmentBase: never;
|
|
218
|
+
|
|
213
219
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
214
220
|
|
|
215
221
|
ContentId: string;
|
|
@@ -232,7 +238,9 @@ export interface __AttachmentBase$views {
|
|
|
232
238
|
export type AttachmentBase = AttachmentBase$instance & __AttachmentBase$views;
|
|
233
239
|
|
|
234
240
|
|
|
235
|
-
export interface AttachmentCollection$instance extends Collection_1<Attachment
|
|
241
|
+
export interface AttachmentCollection$instance extends Collection_1<Attachment>, System_Internal.IDisposable$instance {
|
|
242
|
+
readonly __tsonic_type_System_Net_Mail_AttachmentCollection: never;
|
|
243
|
+
|
|
236
244
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
237
245
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
238
246
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -281,12 +289,12 @@ export interface __AttachmentCollection$views {
|
|
|
281
289
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
282
290
|
}
|
|
283
291
|
|
|
284
|
-
export interface AttachmentCollection$instance extends System_Internal.IDisposable$instance {}
|
|
285
|
-
|
|
286
292
|
export type AttachmentCollection = AttachmentCollection$instance & __AttachmentCollection$views;
|
|
287
293
|
|
|
288
294
|
|
|
289
295
|
export interface LinkedResource$instance extends AttachmentBase$instance {
|
|
296
|
+
readonly __tsonic_type_System_Net_Mail_LinkedResource: never;
|
|
297
|
+
|
|
290
298
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
291
299
|
|
|
292
300
|
get ContentLink(): Uri | undefined;
|
|
@@ -316,7 +324,9 @@ export interface __LinkedResource$views {
|
|
|
316
324
|
export type LinkedResource = LinkedResource$instance & __LinkedResource$views;
|
|
317
325
|
|
|
318
326
|
|
|
319
|
-
export interface LinkedResourceCollection$instance extends Collection_1<LinkedResource
|
|
327
|
+
export interface LinkedResourceCollection$instance extends Collection_1<LinkedResource>, System_Internal.IDisposable$instance {
|
|
328
|
+
readonly __tsonic_type_System_Net_Mail_LinkedResourceCollection: never;
|
|
329
|
+
|
|
320
330
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
321
331
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
322
332
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -365,12 +375,12 @@ export interface __LinkedResourceCollection$views {
|
|
|
365
375
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
366
376
|
}
|
|
367
377
|
|
|
368
|
-
export interface LinkedResourceCollection$instance extends System_Internal.IDisposable$instance {}
|
|
369
|
-
|
|
370
378
|
export type LinkedResourceCollection = LinkedResourceCollection$instance & __LinkedResourceCollection$views;
|
|
371
379
|
|
|
372
380
|
|
|
373
381
|
export interface MailAddress$instance {
|
|
382
|
+
readonly __tsonic_type_System_Net_Mail_MailAddress: never;
|
|
383
|
+
|
|
374
384
|
readonly Address: string;
|
|
375
385
|
readonly DisplayName: string;
|
|
376
386
|
readonly Host: string;
|
|
@@ -394,6 +404,8 @@ export const MailAddress: {
|
|
|
394
404
|
export type MailAddress = MailAddress$instance;
|
|
395
405
|
|
|
396
406
|
export interface MailAddressCollection$instance extends Collection_1<MailAddress> {
|
|
407
|
+
readonly __tsonic_type_System_Net_Mail_MailAddressCollection: never;
|
|
408
|
+
|
|
397
409
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
398
410
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
399
411
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -443,6 +455,8 @@ export type MailAddressCollection = MailAddressCollection$instance & __MailAddre
|
|
|
443
455
|
|
|
444
456
|
|
|
445
457
|
export interface MailMessage$instance {
|
|
458
|
+
readonly __tsonic_type_System_Net_Mail_MailMessage: never;
|
|
459
|
+
|
|
446
460
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
447
461
|
|
|
448
462
|
readonly AlternateViews: AlternateViewCollection;
|
|
@@ -491,6 +505,8 @@ export type MailMessage = MailMessage$instance & __MailMessage$views;
|
|
|
491
505
|
|
|
492
506
|
|
|
493
507
|
export interface SmtpClient$instance {
|
|
508
|
+
readonly __tsonic_type_System_Net_Mail_SmtpClient: never;
|
|
509
|
+
|
|
494
510
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
495
511
|
|
|
496
512
|
readonly ClientCertificates: X509CertificateCollection;
|
|
@@ -538,6 +554,8 @@ export type SmtpClient = SmtpClient$instance & __SmtpClient$views;
|
|
|
538
554
|
|
|
539
555
|
|
|
540
556
|
export interface SmtpException$instance extends Exception {
|
|
557
|
+
readonly __tsonic_type_System_Net_Mail_SmtpException: never;
|
|
558
|
+
|
|
541
559
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
542
560
|
|
|
543
561
|
StatusCode: SmtpStatusCode;
|
|
@@ -562,6 +580,8 @@ export type SmtpException = SmtpException$instance & __SmtpException$views;
|
|
|
562
580
|
|
|
563
581
|
|
|
564
582
|
export interface SmtpFailedRecipientException$instance extends SmtpException$instance {
|
|
583
|
+
readonly __tsonic_type_System_Net_Mail_SmtpFailedRecipientException: never;
|
|
584
|
+
|
|
565
585
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
566
586
|
|
|
567
587
|
readonly FailedRecipient: string | undefined;
|
|
@@ -587,6 +607,8 @@ export type SmtpFailedRecipientException = SmtpFailedRecipientException$instance
|
|
|
587
607
|
|
|
588
608
|
|
|
589
609
|
export interface SmtpFailedRecipientsException$instance extends SmtpFailedRecipientException$instance {
|
|
610
|
+
readonly __tsonic_type_System_Net_Mail_SmtpFailedRecipientsException: never;
|
|
611
|
+
|
|
590
612
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
591
613
|
|
|
592
614
|
readonly InnerExceptions: SmtpFailedRecipientException[];
|
|
@@ -20,6 +20,8 @@ export enum TransferEncoding {
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
export interface ContentDisposition$instance {
|
|
23
|
+
readonly __tsonic_type_System_Net_Mime_ContentDisposition: never;
|
|
24
|
+
|
|
23
25
|
CreationDate: DateTime;
|
|
24
26
|
DispositionType: string;
|
|
25
27
|
get FileName(): string | undefined;
|
|
@@ -44,6 +46,8 @@ export const ContentDisposition: {
|
|
|
44
46
|
export type ContentDisposition = ContentDisposition$instance;
|
|
45
47
|
|
|
46
48
|
export interface ContentType$instance {
|
|
49
|
+
readonly __tsonic_type_System_Net_Mime_ContentType: never;
|
|
50
|
+
|
|
47
51
|
get Boundary(): string | undefined;
|
|
48
52
|
set Boundary(value: string | undefined);
|
|
49
53
|
get CharSet(): string | undefined;
|
|
@@ -178,6 +178,8 @@ export type PingCompletedEventHandler = (sender: unknown, e: PingCompletedEventA
|
|
|
178
178
|
|
|
179
179
|
|
|
180
180
|
export interface GatewayIPAddressInformation$instance {
|
|
181
|
+
readonly __tsonic_type_System_Net_NetworkInformation_GatewayIPAddressInformation: never;
|
|
182
|
+
|
|
181
183
|
readonly Address: IPAddress;
|
|
182
184
|
}
|
|
183
185
|
|
|
@@ -189,13 +191,14 @@ export const GatewayIPAddressInformation: (abstract new() => GatewayIPAddressInf
|
|
|
189
191
|
export type GatewayIPAddressInformation = GatewayIPAddressInformation$instance;
|
|
190
192
|
|
|
191
193
|
export interface GatewayIPAddressInformationCollection$instance {
|
|
194
|
+
readonly __tsonic_type_System_Net_NetworkInformation_GatewayIPAddressInformationCollection: never;
|
|
195
|
+
|
|
192
196
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
193
197
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
194
198
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
195
199
|
|
|
196
200
|
readonly Count: int;
|
|
197
201
|
readonly IsReadOnly: boolean;
|
|
198
|
-
readonly [index: number]: GatewayIPAddressInformation;
|
|
199
202
|
Add(address: GatewayIPAddressInformation): void;
|
|
200
203
|
Clear(): void;
|
|
201
204
|
Contains(address: GatewayIPAddressInformation): boolean;
|
|
@@ -215,10 +218,12 @@ export interface __GatewayIPAddressInformationCollection$views {
|
|
|
215
218
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
216
219
|
}
|
|
217
220
|
|
|
218
|
-
export type GatewayIPAddressInformationCollection = GatewayIPAddressInformationCollection$instance & __GatewayIPAddressInformationCollection$views;
|
|
221
|
+
export type GatewayIPAddressInformationCollection = GatewayIPAddressInformationCollection$instance & __GatewayIPAddressInformationCollection$views & { readonly [index: number]: GatewayIPAddressInformation; };
|
|
219
222
|
|
|
220
223
|
|
|
221
224
|
export interface IcmpV4Statistics$instance {
|
|
225
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IcmpV4Statistics: never;
|
|
226
|
+
|
|
222
227
|
readonly AddressMaskRepliesReceived: long;
|
|
223
228
|
readonly AddressMaskRepliesSent: long;
|
|
224
229
|
readonly AddressMaskRequestsReceived: long;
|
|
@@ -255,6 +260,8 @@ export const IcmpV4Statistics: (abstract new() => IcmpV4Statistics) & {
|
|
|
255
260
|
export type IcmpV4Statistics = IcmpV4Statistics$instance;
|
|
256
261
|
|
|
257
262
|
export interface IcmpV6Statistics$instance {
|
|
263
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IcmpV6Statistics: never;
|
|
264
|
+
|
|
258
265
|
readonly DestinationUnreachableMessagesReceived: long;
|
|
259
266
|
readonly DestinationUnreachableMessagesSent: long;
|
|
260
267
|
readonly EchoRepliesReceived: long;
|
|
@@ -297,13 +304,14 @@ export const IcmpV6Statistics: (abstract new() => IcmpV6Statistics) & {
|
|
|
297
304
|
export type IcmpV6Statistics = IcmpV6Statistics$instance;
|
|
298
305
|
|
|
299
306
|
export interface IPAddressCollection$instance {
|
|
307
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IPAddressCollection: never;
|
|
308
|
+
|
|
300
309
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
301
310
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
302
311
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
303
312
|
|
|
304
313
|
readonly Count: int;
|
|
305
314
|
readonly IsReadOnly: boolean;
|
|
306
|
-
readonly [index: number]: IPAddress;
|
|
307
315
|
Add(address: IPAddress): void;
|
|
308
316
|
Clear(): void;
|
|
309
317
|
Contains(address: IPAddress): boolean;
|
|
@@ -323,10 +331,12 @@ export interface __IPAddressCollection$views {
|
|
|
323
331
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
324
332
|
}
|
|
325
333
|
|
|
326
|
-
export type IPAddressCollection = IPAddressCollection$instance & __IPAddressCollection$views;
|
|
334
|
+
export type IPAddressCollection = IPAddressCollection$instance & __IPAddressCollection$views & { readonly [index: number]: IPAddress; };
|
|
327
335
|
|
|
328
336
|
|
|
329
337
|
export interface IPAddressInformation$instance {
|
|
338
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IPAddressInformation: never;
|
|
339
|
+
|
|
330
340
|
readonly Address: IPAddress;
|
|
331
341
|
readonly IsDnsEligible: boolean;
|
|
332
342
|
readonly IsTransient: boolean;
|
|
@@ -340,13 +350,14 @@ export const IPAddressInformation: (abstract new() => IPAddressInformation) & {
|
|
|
340
350
|
export type IPAddressInformation = IPAddressInformation$instance;
|
|
341
351
|
|
|
342
352
|
export interface IPAddressInformationCollection$instance {
|
|
353
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IPAddressInformationCollection: never;
|
|
354
|
+
|
|
343
355
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
344
356
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
345
357
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
346
358
|
|
|
347
359
|
readonly Count: int;
|
|
348
360
|
readonly IsReadOnly: boolean;
|
|
349
|
-
readonly [index: number]: IPAddressInformation;
|
|
350
361
|
Add(address: IPAddressInformation): void;
|
|
351
362
|
Clear(): void;
|
|
352
363
|
Contains(address: IPAddressInformation): boolean;
|
|
@@ -366,10 +377,12 @@ export interface __IPAddressInformationCollection$views {
|
|
|
366
377
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
367
378
|
}
|
|
368
379
|
|
|
369
|
-
export type IPAddressInformationCollection = IPAddressInformationCollection$instance & __IPAddressInformationCollection$views;
|
|
380
|
+
export type IPAddressInformationCollection = IPAddressInformationCollection$instance & __IPAddressInformationCollection$views & { readonly [index: number]: IPAddressInformation; };
|
|
370
381
|
|
|
371
382
|
|
|
372
383
|
export interface IPGlobalProperties$instance {
|
|
384
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IPGlobalProperties: never;
|
|
385
|
+
|
|
373
386
|
readonly DhcpScopeName: string;
|
|
374
387
|
readonly DomainName: string;
|
|
375
388
|
readonly HostName: string;
|
|
@@ -401,6 +414,8 @@ export const IPGlobalProperties: (abstract new() => IPGlobalProperties) & {
|
|
|
401
414
|
export type IPGlobalProperties = IPGlobalProperties$instance;
|
|
402
415
|
|
|
403
416
|
export interface IPGlobalStatistics$instance {
|
|
417
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IPGlobalStatistics: never;
|
|
418
|
+
|
|
404
419
|
readonly DefaultTtl: int;
|
|
405
420
|
readonly ForwardingEnabled: boolean;
|
|
406
421
|
readonly NumberOfInterfaces: int;
|
|
@@ -433,6 +448,8 @@ export const IPGlobalStatistics: (abstract new() => IPGlobalStatistics) & {
|
|
|
433
448
|
export type IPGlobalStatistics = IPGlobalStatistics$instance;
|
|
434
449
|
|
|
435
450
|
export interface IPInterfaceProperties$instance {
|
|
451
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IPInterfaceProperties: never;
|
|
452
|
+
|
|
436
453
|
readonly AnycastAddresses: IPAddressInformationCollection;
|
|
437
454
|
readonly DhcpServerAddresses: IPAddressCollection;
|
|
438
455
|
readonly DnsAddresses: IPAddressCollection;
|
|
@@ -455,6 +472,8 @@ export const IPInterfaceProperties: (abstract new() => IPInterfaceProperties) &
|
|
|
455
472
|
export type IPInterfaceProperties = IPInterfaceProperties$instance;
|
|
456
473
|
|
|
457
474
|
export interface IPInterfaceStatistics$instance {
|
|
475
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IPInterfaceStatistics: never;
|
|
476
|
+
|
|
458
477
|
readonly BytesReceived: long;
|
|
459
478
|
readonly BytesSent: long;
|
|
460
479
|
readonly IncomingPacketsDiscarded: long;
|
|
@@ -477,6 +496,8 @@ export const IPInterfaceStatistics: (abstract new() => IPInterfaceStatistics) &
|
|
|
477
496
|
export type IPInterfaceStatistics = IPInterfaceStatistics$instance;
|
|
478
497
|
|
|
479
498
|
export interface IPv4InterfaceProperties$instance {
|
|
499
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IPv4InterfaceProperties: never;
|
|
500
|
+
|
|
480
501
|
readonly Index: int;
|
|
481
502
|
readonly IsAutomaticPrivateAddressingActive: boolean;
|
|
482
503
|
readonly IsAutomaticPrivateAddressingEnabled: boolean;
|
|
@@ -494,6 +515,8 @@ export const IPv4InterfaceProperties: (abstract new() => IPv4InterfaceProperties
|
|
|
494
515
|
export type IPv4InterfaceProperties = IPv4InterfaceProperties$instance;
|
|
495
516
|
|
|
496
517
|
export interface IPv4InterfaceStatistics$instance {
|
|
518
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IPv4InterfaceStatistics: never;
|
|
519
|
+
|
|
497
520
|
readonly BytesReceived: long;
|
|
498
521
|
readonly BytesSent: long;
|
|
499
522
|
readonly IncomingPacketsDiscarded: long;
|
|
@@ -516,6 +539,8 @@ export const IPv4InterfaceStatistics: (abstract new() => IPv4InterfaceStatistics
|
|
|
516
539
|
export type IPv4InterfaceStatistics = IPv4InterfaceStatistics$instance;
|
|
517
540
|
|
|
518
541
|
export interface IPv6InterfaceProperties$instance {
|
|
542
|
+
readonly __tsonic_type_System_Net_NetworkInformation_IPv6InterfaceProperties: never;
|
|
543
|
+
|
|
519
544
|
readonly Index: int;
|
|
520
545
|
readonly Mtu: int;
|
|
521
546
|
GetScopeId(scopeLevel: ScopeLevel): long;
|
|
@@ -529,6 +554,8 @@ export const IPv6InterfaceProperties: (abstract new() => IPv6InterfaceProperties
|
|
|
529
554
|
export type IPv6InterfaceProperties = IPv6InterfaceProperties$instance;
|
|
530
555
|
|
|
531
556
|
export interface MulticastIPAddressInformation$instance extends IPAddressInformation {
|
|
557
|
+
readonly __tsonic_type_System_Net_NetworkInformation_MulticastIPAddressInformation: never;
|
|
558
|
+
|
|
532
559
|
readonly AddressPreferredLifetime: long;
|
|
533
560
|
readonly AddressValidLifetime: long;
|
|
534
561
|
readonly DhcpLeaseLifetime: long;
|
|
@@ -545,13 +572,14 @@ export const MulticastIPAddressInformation: (abstract new() => MulticastIPAddres
|
|
|
545
572
|
export type MulticastIPAddressInformation = MulticastIPAddressInformation$instance;
|
|
546
573
|
|
|
547
574
|
export interface MulticastIPAddressInformationCollection$instance {
|
|
575
|
+
readonly __tsonic_type_System_Net_NetworkInformation_MulticastIPAddressInformationCollection: never;
|
|
576
|
+
|
|
548
577
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
549
578
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
550
579
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
551
580
|
|
|
552
581
|
readonly Count: int;
|
|
553
582
|
readonly IsReadOnly: boolean;
|
|
554
|
-
readonly [index: number]: MulticastIPAddressInformation;
|
|
555
583
|
Add(address: MulticastIPAddressInformation): void;
|
|
556
584
|
Clear(): void;
|
|
557
585
|
Contains(address: MulticastIPAddressInformation): boolean;
|
|
@@ -571,10 +599,12 @@ export interface __MulticastIPAddressInformationCollection$views {
|
|
|
571
599
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
572
600
|
}
|
|
573
601
|
|
|
574
|
-
export type MulticastIPAddressInformationCollection = MulticastIPAddressInformationCollection$instance & __MulticastIPAddressInformationCollection$views;
|
|
602
|
+
export type MulticastIPAddressInformationCollection = MulticastIPAddressInformationCollection$instance & __MulticastIPAddressInformationCollection$views & { readonly [index: number]: MulticastIPAddressInformation; };
|
|
575
603
|
|
|
576
604
|
|
|
577
605
|
export interface NetworkAvailabilityEventArgs$instance extends EventArgs {
|
|
606
|
+
readonly __tsonic_type_System_Net_NetworkInformation_NetworkAvailabilityEventArgs: never;
|
|
607
|
+
|
|
578
608
|
readonly IsAvailable: boolean;
|
|
579
609
|
}
|
|
580
610
|
|
|
@@ -586,6 +616,8 @@ export const NetworkAvailabilityEventArgs: {
|
|
|
586
616
|
export type NetworkAvailabilityEventArgs = NetworkAvailabilityEventArgs$instance;
|
|
587
617
|
|
|
588
618
|
export interface NetworkChange$instance {
|
|
619
|
+
readonly __tsonic_type_System_Net_NetworkInformation_NetworkChange: never;
|
|
620
|
+
|
|
589
621
|
}
|
|
590
622
|
|
|
591
623
|
|
|
@@ -598,6 +630,8 @@ export const NetworkChange: {
|
|
|
598
630
|
export type NetworkChange = NetworkChange$instance;
|
|
599
631
|
|
|
600
632
|
export interface NetworkInformationException$instance extends Win32Exception {
|
|
633
|
+
readonly __tsonic_type_System_Net_NetworkInformation_NetworkInformationException: never;
|
|
634
|
+
|
|
601
635
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
602
636
|
|
|
603
637
|
readonly ErrorCode: int;
|
|
@@ -619,6 +653,8 @@ export type NetworkInformationException = NetworkInformationException$instance &
|
|
|
619
653
|
|
|
620
654
|
|
|
621
655
|
export interface NetworkInterface$instance {
|
|
656
|
+
readonly __tsonic_type_System_Net_NetworkInformation_NetworkInterface: never;
|
|
657
|
+
|
|
622
658
|
readonly Description: string;
|
|
623
659
|
readonly Id: string;
|
|
624
660
|
readonly IsReceiveOnly: boolean;
|
|
@@ -646,6 +682,8 @@ export const NetworkInterface: (abstract new() => NetworkInterface) & {
|
|
|
646
682
|
export type NetworkInterface = NetworkInterface$instance;
|
|
647
683
|
|
|
648
684
|
export interface PhysicalAddress$instance {
|
|
685
|
+
readonly __tsonic_type_System_Net_NetworkInformation_PhysicalAddress: never;
|
|
686
|
+
|
|
649
687
|
Equals(comparand: unknown): boolean;
|
|
650
688
|
GetAddressBytes(): byte[];
|
|
651
689
|
GetHashCode(): int;
|
|
@@ -666,6 +704,8 @@ export const PhysicalAddress: {
|
|
|
666
704
|
export type PhysicalAddress = PhysicalAddress$instance;
|
|
667
705
|
|
|
668
706
|
export interface Ping$instance extends Component {
|
|
707
|
+
readonly __tsonic_type_System_Net_NetworkInformation_Ping: never;
|
|
708
|
+
|
|
669
709
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
670
710
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
671
711
|
|
|
@@ -717,6 +757,8 @@ export type Ping = Ping$instance & __Ping$views;
|
|
|
717
757
|
|
|
718
758
|
|
|
719
759
|
export interface PingCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
760
|
+
readonly __tsonic_type_System_Net_NetworkInformation_PingCompletedEventArgs: never;
|
|
761
|
+
|
|
720
762
|
readonly Reply: PingReply | undefined;
|
|
721
763
|
}
|
|
722
764
|
|
|
@@ -728,6 +770,8 @@ export const PingCompletedEventArgs: {
|
|
|
728
770
|
export type PingCompletedEventArgs = PingCompletedEventArgs$instance;
|
|
729
771
|
|
|
730
772
|
export interface PingException$instance extends InvalidOperationException {
|
|
773
|
+
readonly __tsonic_type_System_Net_NetworkInformation_PingException: never;
|
|
774
|
+
|
|
731
775
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
732
776
|
|
|
733
777
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -748,6 +792,8 @@ export type PingException = PingException$instance & __PingException$views;
|
|
|
748
792
|
|
|
749
793
|
|
|
750
794
|
export interface PingOptions$instance {
|
|
795
|
+
readonly __tsonic_type_System_Net_NetworkInformation_PingOptions: never;
|
|
796
|
+
|
|
751
797
|
DontFragment: boolean;
|
|
752
798
|
Ttl: int;
|
|
753
799
|
}
|
|
@@ -762,6 +808,8 @@ export const PingOptions: {
|
|
|
762
808
|
export type PingOptions = PingOptions$instance;
|
|
763
809
|
|
|
764
810
|
export interface PingReply$instance {
|
|
811
|
+
readonly __tsonic_type_System_Net_NetworkInformation_PingReply: never;
|
|
812
|
+
|
|
765
813
|
readonly Address: IPAddress;
|
|
766
814
|
readonly Buffer: byte[];
|
|
767
815
|
readonly Options: PingOptions | undefined;
|
|
@@ -777,6 +825,8 @@ export const PingReply: {
|
|
|
777
825
|
export type PingReply = PingReply$instance;
|
|
778
826
|
|
|
779
827
|
export interface TcpConnectionInformation$instance {
|
|
828
|
+
readonly __tsonic_type_System_Net_NetworkInformation_TcpConnectionInformation: never;
|
|
829
|
+
|
|
780
830
|
readonly LocalEndPoint: IPEndPoint;
|
|
781
831
|
readonly RemoteEndPoint: IPEndPoint;
|
|
782
832
|
readonly State: TcpState;
|
|
@@ -790,6 +840,8 @@ export const TcpConnectionInformation: (abstract new() => TcpConnectionInformati
|
|
|
790
840
|
export type TcpConnectionInformation = TcpConnectionInformation$instance;
|
|
791
841
|
|
|
792
842
|
export interface TcpStatistics$instance {
|
|
843
|
+
readonly __tsonic_type_System_Net_NetworkInformation_TcpStatistics: never;
|
|
844
|
+
|
|
793
845
|
readonly ConnectionsAccepted: long;
|
|
794
846
|
readonly ConnectionsInitiated: long;
|
|
795
847
|
readonly CumulativeConnections: long;
|
|
@@ -814,6 +866,8 @@ export const TcpStatistics: (abstract new() => TcpStatistics) & {
|
|
|
814
866
|
export type TcpStatistics = TcpStatistics$instance;
|
|
815
867
|
|
|
816
868
|
export interface UdpStatistics$instance {
|
|
869
|
+
readonly __tsonic_type_System_Net_NetworkInformation_UdpStatistics: never;
|
|
870
|
+
|
|
817
871
|
readonly DatagramsReceived: long;
|
|
818
872
|
readonly DatagramsSent: long;
|
|
819
873
|
readonly IncomingDatagramsDiscarded: long;
|
|
@@ -829,6 +883,8 @@ export const UdpStatistics: (abstract new() => UdpStatistics) & {
|
|
|
829
883
|
export type UdpStatistics = UdpStatistics$instance;
|
|
830
884
|
|
|
831
885
|
export interface UnicastIPAddressInformation$instance extends IPAddressInformation {
|
|
886
|
+
readonly __tsonic_type_System_Net_NetworkInformation_UnicastIPAddressInformation: never;
|
|
887
|
+
|
|
832
888
|
readonly AddressPreferredLifetime: long;
|
|
833
889
|
readonly AddressValidLifetime: long;
|
|
834
890
|
readonly DhcpLeaseLifetime: long;
|
|
@@ -847,13 +903,14 @@ export const UnicastIPAddressInformation: (abstract new() => UnicastIPAddressInf
|
|
|
847
903
|
export type UnicastIPAddressInformation = UnicastIPAddressInformation$instance;
|
|
848
904
|
|
|
849
905
|
export interface UnicastIPAddressInformationCollection$instance {
|
|
906
|
+
readonly __tsonic_type_System_Net_NetworkInformation_UnicastIPAddressInformationCollection: never;
|
|
907
|
+
|
|
850
908
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
851
909
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
852
910
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
853
911
|
|
|
854
912
|
readonly Count: int;
|
|
855
913
|
readonly IsReadOnly: boolean;
|
|
856
|
-
readonly [index: number]: UnicastIPAddressInformation;
|
|
857
914
|
Add(address: UnicastIPAddressInformation): void;
|
|
858
915
|
Clear(): void;
|
|
859
916
|
Contains(address: UnicastIPAddressInformation): boolean;
|
|
@@ -873,6 +930,6 @@ export interface __UnicastIPAddressInformationCollection$views {
|
|
|
873
930
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
874
931
|
}
|
|
875
932
|
|
|
876
|
-
export type UnicastIPAddressInformationCollection = UnicastIPAddressInformationCollection$instance & __UnicastIPAddressInformationCollection$views;
|
|
933
|
+
export type UnicastIPAddressInformationCollection = UnicastIPAddressInformationCollection$instance & __UnicastIPAddressInformationCollection$views & { readonly [index: number]: UnicastIPAddressInformation; };
|
|
877
934
|
|
|
878
935
|
|
|
@@ -52,6 +52,8 @@ export enum QuicStreamType {
|
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
export interface QuicStreamCapacityChangedArgs$instance {
|
|
55
|
+
readonly __tsonic_type_System_Net_Quic_QuicStreamCapacityChangedArgs: never;
|
|
56
|
+
|
|
55
57
|
BidirectionalIncrement: int;
|
|
56
58
|
UnidirectionalIncrement: int;
|
|
57
59
|
}
|
|
@@ -65,6 +67,8 @@ export const QuicStreamCapacityChangedArgs: {
|
|
|
65
67
|
export type QuicStreamCapacityChangedArgs = QuicStreamCapacityChangedArgs$instance;
|
|
66
68
|
|
|
67
69
|
export interface QuicClientConnectionOptions$instance extends QuicConnectionOptions {
|
|
70
|
+
readonly __tsonic_type_System_Net_Quic_QuicClientConnectionOptions: never;
|
|
71
|
+
|
|
68
72
|
ClientAuthenticationOptions: SslClientAuthenticationOptions;
|
|
69
73
|
get LocalEndPoint(): IPEndPoint | undefined;
|
|
70
74
|
set LocalEndPoint(value: IPEndPoint | undefined);
|
|
@@ -79,7 +83,9 @@ export const QuicClientConnectionOptions: {
|
|
|
79
83
|
|
|
80
84
|
export type QuicClientConnectionOptions = QuicClientConnectionOptions$instance;
|
|
81
85
|
|
|
82
|
-
export interface QuicConnection$instance {
|
|
86
|
+
export interface QuicConnection$instance extends System_Internal.IAsyncDisposable$instance {
|
|
87
|
+
readonly __tsonic_type_System_Net_Quic_QuicConnection: never;
|
|
88
|
+
|
|
83
89
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
84
90
|
|
|
85
91
|
readonly LocalEndPoint: IPEndPoint;
|
|
@@ -107,12 +113,12 @@ export interface __QuicConnection$views {
|
|
|
107
113
|
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
108
114
|
}
|
|
109
115
|
|
|
110
|
-
export interface QuicConnection$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
111
|
-
|
|
112
116
|
export type QuicConnection = QuicConnection$instance & __QuicConnection$views;
|
|
113
117
|
|
|
114
118
|
|
|
115
119
|
export interface QuicConnectionOptions$instance {
|
|
120
|
+
readonly __tsonic_type_System_Net_Quic_QuicConnectionOptions: never;
|
|
121
|
+
|
|
116
122
|
DefaultCloseErrorCode: long;
|
|
117
123
|
DefaultStreamErrorCode: long;
|
|
118
124
|
HandshakeTimeout: TimeSpan;
|
|
@@ -133,6 +139,8 @@ export const QuicConnectionOptions: {
|
|
|
133
139
|
export type QuicConnectionOptions = QuicConnectionOptions$instance;
|
|
134
140
|
|
|
135
141
|
export interface QuicException$instance extends IOException {
|
|
142
|
+
readonly __tsonic_type_System_Net_Quic_QuicException: never;
|
|
143
|
+
|
|
136
144
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
137
145
|
|
|
138
146
|
readonly ApplicationErrorCode: Nullable_1<System_Internal.Int64>;
|
|
@@ -154,7 +162,9 @@ export interface __QuicException$views {
|
|
|
154
162
|
export type QuicException = QuicException$instance & __QuicException$views;
|
|
155
163
|
|
|
156
164
|
|
|
157
|
-
export interface QuicListener$instance {
|
|
165
|
+
export interface QuicListener$instance extends System_Internal.IAsyncDisposable$instance {
|
|
166
|
+
readonly __tsonic_type_System_Net_Quic_QuicListener: never;
|
|
167
|
+
|
|
158
168
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
159
169
|
|
|
160
170
|
readonly LocalEndPoint: IPEndPoint;
|
|
@@ -174,12 +184,12 @@ export interface __QuicListener$views {
|
|
|
174
184
|
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
175
185
|
}
|
|
176
186
|
|
|
177
|
-
export interface QuicListener$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
178
|
-
|
|
179
187
|
export type QuicListener = QuicListener$instance & __QuicListener$views;
|
|
180
188
|
|
|
181
189
|
|
|
182
190
|
export interface QuicListenerOptions$instance {
|
|
191
|
+
readonly __tsonic_type_System_Net_Quic_QuicListenerOptions: never;
|
|
192
|
+
|
|
183
193
|
ApplicationProtocols: List_1<SslApplicationProtocol>;
|
|
184
194
|
ConnectionOptionsCallback: Func_4<QuicConnection, SslClientHelloInfo, CancellationToken, ValueTask_1<QuicServerConnectionOptions>>;
|
|
185
195
|
ListenBacklog: int;
|
|
@@ -195,6 +205,8 @@ export const QuicListenerOptions: {
|
|
|
195
205
|
export type QuicListenerOptions = QuicListenerOptions$instance;
|
|
196
206
|
|
|
197
207
|
export interface QuicReceiveWindowSizes$instance {
|
|
208
|
+
readonly __tsonic_type_System_Net_Quic_QuicReceiveWindowSizes: never;
|
|
209
|
+
|
|
198
210
|
Connection: int;
|
|
199
211
|
LocallyInitiatedBidirectionalStream: int;
|
|
200
212
|
RemotelyInitiatedBidirectionalStream: int;
|
|
@@ -210,6 +222,8 @@ export const QuicReceiveWindowSizes: {
|
|
|
210
222
|
export type QuicReceiveWindowSizes = QuicReceiveWindowSizes$instance;
|
|
211
223
|
|
|
212
224
|
export interface QuicServerConnectionOptions$instance extends QuicConnectionOptions {
|
|
225
|
+
readonly __tsonic_type_System_Net_Quic_QuicServerConnectionOptions: never;
|
|
226
|
+
|
|
213
227
|
ServerAuthenticationOptions: SslServerAuthenticationOptions;
|
|
214
228
|
}
|
|
215
229
|
|
|
@@ -222,6 +236,8 @@ export const QuicServerConnectionOptions: {
|
|
|
222
236
|
export type QuicServerConnectionOptions = QuicServerConnectionOptions$instance;
|
|
223
237
|
|
|
224
238
|
export interface QuicStream$instance extends Stream {
|
|
239
|
+
readonly __tsonic_type_System_Net_Quic_QuicStream: never;
|
|
240
|
+
|
|
225
241
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
226
242
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
227
243
|
|