@tsonic/dotnet 10.0.3 → 10.0.5
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 +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -189,9 +189,13 @@ export const GatewayIPAddressInformation: (abstract new() => GatewayIPAddressInf
|
|
|
189
189
|
export type GatewayIPAddressInformation = GatewayIPAddressInformation$instance;
|
|
190
190
|
|
|
191
191
|
export interface GatewayIPAddressInformationCollection$instance {
|
|
192
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
193
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
194
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
195
|
+
|
|
192
196
|
readonly Count: int;
|
|
193
197
|
readonly IsReadOnly: boolean;
|
|
194
|
-
readonly
|
|
198
|
+
readonly [index: number]: GatewayIPAddressInformation;
|
|
195
199
|
Add(address: GatewayIPAddressInformation): void;
|
|
196
200
|
Clear(): void;
|
|
197
201
|
Contains(address: GatewayIPAddressInformation): boolean;
|
|
@@ -293,9 +297,13 @@ export const IcmpV6Statistics: (abstract new() => IcmpV6Statistics) & {
|
|
|
293
297
|
export type IcmpV6Statistics = IcmpV6Statistics$instance;
|
|
294
298
|
|
|
295
299
|
export interface IPAddressCollection$instance {
|
|
300
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
301
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
302
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
303
|
+
|
|
296
304
|
readonly Count: int;
|
|
297
305
|
readonly IsReadOnly: boolean;
|
|
298
|
-
readonly
|
|
306
|
+
readonly [index: number]: IPAddress;
|
|
299
307
|
Add(address: IPAddress): void;
|
|
300
308
|
Clear(): void;
|
|
301
309
|
Contains(address: IPAddress): boolean;
|
|
@@ -332,9 +340,13 @@ export const IPAddressInformation: (abstract new() => IPAddressInformation) & {
|
|
|
332
340
|
export type IPAddressInformation = IPAddressInformation$instance;
|
|
333
341
|
|
|
334
342
|
export interface IPAddressInformationCollection$instance {
|
|
343
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
344
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
345
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
346
|
+
|
|
335
347
|
readonly Count: int;
|
|
336
348
|
readonly IsReadOnly: boolean;
|
|
337
|
-
readonly
|
|
349
|
+
readonly [index: number]: IPAddressInformation;
|
|
338
350
|
Add(address: IPAddressInformation): void;
|
|
339
351
|
Clear(): void;
|
|
340
352
|
Contains(address: IPAddressInformation): boolean;
|
|
@@ -533,9 +545,13 @@ export const MulticastIPAddressInformation: (abstract new() => MulticastIPAddres
|
|
|
533
545
|
export type MulticastIPAddressInformation = MulticastIPAddressInformation$instance;
|
|
534
546
|
|
|
535
547
|
export interface MulticastIPAddressInformationCollection$instance {
|
|
548
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
549
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
550
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
551
|
+
|
|
536
552
|
readonly Count: int;
|
|
537
553
|
readonly IsReadOnly: boolean;
|
|
538
|
-
readonly
|
|
554
|
+
readonly [index: number]: MulticastIPAddressInformation;
|
|
539
555
|
Add(address: MulticastIPAddressInformation): void;
|
|
540
556
|
Clear(): void;
|
|
541
557
|
Contains(address: MulticastIPAddressInformation): boolean;
|
|
@@ -582,6 +598,8 @@ export const NetworkChange: {
|
|
|
582
598
|
export type NetworkChange = NetworkChange$instance;
|
|
583
599
|
|
|
584
600
|
export interface NetworkInformationException$instance extends Win32Exception {
|
|
601
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
602
|
+
|
|
585
603
|
readonly ErrorCode: int;
|
|
586
604
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
587
605
|
}
|
|
@@ -648,6 +666,9 @@ export const PhysicalAddress: {
|
|
|
648
666
|
export type PhysicalAddress = PhysicalAddress$instance;
|
|
649
667
|
|
|
650
668
|
export interface Ping$instance extends Component {
|
|
669
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
670
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
671
|
+
|
|
651
672
|
Dispose(disposing: boolean): void;
|
|
652
673
|
Dispose(): void;
|
|
653
674
|
Send(hostNameOrAddress: string): PingReply;
|
|
@@ -707,6 +728,8 @@ export const PingCompletedEventArgs: {
|
|
|
707
728
|
export type PingCompletedEventArgs = PingCompletedEventArgs$instance;
|
|
708
729
|
|
|
709
730
|
export interface PingException$instance extends InvalidOperationException {
|
|
731
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
732
|
+
|
|
710
733
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
711
734
|
}
|
|
712
735
|
|
|
@@ -824,9 +847,13 @@ export const UnicastIPAddressInformation: (abstract new() => UnicastIPAddressInf
|
|
|
824
847
|
export type UnicastIPAddressInformation = UnicastIPAddressInformation$instance;
|
|
825
848
|
|
|
826
849
|
export interface UnicastIPAddressInformationCollection$instance {
|
|
850
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
851
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
852
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
853
|
+
|
|
827
854
|
readonly Count: int;
|
|
828
855
|
readonly IsReadOnly: boolean;
|
|
829
|
-
readonly
|
|
856
|
+
readonly [index: number]: UnicastIPAddressInformation;
|
|
830
857
|
Add(address: UnicastIPAddressInformation): void;
|
|
831
858
|
Clear(): void;
|
|
832
859
|
Contains(address: UnicastIPAddressInformation): boolean;
|
|
@@ -80,6 +80,8 @@ export const QuicClientConnectionOptions: {
|
|
|
80
80
|
export type QuicClientConnectionOptions = QuicClientConnectionOptions$instance;
|
|
81
81
|
|
|
82
82
|
export interface QuicConnection$instance {
|
|
83
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
84
|
+
|
|
83
85
|
readonly LocalEndPoint: IPEndPoint;
|
|
84
86
|
readonly NegotiatedApplicationProtocol: SslApplicationProtocol;
|
|
85
87
|
readonly NegotiatedCipherSuite: TlsCipherSuite;
|
|
@@ -131,6 +133,8 @@ export const QuicConnectionOptions: {
|
|
|
131
133
|
export type QuicConnectionOptions = QuicConnectionOptions$instance;
|
|
132
134
|
|
|
133
135
|
export interface QuicException$instance extends IOException {
|
|
136
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
137
|
+
|
|
134
138
|
readonly ApplicationErrorCode: Nullable_1<System_Internal.Int64>;
|
|
135
139
|
readonly QuicError: QuicError;
|
|
136
140
|
readonly TransportErrorCode: Nullable_1<System_Internal.Int64>;
|
|
@@ -151,6 +155,8 @@ export type QuicException = QuicException$instance & __QuicException$views;
|
|
|
151
155
|
|
|
152
156
|
|
|
153
157
|
export interface QuicListener$instance {
|
|
158
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
159
|
+
|
|
154
160
|
readonly LocalEndPoint: IPEndPoint;
|
|
155
161
|
AcceptConnectionAsync(cancellationToken?: CancellationToken): ValueTask_1<QuicConnection>;
|
|
156
162
|
DisposeAsync(): ValueTask;
|
|
@@ -216,6 +222,9 @@ export const QuicServerConnectionOptions: {
|
|
|
216
222
|
export type QuicServerConnectionOptions = QuicServerConnectionOptions$instance;
|
|
217
223
|
|
|
218
224
|
export interface QuicStream$instance extends Stream {
|
|
225
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
226
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
227
|
+
|
|
219
228
|
readonly CanRead: boolean;
|
|
220
229
|
readonly CanSeek: boolean;
|
|
221
230
|
readonly CanTimeout: boolean;
|
|
@@ -430,6 +430,8 @@ export type ServerOptionsSelectionCallback = (stream: SslStream, clientHelloInfo
|
|
|
430
430
|
|
|
431
431
|
|
|
432
432
|
export interface SslApplicationProtocol$instance {
|
|
433
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
434
|
+
|
|
433
435
|
readonly Protocol: ReadOnlyMemory_1<System_Internal.Byte>;
|
|
434
436
|
Equals(other: SslApplicationProtocol): boolean;
|
|
435
437
|
Equals(obj: unknown): boolean;
|
|
@@ -471,6 +473,9 @@ export const SslClientHelloInfo: {
|
|
|
471
473
|
export type SslClientHelloInfo = SslClientHelloInfo$instance;
|
|
472
474
|
|
|
473
475
|
export interface AuthenticatedStream$instance extends Stream {
|
|
476
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
477
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
478
|
+
|
|
474
479
|
readonly IsAuthenticated: boolean;
|
|
475
480
|
readonly IsEncrypted: boolean;
|
|
476
481
|
readonly IsMutuallyAuthenticated: boolean;
|
|
@@ -508,6 +513,8 @@ export const CipherSuitesPolicy: {
|
|
|
508
513
|
export type CipherSuitesPolicy = CipherSuitesPolicy$instance;
|
|
509
514
|
|
|
510
515
|
export interface NegotiateAuthentication$instance {
|
|
516
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
517
|
+
|
|
511
518
|
readonly ImpersonationLevel: TokenImpersonationLevel;
|
|
512
519
|
readonly IsAuthenticated: boolean;
|
|
513
520
|
readonly IsEncrypted: boolean;
|
|
@@ -584,6 +591,9 @@ export const NegotiateAuthenticationServerOptions: {
|
|
|
584
591
|
export type NegotiateAuthenticationServerOptions = NegotiateAuthenticationServerOptions$instance;
|
|
585
592
|
|
|
586
593
|
export interface NegotiateStream$instance extends AuthenticatedStream$instance {
|
|
594
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
595
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
596
|
+
|
|
587
597
|
readonly CanRead: boolean;
|
|
588
598
|
readonly CanSeek: boolean;
|
|
589
599
|
readonly CanTimeout: boolean;
|
|
@@ -750,6 +760,9 @@ export const SslServerAuthenticationOptions: {
|
|
|
750
760
|
export type SslServerAuthenticationOptions = SslServerAuthenticationOptions$instance;
|
|
751
761
|
|
|
752
762
|
export interface SslStream$instance extends AuthenticatedStream$instance {
|
|
763
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
764
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
765
|
+
|
|
753
766
|
readonly CanRead: boolean;
|
|
754
767
|
readonly CanSeek: boolean;
|
|
755
768
|
readonly CanTimeout: boolean;
|
|
@@ -360,6 +360,8 @@ export enum TransmitFileOptions {
|
|
|
360
360
|
|
|
361
361
|
|
|
362
362
|
export interface IPPacketInformation$instance {
|
|
363
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
364
|
+
|
|
363
365
|
readonly Address: IPAddress;
|
|
364
366
|
readonly Interface: int;
|
|
365
367
|
Equals(comparand: unknown): boolean;
|
|
@@ -425,6 +427,8 @@ export const SocketReceiveMessageFromResult: {
|
|
|
425
427
|
export type SocketReceiveMessageFromResult = SocketReceiveMessageFromResult$instance;
|
|
426
428
|
|
|
427
429
|
export interface UdpReceiveResult$instance {
|
|
430
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
431
|
+
|
|
428
432
|
readonly Buffer: byte[];
|
|
429
433
|
readonly RemoteEndPoint: IPEndPoint;
|
|
430
434
|
Equals(obj: unknown): boolean;
|
|
@@ -495,6 +499,9 @@ export const MulticastOption: {
|
|
|
495
499
|
export type MulticastOption = MulticastOption$instance;
|
|
496
500
|
|
|
497
501
|
export interface NetworkStream$instance extends Stream {
|
|
502
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
503
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
504
|
+
|
|
498
505
|
readonly CanRead: boolean;
|
|
499
506
|
readonly CanSeek: boolean;
|
|
500
507
|
readonly CanTimeout: boolean;
|
|
@@ -557,6 +564,8 @@ export type NetworkStream = NetworkStream$instance & __NetworkStream$views;
|
|
|
557
564
|
|
|
558
565
|
|
|
559
566
|
export interface SafeSocketHandle$instance extends SafeHandleMinusOneIsInvalid {
|
|
567
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
568
|
+
|
|
560
569
|
readonly IsInvalid: boolean;
|
|
561
570
|
Dispose(): void;
|
|
562
571
|
Dispose(disposing: boolean): void;
|
|
@@ -612,6 +621,8 @@ export const SendPacketsElement: {
|
|
|
612
621
|
export type SendPacketsElement = SendPacketsElement$instance;
|
|
613
622
|
|
|
614
623
|
export interface Socket$instance {
|
|
624
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
625
|
+
|
|
615
626
|
readonly AddressFamily: AddressFamily;
|
|
616
627
|
readonly Available: int;
|
|
617
628
|
Blocking: boolean;
|
|
@@ -820,6 +831,8 @@ export type Socket = Socket$instance & __Socket$views;
|
|
|
820
831
|
|
|
821
832
|
|
|
822
833
|
export interface SocketAsyncEventArgs$instance extends EventArgs {
|
|
834
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
835
|
+
|
|
823
836
|
get AcceptSocket(): Socket | undefined;
|
|
824
837
|
set AcceptSocket(value: Socket | undefined);
|
|
825
838
|
readonly Buffer: byte[] | undefined;
|
|
@@ -869,6 +882,8 @@ export type SocketAsyncEventArgs = SocketAsyncEventArgs$instance & __SocketAsync
|
|
|
869
882
|
|
|
870
883
|
|
|
871
884
|
export interface SocketException$instance extends Win32Exception {
|
|
885
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
886
|
+
|
|
872
887
|
readonly ErrorCode: int;
|
|
873
888
|
readonly Message: string;
|
|
874
889
|
readonly SocketErrorCode: SocketError;
|
|
@@ -891,6 +906,8 @@ export type SocketException = SocketException$instance & __SocketException$views
|
|
|
891
906
|
|
|
892
907
|
|
|
893
908
|
export interface TcpClient$instance {
|
|
909
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
910
|
+
|
|
894
911
|
readonly Available: int;
|
|
895
912
|
Client: Socket;
|
|
896
913
|
readonly Connected: boolean;
|
|
@@ -942,6 +959,8 @@ export type TcpClient = TcpClient$instance & __TcpClient$views;
|
|
|
942
959
|
|
|
943
960
|
|
|
944
961
|
export interface TcpListener$instance {
|
|
962
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
963
|
+
|
|
945
964
|
ExclusiveAddressUse: boolean;
|
|
946
965
|
readonly LocalEndpoint: EndPoint;
|
|
947
966
|
readonly Server: Socket;
|
|
@@ -982,6 +1001,8 @@ export type TcpListener = TcpListener$instance & __TcpListener$views;
|
|
|
982
1001
|
|
|
983
1002
|
|
|
984
1003
|
export interface UdpClient$instance {
|
|
1004
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1005
|
+
|
|
985
1006
|
readonly Available: int;
|
|
986
1007
|
Client: Socket;
|
|
987
1008
|
DontFragment: boolean;
|
|
@@ -94,6 +94,8 @@ export const ValueWebSocketReceiveResult: {
|
|
|
94
94
|
export type ValueWebSocketReceiveResult = ValueWebSocketReceiveResult$instance;
|
|
95
95
|
|
|
96
96
|
export interface ClientWebSocket$instance extends WebSocket$instance {
|
|
97
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
98
|
+
|
|
97
99
|
readonly CloseStatus: Nullable_1<WebSocketCloseStatus>;
|
|
98
100
|
readonly CloseStatusDescription: string | undefined;
|
|
99
101
|
get HttpResponseHeaders(): IReadOnlyDictionary_2<System_Internal.String, IEnumerable_1<System_Internal.String>> | undefined;
|
|
@@ -185,6 +187,8 @@ export const HttpListenerWebSocketContext: {
|
|
|
185
187
|
export type HttpListenerWebSocketContext = HttpListenerWebSocketContext$instance;
|
|
186
188
|
|
|
187
189
|
export interface WebSocket$instance {
|
|
190
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
191
|
+
|
|
188
192
|
readonly CloseStatus: Nullable_1<WebSocketCloseStatus>;
|
|
189
193
|
readonly CloseStatusDescription: string | undefined;
|
|
190
194
|
readonly State: WebSocketState;
|
|
@@ -280,6 +284,8 @@ export const WebSocketDeflateOptions: {
|
|
|
280
284
|
export type WebSocketDeflateOptions = WebSocketDeflateOptions$instance;
|
|
281
285
|
|
|
282
286
|
export interface WebSocketException$instance extends Win32Exception {
|
|
287
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
288
|
+
|
|
283
289
|
readonly ErrorCode: int;
|
|
284
290
|
readonly WebSocketErrorCode: WebSocketError;
|
|
285
291
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -329,6 +335,9 @@ export const WebSocketReceiveResult: {
|
|
|
329
335
|
export type WebSocketReceiveResult = WebSocketReceiveResult$instance;
|
|
330
336
|
|
|
331
337
|
export interface WebSocketStream$instance extends Stream {
|
|
338
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
339
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
340
|
+
|
|
332
341
|
readonly CanRead: boolean;
|
|
333
342
|
readonly CanSeek: boolean;
|
|
334
343
|
readonly CanWrite: boolean;
|