@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
|
@@ -408,7 +408,9 @@ export interface IWebRequestCreate$instance {
|
|
|
408
408
|
|
|
409
409
|
export type IWebRequestCreate = IWebRequestCreate$instance;
|
|
410
410
|
|
|
411
|
-
export interface IPNetwork$instance {
|
|
411
|
+
export interface IPNetwork$instance extends System_Internal.ISpanParsable_1$instance<IPNetwork> {
|
|
412
|
+
readonly __tsonic_type_System_Net_IPNetwork: never;
|
|
413
|
+
|
|
412
414
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
413
415
|
readonly __tsonic_iface_System_IFormattable: never;
|
|
414
416
|
readonly __tsonic_iface_System_IParsable_1: never;
|
|
@@ -454,12 +456,12 @@ export interface __IPNetwork$views {
|
|
|
454
456
|
TryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
455
457
|
}
|
|
456
458
|
|
|
457
|
-
export interface IPNetwork$instance extends System_Internal.ISpanParsable_1$instance<IPNetwork> {}
|
|
458
|
-
|
|
459
459
|
export type IPNetwork = IPNetwork$instance & __IPNetwork$views;
|
|
460
460
|
|
|
461
461
|
|
|
462
462
|
export interface AuthenticationManager$instance {
|
|
463
|
+
readonly __tsonic_type_System_Net_AuthenticationManager: never;
|
|
464
|
+
|
|
463
465
|
}
|
|
464
466
|
|
|
465
467
|
|
|
@@ -479,6 +481,8 @@ export const AuthenticationManager: {
|
|
|
479
481
|
export type AuthenticationManager = AuthenticationManager$instance;
|
|
480
482
|
|
|
481
483
|
export interface Authorization$instance {
|
|
484
|
+
readonly __tsonic_type_System_Net_Authorization: never;
|
|
485
|
+
|
|
482
486
|
Complete: boolean;
|
|
483
487
|
readonly ConnectionGroupId: string | undefined;
|
|
484
488
|
readonly Message: string | undefined;
|
|
@@ -498,6 +502,8 @@ export const Authorization: {
|
|
|
498
502
|
export type Authorization = Authorization$instance;
|
|
499
503
|
|
|
500
504
|
export interface Cookie$instance {
|
|
505
|
+
readonly __tsonic_type_System_Net_Cookie: never;
|
|
506
|
+
|
|
501
507
|
Comment: string;
|
|
502
508
|
get CommentUri(): Uri | undefined;
|
|
503
509
|
set CommentUri(value: Uri | undefined);
|
|
@@ -530,6 +536,8 @@ export const Cookie: {
|
|
|
530
536
|
export type Cookie = Cookie$instance;
|
|
531
537
|
|
|
532
538
|
export interface CookieCollection$instance {
|
|
539
|
+
readonly __tsonic_type_System_Net_CookieCollection: never;
|
|
540
|
+
|
|
533
541
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
534
542
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
535
543
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
@@ -570,6 +578,8 @@ export type CookieCollection = CookieCollection$instance & __CookieCollection$vi
|
|
|
570
578
|
|
|
571
579
|
|
|
572
580
|
export interface CookieContainer$instance {
|
|
581
|
+
readonly __tsonic_type_System_Net_CookieContainer: never;
|
|
582
|
+
|
|
573
583
|
Capacity: int;
|
|
574
584
|
readonly Count: int;
|
|
575
585
|
MaxCookieSize: int;
|
|
@@ -598,6 +608,8 @@ export const CookieContainer: {
|
|
|
598
608
|
export type CookieContainer = CookieContainer$instance;
|
|
599
609
|
|
|
600
610
|
export interface CookieException$instance extends FormatException {
|
|
611
|
+
readonly __tsonic_type_System_Net_CookieException: never;
|
|
612
|
+
|
|
601
613
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
602
614
|
|
|
603
615
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
@@ -619,6 +631,8 @@ export type CookieException = CookieException$instance & __CookieException$views
|
|
|
619
631
|
|
|
620
632
|
|
|
621
633
|
export interface CredentialCache$instance {
|
|
634
|
+
readonly __tsonic_type_System_Net_CredentialCache: never;
|
|
635
|
+
|
|
622
636
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
623
637
|
readonly __tsonic_iface_System_Net_ICredentials: never;
|
|
624
638
|
readonly __tsonic_iface_System_Net_ICredentialsByHost: never;
|
|
@@ -650,6 +664,8 @@ export type CredentialCache = CredentialCache$instance & __CredentialCache$views
|
|
|
650
664
|
|
|
651
665
|
|
|
652
666
|
export interface DnsEndPoint$instance extends EndPoint {
|
|
667
|
+
readonly __tsonic_type_System_Net_DnsEndPoint: never;
|
|
668
|
+
|
|
653
669
|
readonly AddressFamily: AddressFamily;
|
|
654
670
|
readonly Host: string;
|
|
655
671
|
readonly Port: int;
|
|
@@ -668,6 +684,8 @@ export const DnsEndPoint: {
|
|
|
668
684
|
export type DnsEndPoint = DnsEndPoint$instance;
|
|
669
685
|
|
|
670
686
|
export interface DownloadDataCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
687
|
+
readonly __tsonic_type_System_Net_DownloadDataCompletedEventArgs: never;
|
|
688
|
+
|
|
671
689
|
readonly Result: byte[];
|
|
672
690
|
}
|
|
673
691
|
|
|
@@ -679,6 +697,8 @@ export const DownloadDataCompletedEventArgs: {
|
|
|
679
697
|
export type DownloadDataCompletedEventArgs = DownloadDataCompletedEventArgs$instance;
|
|
680
698
|
|
|
681
699
|
export interface DownloadProgressChangedEventArgs$instance extends ProgressChangedEventArgs {
|
|
700
|
+
readonly __tsonic_type_System_Net_DownloadProgressChangedEventArgs: never;
|
|
701
|
+
|
|
682
702
|
readonly BytesReceived: long;
|
|
683
703
|
readonly TotalBytesToReceive: long;
|
|
684
704
|
}
|
|
@@ -691,6 +711,8 @@ export const DownloadProgressChangedEventArgs: {
|
|
|
691
711
|
export type DownloadProgressChangedEventArgs = DownloadProgressChangedEventArgs$instance;
|
|
692
712
|
|
|
693
713
|
export interface DownloadStringCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
714
|
+
readonly __tsonic_type_System_Net_DownloadStringCompletedEventArgs: never;
|
|
715
|
+
|
|
694
716
|
readonly Result: string;
|
|
695
717
|
}
|
|
696
718
|
|
|
@@ -702,6 +724,8 @@ export const DownloadStringCompletedEventArgs: {
|
|
|
702
724
|
export type DownloadStringCompletedEventArgs = DownloadStringCompletedEventArgs$instance;
|
|
703
725
|
|
|
704
726
|
export interface EndPoint$instance {
|
|
727
|
+
readonly __tsonic_type_System_Net_EndPoint: never;
|
|
728
|
+
|
|
705
729
|
readonly AddressFamily: AddressFamily;
|
|
706
730
|
Create(socketAddress: SocketAddress): EndPoint;
|
|
707
731
|
Serialize(): SocketAddress;
|
|
@@ -715,6 +739,8 @@ export const EndPoint: (abstract new() => EndPoint) & {
|
|
|
715
739
|
export type EndPoint = EndPoint$instance;
|
|
716
740
|
|
|
717
741
|
export interface FileWebRequest$instance extends WebRequest$instance {
|
|
742
|
+
readonly __tsonic_type_System_Net_FileWebRequest: never;
|
|
743
|
+
|
|
718
744
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
719
745
|
|
|
720
746
|
get ConnectionGroupName(): string | undefined;
|
|
@@ -759,6 +785,8 @@ export type FileWebRequest = FileWebRequest$instance & __FileWebRequest$views;
|
|
|
759
785
|
|
|
760
786
|
|
|
761
787
|
export interface FileWebResponse$instance extends WebResponse$instance {
|
|
788
|
+
readonly __tsonic_type_System_Net_FileWebResponse: never;
|
|
789
|
+
|
|
762
790
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
763
791
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
764
792
|
|
|
@@ -788,6 +816,8 @@ export type FileWebResponse = FileWebResponse$instance & __FileWebResponse$views
|
|
|
788
816
|
|
|
789
817
|
|
|
790
818
|
export interface FtpWebRequest$instance extends WebRequest$instance {
|
|
819
|
+
readonly __tsonic_type_System_Net_FtpWebRequest: never;
|
|
820
|
+
|
|
791
821
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
792
822
|
|
|
793
823
|
get CachePolicy(): RequestCachePolicy | undefined;
|
|
@@ -842,6 +872,8 @@ export type FtpWebRequest = FtpWebRequest$instance & __FtpWebRequest$views;
|
|
|
842
872
|
|
|
843
873
|
|
|
844
874
|
export interface FtpWebResponse$instance extends WebResponse$instance {
|
|
875
|
+
readonly __tsonic_type_System_Net_FtpWebResponse: never;
|
|
876
|
+
|
|
845
877
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
846
878
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
847
879
|
|
|
@@ -876,6 +908,8 @@ export type FtpWebResponse = FtpWebResponse$instance & __FtpWebResponse$views;
|
|
|
876
908
|
|
|
877
909
|
|
|
878
910
|
export interface GlobalProxySelection$instance {
|
|
911
|
+
readonly __tsonic_type_System_Net_GlobalProxySelection: never;
|
|
912
|
+
|
|
879
913
|
}
|
|
880
914
|
|
|
881
915
|
|
|
@@ -888,7 +922,9 @@ export const GlobalProxySelection: {
|
|
|
888
922
|
|
|
889
923
|
export type GlobalProxySelection = GlobalProxySelection$instance;
|
|
890
924
|
|
|
891
|
-
export interface HttpListener$instance {
|
|
925
|
+
export interface HttpListener$instance extends System_Internal.IDisposable$instance {
|
|
926
|
+
readonly __tsonic_type_System_Net_HttpListener: never;
|
|
927
|
+
|
|
892
928
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
893
929
|
|
|
894
930
|
AuthenticationSchemes: AuthenticationSchemes;
|
|
@@ -926,12 +962,12 @@ export interface __HttpListener$views {
|
|
|
926
962
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
927
963
|
}
|
|
928
964
|
|
|
929
|
-
export interface HttpListener$instance extends System_Internal.IDisposable$instance {}
|
|
930
|
-
|
|
931
965
|
export type HttpListener = HttpListener$instance & __HttpListener$views;
|
|
932
966
|
|
|
933
967
|
|
|
934
968
|
export interface HttpListenerBasicIdentity$instance extends GenericIdentity {
|
|
969
|
+
readonly __tsonic_type_System_Net_HttpListenerBasicIdentity: never;
|
|
970
|
+
|
|
935
971
|
readonly __tsonic_iface_System_Security_Principal_IIdentity: never;
|
|
936
972
|
|
|
937
973
|
readonly Password: string;
|
|
@@ -951,6 +987,8 @@ export type HttpListenerBasicIdentity = HttpListenerBasicIdentity$instance & __H
|
|
|
951
987
|
|
|
952
988
|
|
|
953
989
|
export interface HttpListenerContext$instance {
|
|
990
|
+
readonly __tsonic_type_System_Net_HttpListenerContext: never;
|
|
991
|
+
|
|
954
992
|
readonly Request: HttpListenerRequest;
|
|
955
993
|
readonly Response: HttpListenerResponse;
|
|
956
994
|
readonly User: IPrincipal | undefined;
|
|
@@ -968,6 +1006,8 @@ export const HttpListenerContext: {
|
|
|
968
1006
|
export type HttpListenerContext = HttpListenerContext$instance;
|
|
969
1007
|
|
|
970
1008
|
export interface HttpListenerException$instance extends Win32Exception {
|
|
1009
|
+
readonly __tsonic_type_System_Net_HttpListenerException: never;
|
|
1010
|
+
|
|
971
1011
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
972
1012
|
|
|
973
1013
|
readonly ErrorCode: int;
|
|
@@ -990,6 +1030,8 @@ export type HttpListenerException = HttpListenerException$instance & __HttpListe
|
|
|
990
1030
|
|
|
991
1031
|
|
|
992
1032
|
export interface HttpListenerPrefixCollection$instance {
|
|
1033
|
+
readonly __tsonic_type_System_Net_HttpListenerPrefixCollection: never;
|
|
1034
|
+
|
|
993
1035
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
994
1036
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
995
1037
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1021,6 +1063,8 @@ export type HttpListenerPrefixCollection = HttpListenerPrefixCollection$instance
|
|
|
1021
1063
|
|
|
1022
1064
|
|
|
1023
1065
|
export interface HttpListenerRequest$instance {
|
|
1066
|
+
readonly __tsonic_type_System_Net_HttpListenerRequest: never;
|
|
1067
|
+
|
|
1024
1068
|
readonly AcceptTypes: string[] | undefined;
|
|
1025
1069
|
readonly ClientCertificateError: int;
|
|
1026
1070
|
readonly ContentEncoding: Encoding;
|
|
@@ -1063,7 +1107,9 @@ export const HttpListenerRequest: {
|
|
|
1063
1107
|
|
|
1064
1108
|
export type HttpListenerRequest = HttpListenerRequest$instance;
|
|
1065
1109
|
|
|
1066
|
-
export interface HttpListenerResponse$instance {
|
|
1110
|
+
export interface HttpListenerResponse$instance extends System_Internal.IDisposable$instance {
|
|
1111
|
+
readonly __tsonic_type_System_Net_HttpListenerResponse: never;
|
|
1112
|
+
|
|
1067
1113
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1068
1114
|
|
|
1069
1115
|
get ContentEncoding(): Encoding | undefined;
|
|
@@ -1101,12 +1147,12 @@ export interface __HttpListenerResponse$views {
|
|
|
1101
1147
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1102
1148
|
}
|
|
1103
1149
|
|
|
1104
|
-
export interface HttpListenerResponse$instance extends System_Internal.IDisposable$instance {}
|
|
1105
|
-
|
|
1106
1150
|
export type HttpListenerResponse = HttpListenerResponse$instance & __HttpListenerResponse$views;
|
|
1107
1151
|
|
|
1108
1152
|
|
|
1109
1153
|
export interface HttpListenerTimeoutManager$instance {
|
|
1154
|
+
readonly __tsonic_type_System_Net_HttpListenerTimeoutManager: never;
|
|
1155
|
+
|
|
1110
1156
|
DrainEntityBody: TimeSpan;
|
|
1111
1157
|
EntityBody: TimeSpan;
|
|
1112
1158
|
HeaderWait: TimeSpan;
|
|
@@ -1123,6 +1169,8 @@ export const HttpListenerTimeoutManager: {
|
|
|
1123
1169
|
export type HttpListenerTimeoutManager = HttpListenerTimeoutManager$instance;
|
|
1124
1170
|
|
|
1125
1171
|
export interface HttpWebRequest$instance extends WebRequest$instance {
|
|
1172
|
+
readonly __tsonic_type_System_Net_HttpWebRequest: never;
|
|
1173
|
+
|
|
1126
1174
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1127
1175
|
|
|
1128
1176
|
get Accept(): string | undefined;
|
|
@@ -1216,6 +1264,8 @@ export type HttpWebRequest = HttpWebRequest$instance & __HttpWebRequest$views;
|
|
|
1216
1264
|
|
|
1217
1265
|
|
|
1218
1266
|
export interface HttpWebResponse$instance extends WebResponse$instance {
|
|
1267
|
+
readonly __tsonic_type_System_Net_HttpWebResponse: never;
|
|
1268
|
+
|
|
1219
1269
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1220
1270
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1221
1271
|
|
|
@@ -1256,7 +1306,9 @@ export interface __HttpWebResponse$views {
|
|
|
1256
1306
|
export type HttpWebResponse = HttpWebResponse$instance & __HttpWebResponse$views;
|
|
1257
1307
|
|
|
1258
1308
|
|
|
1259
|
-
export interface IPAddress$instance {
|
|
1309
|
+
export interface IPAddress$instance extends System_Internal.ISpanParsable_1$instance<IPAddress> {
|
|
1310
|
+
readonly __tsonic_type_System_Net_IPAddress: never;
|
|
1311
|
+
|
|
1260
1312
|
readonly __tsonic_iface_System_IFormattable: never;
|
|
1261
1313
|
readonly __tsonic_iface_System_IParsable_1: never;
|
|
1262
1314
|
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
@@ -1328,12 +1380,12 @@ export interface __IPAddress$views {
|
|
|
1328
1380
|
TryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
1329
1381
|
}
|
|
1330
1382
|
|
|
1331
|
-
export interface IPAddress$instance extends System_Internal.ISpanParsable_1$instance<IPAddress> {}
|
|
1332
|
-
|
|
1333
1383
|
export type IPAddress = IPAddress$instance & __IPAddress$views;
|
|
1334
1384
|
|
|
1335
1385
|
|
|
1336
1386
|
export interface IPEndPoint$instance extends EndPoint {
|
|
1387
|
+
readonly __tsonic_type_System_Net_IPEndPoint: never;
|
|
1388
|
+
|
|
1337
1389
|
Address: IPAddress;
|
|
1338
1390
|
readonly AddressFamily: AddressFamily;
|
|
1339
1391
|
Port: int;
|
|
@@ -1360,6 +1412,8 @@ export const IPEndPoint: {
|
|
|
1360
1412
|
export type IPEndPoint = IPEndPoint$instance;
|
|
1361
1413
|
|
|
1362
1414
|
export interface IPHostEntry$instance {
|
|
1415
|
+
readonly __tsonic_type_System_Net_IPHostEntry: never;
|
|
1416
|
+
|
|
1363
1417
|
AddressList: IPAddress[];
|
|
1364
1418
|
Aliases: string[];
|
|
1365
1419
|
HostName: string;
|
|
@@ -1374,6 +1428,8 @@ export const IPHostEntry: {
|
|
|
1374
1428
|
export type IPHostEntry = IPHostEntry$instance;
|
|
1375
1429
|
|
|
1376
1430
|
export interface NetworkCredential$instance {
|
|
1431
|
+
readonly __tsonic_type_System_Net_NetworkCredential: never;
|
|
1432
|
+
|
|
1377
1433
|
readonly __tsonic_iface_System_Net_ICredentials: never;
|
|
1378
1434
|
readonly __tsonic_iface_System_Net_ICredentialsByHost: never;
|
|
1379
1435
|
|
|
@@ -1404,6 +1460,8 @@ export type NetworkCredential = NetworkCredential$instance & __NetworkCredential
|
|
|
1404
1460
|
|
|
1405
1461
|
|
|
1406
1462
|
export interface OpenReadCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
1463
|
+
readonly __tsonic_type_System_Net_OpenReadCompletedEventArgs: never;
|
|
1464
|
+
|
|
1407
1465
|
readonly Result: Stream;
|
|
1408
1466
|
}
|
|
1409
1467
|
|
|
@@ -1415,6 +1473,8 @@ export const OpenReadCompletedEventArgs: {
|
|
|
1415
1473
|
export type OpenReadCompletedEventArgs = OpenReadCompletedEventArgs$instance;
|
|
1416
1474
|
|
|
1417
1475
|
export interface OpenWriteCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
1476
|
+
readonly __tsonic_type_System_Net_OpenWriteCompletedEventArgs: never;
|
|
1477
|
+
|
|
1418
1478
|
readonly Result: Stream;
|
|
1419
1479
|
}
|
|
1420
1480
|
|
|
@@ -1426,6 +1486,8 @@ export const OpenWriteCompletedEventArgs: {
|
|
|
1426
1486
|
export type OpenWriteCompletedEventArgs = OpenWriteCompletedEventArgs$instance;
|
|
1427
1487
|
|
|
1428
1488
|
export interface PathList$instance {
|
|
1489
|
+
readonly __tsonic_type_System_Net_PathList: never;
|
|
1490
|
+
|
|
1429
1491
|
}
|
|
1430
1492
|
|
|
1431
1493
|
|
|
@@ -1437,6 +1499,8 @@ export const PathList: {
|
|
|
1437
1499
|
export type PathList = PathList$instance;
|
|
1438
1500
|
|
|
1439
1501
|
export interface ProtocolViolationException$instance extends InvalidOperationException {
|
|
1502
|
+
readonly __tsonic_type_System_Net_ProtocolViolationException: never;
|
|
1503
|
+
|
|
1440
1504
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1441
1505
|
|
|
1442
1506
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
@@ -1457,6 +1521,8 @@ export type ProtocolViolationException = ProtocolViolationException$instance & _
|
|
|
1457
1521
|
|
|
1458
1522
|
|
|
1459
1523
|
export interface ServicePoint$instance {
|
|
1524
|
+
readonly __tsonic_type_System_Net_ServicePoint: never;
|
|
1525
|
+
|
|
1460
1526
|
readonly Address: Uri;
|
|
1461
1527
|
get BindIPEndPointDelegate(): BindIPEndPoint | undefined;
|
|
1462
1528
|
set BindIPEndPointDelegate(value: BindIPEndPoint | undefined);
|
|
@@ -1486,6 +1552,8 @@ export const ServicePoint: {
|
|
|
1486
1552
|
export type ServicePoint = ServicePoint$instance;
|
|
1487
1553
|
|
|
1488
1554
|
export interface ServicePointManager$instance {
|
|
1555
|
+
readonly __tsonic_type_System_Net_ServicePointManager: never;
|
|
1556
|
+
|
|
1489
1557
|
}
|
|
1490
1558
|
|
|
1491
1559
|
|
|
@@ -1515,11 +1583,12 @@ export const ServicePointManager: {
|
|
|
1515
1583
|
export type ServicePointManager = ServicePointManager$instance;
|
|
1516
1584
|
|
|
1517
1585
|
export interface SocketAddress$instance {
|
|
1586
|
+
readonly __tsonic_type_System_Net_SocketAddress: never;
|
|
1587
|
+
|
|
1518
1588
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1519
1589
|
|
|
1520
1590
|
readonly Buffer: Memory_1<System_Internal.Byte>;
|
|
1521
1591
|
readonly Family: AddressFamily;
|
|
1522
|
-
[offset: number]: byte;
|
|
1523
1592
|
Size: int;
|
|
1524
1593
|
Equals(comparand: unknown): boolean;
|
|
1525
1594
|
Equals(comparand: SocketAddress): boolean;
|
|
@@ -1542,10 +1611,12 @@ export interface __SocketAddress$views {
|
|
|
1542
1611
|
Equals(other: SocketAddress): boolean;
|
|
1543
1612
|
}
|
|
1544
1613
|
|
|
1545
|
-
export type SocketAddress = SocketAddress$instance & __SocketAddress$views;
|
|
1614
|
+
export type SocketAddress = SocketAddress$instance & __SocketAddress$views & { [offset: number]: byte; };
|
|
1546
1615
|
|
|
1547
1616
|
|
|
1548
1617
|
export interface TransportContext$instance {
|
|
1618
|
+
readonly __tsonic_type_System_Net_TransportContext: never;
|
|
1619
|
+
|
|
1549
1620
|
GetChannelBinding(kind: ChannelBindingKind): ChannelBinding | undefined;
|
|
1550
1621
|
}
|
|
1551
1622
|
|
|
@@ -1557,6 +1628,8 @@ export const TransportContext: (abstract new() => TransportContext) & {
|
|
|
1557
1628
|
export type TransportContext = TransportContext$instance;
|
|
1558
1629
|
|
|
1559
1630
|
export interface UploadDataCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
1631
|
+
readonly __tsonic_type_System_Net_UploadDataCompletedEventArgs: never;
|
|
1632
|
+
|
|
1560
1633
|
readonly Result: byte[];
|
|
1561
1634
|
}
|
|
1562
1635
|
|
|
@@ -1568,6 +1641,8 @@ export const UploadDataCompletedEventArgs: {
|
|
|
1568
1641
|
export type UploadDataCompletedEventArgs = UploadDataCompletedEventArgs$instance;
|
|
1569
1642
|
|
|
1570
1643
|
export interface UploadFileCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
1644
|
+
readonly __tsonic_type_System_Net_UploadFileCompletedEventArgs: never;
|
|
1645
|
+
|
|
1571
1646
|
readonly Result: byte[];
|
|
1572
1647
|
}
|
|
1573
1648
|
|
|
@@ -1579,6 +1654,8 @@ export const UploadFileCompletedEventArgs: {
|
|
|
1579
1654
|
export type UploadFileCompletedEventArgs = UploadFileCompletedEventArgs$instance;
|
|
1580
1655
|
|
|
1581
1656
|
export interface UploadProgressChangedEventArgs$instance extends ProgressChangedEventArgs {
|
|
1657
|
+
readonly __tsonic_type_System_Net_UploadProgressChangedEventArgs: never;
|
|
1658
|
+
|
|
1582
1659
|
readonly BytesReceived: long;
|
|
1583
1660
|
readonly BytesSent: long;
|
|
1584
1661
|
readonly TotalBytesToReceive: long;
|
|
@@ -1593,6 +1670,8 @@ export const UploadProgressChangedEventArgs: {
|
|
|
1593
1670
|
export type UploadProgressChangedEventArgs = UploadProgressChangedEventArgs$instance;
|
|
1594
1671
|
|
|
1595
1672
|
export interface UploadStringCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
1673
|
+
readonly __tsonic_type_System_Net_UploadStringCompletedEventArgs: never;
|
|
1674
|
+
|
|
1596
1675
|
readonly Result: string;
|
|
1597
1676
|
}
|
|
1598
1677
|
|
|
@@ -1604,6 +1683,8 @@ export const UploadStringCompletedEventArgs: {
|
|
|
1604
1683
|
export type UploadStringCompletedEventArgs = UploadStringCompletedEventArgs$instance;
|
|
1605
1684
|
|
|
1606
1685
|
export interface UploadValuesCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
1686
|
+
readonly __tsonic_type_System_Net_UploadValuesCompletedEventArgs: never;
|
|
1687
|
+
|
|
1607
1688
|
readonly Result: byte[];
|
|
1608
1689
|
}
|
|
1609
1690
|
|
|
@@ -1615,6 +1696,8 @@ export const UploadValuesCompletedEventArgs: {
|
|
|
1615
1696
|
export type UploadValuesCompletedEventArgs = UploadValuesCompletedEventArgs$instance;
|
|
1616
1697
|
|
|
1617
1698
|
export interface WebClient$instance extends Component {
|
|
1699
|
+
readonly __tsonic_type_System_Net_WebClient: never;
|
|
1700
|
+
|
|
1618
1701
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1619
1702
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1620
1703
|
|
|
@@ -1747,6 +1830,8 @@ export type WebClient = WebClient$instance & __WebClient$views;
|
|
|
1747
1830
|
|
|
1748
1831
|
|
|
1749
1832
|
export interface WebException$instance extends InvalidOperationException {
|
|
1833
|
+
readonly __tsonic_type_System_Net_WebException: never;
|
|
1834
|
+
|
|
1750
1835
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1751
1836
|
|
|
1752
1837
|
readonly Response: WebResponse | undefined;
|
|
@@ -1772,6 +1857,8 @@ export type WebException = WebException$instance & __WebException$views;
|
|
|
1772
1857
|
|
|
1773
1858
|
|
|
1774
1859
|
export interface WebHeaderCollection$instance extends NameValueCollection {
|
|
1860
|
+
readonly __tsonic_type_System_Net_WebHeaderCollection: never;
|
|
1861
|
+
|
|
1775
1862
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1776
1863
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1777
1864
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
@@ -1819,7 +1906,9 @@ export interface __WebHeaderCollection$views {
|
|
|
1819
1906
|
export type WebHeaderCollection = WebHeaderCollection$instance & __WebHeaderCollection$views;
|
|
1820
1907
|
|
|
1821
1908
|
|
|
1822
|
-
export interface WebProxy$instance {
|
|
1909
|
+
export interface WebProxy$instance extends IWebProxy$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1910
|
+
readonly __tsonic_type_System_Net_WebProxy: never;
|
|
1911
|
+
|
|
1823
1912
|
readonly __tsonic_iface_System_Net_IWebProxy: never;
|
|
1824
1913
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1825
1914
|
|
|
@@ -1857,12 +1946,12 @@ export interface __WebProxy$views {
|
|
|
1857
1946
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1858
1947
|
}
|
|
1859
1948
|
|
|
1860
|
-
export interface WebProxy$instance extends IWebProxy$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1861
|
-
|
|
1862
1949
|
export type WebProxy = WebProxy$instance & __WebProxy$views;
|
|
1863
1950
|
|
|
1864
1951
|
|
|
1865
|
-
export interface WebRequest$instance extends MarshalByRefObject {
|
|
1952
|
+
export interface WebRequest$instance extends MarshalByRefObject, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1953
|
+
readonly __tsonic_type_System_Net_WebRequest: never;
|
|
1954
|
+
|
|
1866
1955
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1867
1956
|
|
|
1868
1957
|
AuthenticationLevel: AuthenticationLevel;
|
|
@@ -1916,12 +2005,12 @@ export interface __WebRequest$views {
|
|
|
1916
2005
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1917
2006
|
}
|
|
1918
2007
|
|
|
1919
|
-
export interface WebRequest$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1920
|
-
|
|
1921
2008
|
export type WebRequest = WebRequest$instance & __WebRequest$views;
|
|
1922
2009
|
|
|
1923
2010
|
|
|
1924
|
-
export interface WebResponse$instance extends MarshalByRefObject {
|
|
2011
|
+
export interface WebResponse$instance extends MarshalByRefObject, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2012
|
+
readonly __tsonic_type_System_Net_WebResponse: never;
|
|
2013
|
+
|
|
1925
2014
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1926
2015
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1927
2016
|
|
|
@@ -1949,12 +2038,12 @@ export interface __WebResponse$views {
|
|
|
1949
2038
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1950
2039
|
}
|
|
1951
2040
|
|
|
1952
|
-
export interface WebResponse$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1953
|
-
|
|
1954
2041
|
export type WebResponse = WebResponse$instance & __WebResponse$views;
|
|
1955
2042
|
|
|
1956
2043
|
|
|
1957
2044
|
export interface WriteStreamClosedEventArgs$instance extends EventArgs {
|
|
2045
|
+
readonly __tsonic_type_System_Net_WriteStreamClosedEventArgs: never;
|
|
2046
|
+
|
|
1958
2047
|
readonly Error: Exception | undefined;
|
|
1959
2048
|
}
|
|
1960
2049
|
|
|
@@ -44,6 +44,8 @@ export enum RequestCacheLevel {
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
export interface HttpRequestCachePolicy$instance extends RequestCachePolicy {
|
|
47
|
+
readonly __tsonic_type_System_Net_Cache_HttpRequestCachePolicy: never;
|
|
48
|
+
|
|
47
49
|
readonly CacheSyncDate: DateTime;
|
|
48
50
|
readonly Level: HttpRequestCacheLevel | RequestCacheLevel;
|
|
49
51
|
readonly MaxAge: TimeSpan;
|
|
@@ -66,6 +68,8 @@ export const HttpRequestCachePolicy: {
|
|
|
66
68
|
export type HttpRequestCachePolicy = HttpRequestCachePolicy$instance;
|
|
67
69
|
|
|
68
70
|
export interface RequestCachePolicy$instance {
|
|
71
|
+
readonly __tsonic_type_System_Net_Cache_RequestCachePolicy: never;
|
|
72
|
+
|
|
69
73
|
readonly Level: HttpRequestCacheLevel | RequestCacheLevel;
|
|
70
74
|
ToString(): string;
|
|
71
75
|
}
|