@tsonic/dotnet 10.0.41 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +2 -2
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +1 -1
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1288 -1293
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Net.HttpListener, System.Net.NameResolution, System.Net.Primitives, System.Net.Requests, System.Net.WebClient, System.Net.WebHeaderCollection, System.Net.WebProxy, System.Private.CoreLib
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -296,40 +296,40 @@ export type AuthenticationSchemeSelector = (httpRequest: HttpListenerRequest) =>
|
|
|
296
296
|
export type BindIPEndPoint = (servicePoint: ServicePoint, remoteEndPoint: IPEndPoint, retryCount: int) => IPEndPoint;
|
|
297
297
|
|
|
298
298
|
|
|
299
|
-
export type DownloadDataCompletedEventHandler = (sender:
|
|
299
|
+
export type DownloadDataCompletedEventHandler = (sender: unknown, e: DownloadDataCompletedEventArgs) => void;
|
|
300
300
|
|
|
301
301
|
|
|
302
|
-
export type DownloadProgressChangedEventHandler = (sender:
|
|
302
|
+
export type DownloadProgressChangedEventHandler = (sender: unknown, e: DownloadProgressChangedEventArgs) => void;
|
|
303
303
|
|
|
304
304
|
|
|
305
|
-
export type DownloadStringCompletedEventHandler = (sender:
|
|
305
|
+
export type DownloadStringCompletedEventHandler = (sender: unknown, e: DownloadStringCompletedEventArgs) => void;
|
|
306
306
|
|
|
307
307
|
|
|
308
308
|
export type HttpContinueDelegate = (StatusCode: int, httpHeaders: WebHeaderCollection) => void;
|
|
309
309
|
|
|
310
310
|
|
|
311
|
-
export type OpenReadCompletedEventHandler = (sender:
|
|
311
|
+
export type OpenReadCompletedEventHandler = (sender: unknown, e: OpenReadCompletedEventArgs) => void;
|
|
312
312
|
|
|
313
313
|
|
|
314
|
-
export type OpenWriteCompletedEventHandler = (sender:
|
|
314
|
+
export type OpenWriteCompletedEventHandler = (sender: unknown, e: OpenWriteCompletedEventArgs) => void;
|
|
315
315
|
|
|
316
316
|
|
|
317
|
-
export type UploadDataCompletedEventHandler = (sender:
|
|
317
|
+
export type UploadDataCompletedEventHandler = (sender: unknown, e: UploadDataCompletedEventArgs) => void;
|
|
318
318
|
|
|
319
319
|
|
|
320
|
-
export type UploadFileCompletedEventHandler = (sender:
|
|
320
|
+
export type UploadFileCompletedEventHandler = (sender: unknown, e: UploadFileCompletedEventArgs) => void;
|
|
321
321
|
|
|
322
322
|
|
|
323
|
-
export type UploadProgressChangedEventHandler = (sender:
|
|
323
|
+
export type UploadProgressChangedEventHandler = (sender: unknown, e: UploadProgressChangedEventArgs) => void;
|
|
324
324
|
|
|
325
325
|
|
|
326
|
-
export type UploadStringCompletedEventHandler = (sender:
|
|
326
|
+
export type UploadStringCompletedEventHandler = (sender: unknown, e: UploadStringCompletedEventArgs) => void;
|
|
327
327
|
|
|
328
328
|
|
|
329
|
-
export type UploadValuesCompletedEventHandler = (sender:
|
|
329
|
+
export type UploadValuesCompletedEventHandler = (sender: unknown, e: UploadValuesCompletedEventArgs) => void;
|
|
330
330
|
|
|
331
331
|
|
|
332
|
-
export type WriteStreamClosedEventHandler = (sender:
|
|
332
|
+
export type WriteStreamClosedEventHandler = (sender: unknown, e: WriteStreamClosedEventArgs) => void;
|
|
333
333
|
|
|
334
334
|
|
|
335
335
|
export interface IAuthenticationModule$instance {
|
|
@@ -418,7 +418,7 @@ export interface IPNetwork$instance extends System_Internal.ISpanParsable_1$inst
|
|
|
418
418
|
readonly PrefixLength: int;
|
|
419
419
|
Contains(address: IPAddress): boolean;
|
|
420
420
|
Equals(other: IPNetwork): boolean;
|
|
421
|
-
Equals(obj:
|
|
421
|
+
Equals(obj: unknown | null): boolean;
|
|
422
422
|
GetHashCode(): int;
|
|
423
423
|
ToString(): string;
|
|
424
424
|
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
@@ -514,7 +514,7 @@ export interface Cookie$instance {
|
|
|
514
514
|
readonly TimeStamp: DateTime;
|
|
515
515
|
Value: string;
|
|
516
516
|
Version: int;
|
|
517
|
-
Equals(comparand:
|
|
517
|
+
Equals(comparand: unknown | null): boolean;
|
|
518
518
|
GetHashCode(): int;
|
|
519
519
|
ToString(): string;
|
|
520
520
|
}
|
|
@@ -542,7 +542,7 @@ export interface CookieCollection$instance {
|
|
|
542
542
|
readonly Count: int;
|
|
543
543
|
readonly IsReadOnly: boolean;
|
|
544
544
|
readonly IsSynchronized: boolean;
|
|
545
|
-
readonly SyncRoot:
|
|
545
|
+
readonly SyncRoot: unknown;
|
|
546
546
|
Add(cookie: Cookie): void;
|
|
547
547
|
Add(cookies: CookieCollection): void;
|
|
548
548
|
Clear(): void;
|
|
@@ -602,7 +602,7 @@ export const CookieContainer: {
|
|
|
602
602
|
|
|
603
603
|
export type CookieContainer = CookieContainer$instance;
|
|
604
604
|
|
|
605
|
-
export interface CookieException$instance extends FormatException {
|
|
605
|
+
export interface CookieException$instance extends FormatException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
606
606
|
readonly __tsonic_type_System_Net_CookieException: never;
|
|
607
607
|
|
|
608
608
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -664,7 +664,7 @@ export interface DnsEndPoint$instance extends EndPoint {
|
|
|
664
664
|
readonly AddressFamily: AddressFamily;
|
|
665
665
|
readonly Host: string;
|
|
666
666
|
readonly Port: int;
|
|
667
|
-
Equals(comparand:
|
|
667
|
+
Equals(comparand: unknown | null): boolean;
|
|
668
668
|
GetHashCode(): int;
|
|
669
669
|
ToString(): string;
|
|
670
670
|
}
|
|
@@ -733,7 +733,7 @@ export const EndPoint: (abstract new() => EndPoint) & {
|
|
|
733
733
|
|
|
734
734
|
export type EndPoint = EndPoint$instance;
|
|
735
735
|
|
|
736
|
-
export interface FileWebRequest$instance extends WebRequest$instance {
|
|
736
|
+
export interface FileWebRequest$instance extends WebRequest$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
737
737
|
readonly __tsonic_type_System_Net_FileWebRequest: never;
|
|
738
738
|
|
|
739
739
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -754,8 +754,8 @@ export interface FileWebRequest$instance extends WebRequest$instance {
|
|
|
754
754
|
Timeout: int;
|
|
755
755
|
UseDefaultCredentials: boolean;
|
|
756
756
|
Abort(): void;
|
|
757
|
-
BeginGetRequestStream(callback: AsyncCallback | null, state:
|
|
758
|
-
BeginGetResponse(callback: AsyncCallback | null, state:
|
|
757
|
+
BeginGetRequestStream(callback: AsyncCallback | null, state: unknown | null): IAsyncResult;
|
|
758
|
+
BeginGetResponse(callback: AsyncCallback | null, state: unknown | null): IAsyncResult;
|
|
759
759
|
EndGetRequestStream(asyncResult: IAsyncResult): Stream;
|
|
760
760
|
EndGetResponse(asyncResult: IAsyncResult): WebResponse;
|
|
761
761
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
@@ -777,7 +777,7 @@ export interface __FileWebRequest$views {
|
|
|
777
777
|
export type FileWebRequest = FileWebRequest$instance & __FileWebRequest$views;
|
|
778
778
|
|
|
779
779
|
|
|
780
|
-
export interface FileWebResponse$instance extends WebResponse$instance {
|
|
780
|
+
export interface FileWebResponse$instance extends WebResponse$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
781
781
|
readonly __tsonic_type_System_Net_FileWebResponse: never;
|
|
782
782
|
|
|
783
783
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -839,8 +839,8 @@ export interface FtpWebRequest$instance extends WebRequest$instance, System_Runt
|
|
|
839
839
|
UseDefaultCredentials: boolean;
|
|
840
840
|
UsePassive: boolean;
|
|
841
841
|
Abort(): void;
|
|
842
|
-
BeginGetRequestStream(callback: AsyncCallback | null, state:
|
|
843
|
-
BeginGetResponse(callback: AsyncCallback | null, state:
|
|
842
|
+
BeginGetRequestStream(callback: AsyncCallback | null, state: unknown | null): IAsyncResult;
|
|
843
|
+
BeginGetResponse(callback: AsyncCallback | null, state: unknown | null): IAsyncResult;
|
|
844
844
|
EndGetRequestStream(asyncResult: IAsyncResult): Stream;
|
|
845
845
|
EndGetResponse(asyncResult: IAsyncResult): WebResponse;
|
|
846
846
|
GetRequestStream(): Stream;
|
|
@@ -929,7 +929,7 @@ export interface HttpListener$instance extends System_Internal.IDisposable$insta
|
|
|
929
929
|
readonly TimeoutManager: HttpListenerTimeoutManager;
|
|
930
930
|
UnsafeConnectionNtlmAuthentication: boolean;
|
|
931
931
|
Abort(): void;
|
|
932
|
-
BeginGetContext(callback: AsyncCallback | null, state:
|
|
932
|
+
BeginGetContext(callback: AsyncCallback | null, state: unknown | null): IAsyncResult;
|
|
933
933
|
Close(): void;
|
|
934
934
|
EndGetContext(asyncResult: IAsyncResult): HttpListenerContext;
|
|
935
935
|
GetContext(): HttpListenerContext;
|
|
@@ -995,7 +995,7 @@ export const HttpListenerContext: {
|
|
|
995
995
|
|
|
996
996
|
export type HttpListenerContext = HttpListenerContext$instance;
|
|
997
997
|
|
|
998
|
-
export interface HttpListenerException$instance extends Win32Exception {
|
|
998
|
+
export interface HttpListenerException$instance extends Win32Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
999
999
|
readonly __tsonic_type_System_Net_HttpListenerException: never;
|
|
1000
1000
|
|
|
1001
1001
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -1083,7 +1083,7 @@ export interface HttpListenerRequest$instance {
|
|
|
1083
1083
|
readonly UserHostAddress: string;
|
|
1084
1084
|
readonly UserHostName: string;
|
|
1085
1085
|
readonly UserLanguages: string[] | null;
|
|
1086
|
-
BeginGetClientCertificate(requestCallback: AsyncCallback | null, state:
|
|
1086
|
+
BeginGetClientCertificate(requestCallback: AsyncCallback | null, state: unknown | null): IAsyncResult;
|
|
1087
1087
|
EndGetClientCertificate(asyncResult: IAsyncResult): X509Certificate2 | null;
|
|
1088
1088
|
GetClientCertificate(): X509Certificate2 | null;
|
|
1089
1089
|
GetClientCertificateAsync(): Task_1<X509Certificate2 | null>;
|
|
@@ -1157,7 +1157,7 @@ export const HttpListenerTimeoutManager: {
|
|
|
1157
1157
|
|
|
1158
1158
|
export type HttpListenerTimeoutManager = HttpListenerTimeoutManager$instance;
|
|
1159
1159
|
|
|
1160
|
-
export interface HttpWebRequest$instance extends WebRequest$instance {
|
|
1160
|
+
export interface HttpWebRequest$instance extends WebRequest$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1161
1161
|
readonly __tsonic_type_System_Net_HttpWebRequest: never;
|
|
1162
1162
|
|
|
1163
1163
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -1227,8 +1227,8 @@ export interface HttpWebRequest$instance extends WebRequest$instance {
|
|
|
1227
1227
|
AddRange(rangeSpecifier: string, from: long, to: long): void;
|
|
1228
1228
|
AddRange(rangeSpecifier: string, range: int): void;
|
|
1229
1229
|
AddRange(rangeSpecifier: string, range: long): void;
|
|
1230
|
-
BeginGetRequestStream(callback: AsyncCallback | null, state:
|
|
1231
|
-
BeginGetResponse(callback: AsyncCallback | null, state:
|
|
1230
|
+
BeginGetRequestStream(callback: AsyncCallback | null, state: unknown | null): IAsyncResult;
|
|
1231
|
+
BeginGetResponse(callback: AsyncCallback | null, state: unknown | null): IAsyncResult;
|
|
1232
1232
|
EndGetRequestStream(asyncResult: IAsyncResult, context: TransportContext | null): Stream;
|
|
1233
1233
|
EndGetRequestStream(asyncResult: IAsyncResult): Stream;
|
|
1234
1234
|
EndGetResponse(asyncResult: IAsyncResult): WebResponse;
|
|
@@ -1254,7 +1254,7 @@ export interface __HttpWebRequest$views {
|
|
|
1254
1254
|
export type HttpWebRequest = HttpWebRequest$instance & __HttpWebRequest$views;
|
|
1255
1255
|
|
|
1256
1256
|
|
|
1257
|
-
export interface HttpWebResponse$instance extends WebResponse$instance {
|
|
1257
|
+
export interface HttpWebResponse$instance extends WebResponse$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1258
1258
|
readonly __tsonic_type_System_Net_HttpWebResponse: never;
|
|
1259
1259
|
|
|
1260
1260
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -1316,7 +1316,7 @@ export interface IPAddress$instance extends System_Internal.ISpanParsable_1$inst
|
|
|
1316
1316
|
readonly IsIPv6Teredo: boolean;
|
|
1317
1317
|
readonly IsIPv6UniqueLocal: boolean;
|
|
1318
1318
|
ScopeId: long;
|
|
1319
|
-
Equals(comparand:
|
|
1319
|
+
Equals(comparand: unknown | null): boolean;
|
|
1320
1320
|
GetAddressBytes(): byte[];
|
|
1321
1321
|
GetHashCode(): int;
|
|
1322
1322
|
MapToIPv4(): IPAddress;
|
|
@@ -1381,7 +1381,7 @@ export interface IPEndPoint$instance extends EndPoint {
|
|
|
1381
1381
|
readonly AddressFamily: AddressFamily;
|
|
1382
1382
|
Port: int;
|
|
1383
1383
|
Create(socketAddress: SocketAddress): EndPoint;
|
|
1384
|
-
Equals(comparand:
|
|
1384
|
+
Equals(comparand: unknown | null): boolean;
|
|
1385
1385
|
GetHashCode(): int;
|
|
1386
1386
|
Serialize(): SocketAddress;
|
|
1387
1387
|
ToString(): string;
|
|
@@ -1489,7 +1489,7 @@ export const PathList: {
|
|
|
1489
1489
|
|
|
1490
1490
|
export type PathList = PathList$instance;
|
|
1491
1491
|
|
|
1492
|
-
export interface ProtocolViolationException$instance extends InvalidOperationException {
|
|
1492
|
+
export interface ProtocolViolationException$instance extends InvalidOperationException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1493
1493
|
readonly __tsonic_type_System_Net_ProtocolViolationException: never;
|
|
1494
1494
|
|
|
1495
1495
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -1581,7 +1581,7 @@ export interface SocketAddress$instance {
|
|
|
1581
1581
|
readonly Buffer: Memory_1<System_Internal.Byte>;
|
|
1582
1582
|
readonly Family: AddressFamily;
|
|
1583
1583
|
Size: int;
|
|
1584
|
-
Equals(comparand:
|
|
1584
|
+
Equals(comparand: unknown | null): boolean;
|
|
1585
1585
|
Equals(comparand: SocketAddress | null): boolean;
|
|
1586
1586
|
GetHashCode(): int;
|
|
1587
1587
|
ToString(): string;
|
|
@@ -1711,19 +1711,19 @@ export interface WebClient$instance extends Component {
|
|
|
1711
1711
|
DownloadData(address: string): byte[];
|
|
1712
1712
|
DownloadData(address: Uri): byte[];
|
|
1713
1713
|
DownloadDataAsync(address: Uri): void;
|
|
1714
|
-
DownloadDataAsync(address: Uri, userToken:
|
|
1714
|
+
DownloadDataAsync(address: Uri, userToken: unknown | null): void;
|
|
1715
1715
|
DownloadDataTaskAsync(address: string): Task_1<byte[]>;
|
|
1716
1716
|
DownloadDataTaskAsync(address: Uri): Task_1<byte[]>;
|
|
1717
1717
|
DownloadFile(address: string, fileName: string): void;
|
|
1718
1718
|
DownloadFile(address: Uri, fileName: string): void;
|
|
1719
1719
|
DownloadFileAsync(address: Uri, fileName: string): void;
|
|
1720
|
-
DownloadFileAsync(address: Uri, fileName: string, userToken:
|
|
1720
|
+
DownloadFileAsync(address: Uri, fileName: string, userToken: unknown | null): void;
|
|
1721
1721
|
DownloadFileTaskAsync(address: string, fileName: string): Task;
|
|
1722
1722
|
DownloadFileTaskAsync(address: Uri, fileName: string): Task;
|
|
1723
1723
|
DownloadString(address: string): string;
|
|
1724
1724
|
DownloadString(address: Uri): string;
|
|
1725
1725
|
DownloadStringAsync(address: Uri): void;
|
|
1726
|
-
DownloadStringAsync(address: Uri, userToken:
|
|
1726
|
+
DownloadStringAsync(address: Uri, userToken: unknown | null): void;
|
|
1727
1727
|
DownloadStringTaskAsync(address: string): Task_1<System_Internal.String>;
|
|
1728
1728
|
DownloadStringTaskAsync(address: Uri): Task_1<System_Internal.String>;
|
|
1729
1729
|
GetWebRequest(address: Uri): WebRequest;
|
|
@@ -1744,7 +1744,7 @@ export interface WebClient$instance extends Component {
|
|
|
1744
1744
|
OpenRead(address: string): Stream;
|
|
1745
1745
|
OpenRead(address: Uri): Stream;
|
|
1746
1746
|
OpenReadAsync(address: Uri): void;
|
|
1747
|
-
OpenReadAsync(address: Uri, userToken:
|
|
1747
|
+
OpenReadAsync(address: Uri, userToken: unknown | null): void;
|
|
1748
1748
|
OpenReadTaskAsync(address: string): Task_1<Stream>;
|
|
1749
1749
|
OpenReadTaskAsync(address: Uri): Task_1<Stream>;
|
|
1750
1750
|
OpenWrite(address: string): Stream;
|
|
@@ -1753,7 +1753,7 @@ export interface WebClient$instance extends Component {
|
|
|
1753
1753
|
OpenWrite(address: Uri, method: string | null): Stream;
|
|
1754
1754
|
OpenWriteAsync(address: Uri): void;
|
|
1755
1755
|
OpenWriteAsync(address: Uri, method: string | null): void;
|
|
1756
|
-
OpenWriteAsync(address: Uri, method: string | null, userToken:
|
|
1756
|
+
OpenWriteAsync(address: Uri, method: string | null, userToken: unknown | null): void;
|
|
1757
1757
|
OpenWriteTaskAsync(address: string): Task_1<Stream>;
|
|
1758
1758
|
OpenWriteTaskAsync(address: Uri): Task_1<Stream>;
|
|
1759
1759
|
OpenWriteTaskAsync(address: string, method: string | null): Task_1<Stream>;
|
|
@@ -1764,7 +1764,7 @@ export interface WebClient$instance extends Component {
|
|
|
1764
1764
|
UploadData(address: Uri, method: string | null, data: byte[]): byte[];
|
|
1765
1765
|
UploadDataAsync(address: Uri, data: byte[]): void;
|
|
1766
1766
|
UploadDataAsync(address: Uri, method: string | null, data: byte[]): void;
|
|
1767
|
-
UploadDataAsync(address: Uri, method: string | null, data: byte[], userToken:
|
|
1767
|
+
UploadDataAsync(address: Uri, method: string | null, data: byte[], userToken: unknown | null): void;
|
|
1768
1768
|
UploadDataTaskAsync(address: string, data: byte[]): Task_1<byte[]>;
|
|
1769
1769
|
UploadDataTaskAsync(address: Uri, data: byte[]): Task_1<byte[]>;
|
|
1770
1770
|
UploadDataTaskAsync(address: string, method: string | null, data: byte[]): Task_1<byte[]>;
|
|
@@ -1775,7 +1775,7 @@ export interface WebClient$instance extends Component {
|
|
|
1775
1775
|
UploadFile(address: Uri, method: string | null, fileName: string): byte[];
|
|
1776
1776
|
UploadFileAsync(address: Uri, fileName: string): void;
|
|
1777
1777
|
UploadFileAsync(address: Uri, method: string | null, fileName: string): void;
|
|
1778
|
-
UploadFileAsync(address: Uri, method: string | null, fileName: string, userToken:
|
|
1778
|
+
UploadFileAsync(address: Uri, method: string | null, fileName: string, userToken: unknown | null): void;
|
|
1779
1779
|
UploadFileTaskAsync(address: string, fileName: string): Task_1<byte[]>;
|
|
1780
1780
|
UploadFileTaskAsync(address: Uri, fileName: string): Task_1<byte[]>;
|
|
1781
1781
|
UploadFileTaskAsync(address: string, method: string | null, fileName: string): Task_1<byte[]>;
|
|
@@ -1786,7 +1786,7 @@ export interface WebClient$instance extends Component {
|
|
|
1786
1786
|
UploadString(address: Uri, method: string | null, data: string): string;
|
|
1787
1787
|
UploadStringAsync(address: Uri, data: string): void;
|
|
1788
1788
|
UploadStringAsync(address: Uri, method: string | null, data: string): void;
|
|
1789
|
-
UploadStringAsync(address: Uri, method: string | null, data: string, userToken:
|
|
1789
|
+
UploadStringAsync(address: Uri, method: string | null, data: string, userToken: unknown | null): void;
|
|
1790
1790
|
UploadStringTaskAsync(address: string, data: string): Task_1<System_Internal.String>;
|
|
1791
1791
|
UploadStringTaskAsync(address: Uri, data: string): Task_1<System_Internal.String>;
|
|
1792
1792
|
UploadStringTaskAsync(address: string, method: string | null, data: string): Task_1<System_Internal.String>;
|
|
@@ -1797,7 +1797,7 @@ export interface WebClient$instance extends Component {
|
|
|
1797
1797
|
UploadValues(address: Uri, method: string | null, data: NameValueCollection): byte[];
|
|
1798
1798
|
UploadValuesAsync(address: Uri, data: NameValueCollection): void;
|
|
1799
1799
|
UploadValuesAsync(address: Uri, method: string | null, data: NameValueCollection): void;
|
|
1800
|
-
UploadValuesAsync(address: Uri, method: string | null, data: NameValueCollection, userToken:
|
|
1800
|
+
UploadValuesAsync(address: Uri, method: string | null, data: NameValueCollection, userToken: unknown | null): void;
|
|
1801
1801
|
UploadValuesTaskAsync(address: string, data: NameValueCollection): Task_1<byte[]>;
|
|
1802
1802
|
UploadValuesTaskAsync(address: string, method: string | null, data: NameValueCollection): Task_1<byte[]>;
|
|
1803
1803
|
UploadValuesTaskAsync(address: Uri, data: NameValueCollection): Task_1<byte[]>;
|
|
@@ -1818,7 +1818,7 @@ export interface __WebClient$views {
|
|
|
1818
1818
|
export type WebClient = WebClient$instance & __WebClient$views;
|
|
1819
1819
|
|
|
1820
1820
|
|
|
1821
|
-
export interface WebException$instance extends InvalidOperationException {
|
|
1821
|
+
export interface WebException$instance extends InvalidOperationException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1822
1822
|
readonly __tsonic_type_System_Net_WebException: never;
|
|
1823
1823
|
|
|
1824
1824
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -1845,7 +1845,7 @@ export interface __WebException$views {
|
|
|
1845
1845
|
export type WebException = WebException$instance & __WebException$views;
|
|
1846
1846
|
|
|
1847
1847
|
|
|
1848
|
-
export interface WebHeaderCollection$instance extends NameValueCollection {
|
|
1848
|
+
export interface WebHeaderCollection$instance extends NameValueCollection, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1849
1849
|
readonly __tsonic_type_System_Net_WebHeaderCollection: never;
|
|
1850
1850
|
|
|
1851
1851
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
@@ -1873,7 +1873,7 @@ export interface WebHeaderCollection$instance extends NameValueCollection {
|
|
|
1873
1873
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
1874
1874
|
GetValues(index: int): string[] | null;
|
|
1875
1875
|
GetValues(header: string): string[] | null;
|
|
1876
|
-
OnDeserialization(sender:
|
|
1876
|
+
OnDeserialization(sender: unknown | null): void;
|
|
1877
1877
|
Remove(header: HttpRequestHeader): void;
|
|
1878
1878
|
Remove(header: HttpResponseHeader): void;
|
|
1879
1879
|
Remove(name: string): void;
|
|
@@ -1973,8 +1973,8 @@ export interface WebRequest$instance extends MarshalByRefObject, System_Runtime_
|
|
|
1973
1973
|
Timeout: int;
|
|
1974
1974
|
UseDefaultCredentials: boolean;
|
|
1975
1975
|
Abort(): void;
|
|
1976
|
-
BeginGetRequestStream(callback: AsyncCallback | null, state:
|
|
1977
|
-
BeginGetResponse(callback: AsyncCallback | null, state:
|
|
1976
|
+
BeginGetRequestStream(callback: AsyncCallback | null, state: unknown | null): IAsyncResult;
|
|
1977
|
+
BeginGetResponse(callback: AsyncCallback | null, state: unknown | null): IAsyncResult;
|
|
1978
1978
|
EndGetRequestStream(asyncResult: IAsyncResult): Stream;
|
|
1979
1979
|
EndGetResponse(asyncResult: IAsyncResult): WebResponse;
|
|
1980
1980
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
@@ -2055,11 +2055,11 @@ export const WriteStreamClosedEventArgs: {
|
|
|
2055
2055
|
export type WriteStreamClosedEventArgs = WriteStreamClosedEventArgs$instance;
|
|
2056
2056
|
|
|
2057
2057
|
export abstract class Dns$instance {
|
|
2058
|
-
static BeginGetHostAddresses(hostNameOrAddress: string, requestCallback: AsyncCallback | null, state:
|
|
2059
|
-
static BeginGetHostByName(hostName: string, requestCallback: AsyncCallback | null, stateObject:
|
|
2060
|
-
static BeginGetHostEntry(address: IPAddress, requestCallback: AsyncCallback | null, stateObject:
|
|
2061
|
-
static BeginGetHostEntry(hostNameOrAddress: string, requestCallback: AsyncCallback | null, stateObject:
|
|
2062
|
-
static BeginResolve(hostName: string, requestCallback: AsyncCallback | null, stateObject:
|
|
2058
|
+
static BeginGetHostAddresses(hostNameOrAddress: string, requestCallback: AsyncCallback | null, state: unknown | null): IAsyncResult;
|
|
2059
|
+
static BeginGetHostByName(hostName: string, requestCallback: AsyncCallback | null, stateObject: unknown | null): IAsyncResult;
|
|
2060
|
+
static BeginGetHostEntry(address: IPAddress, requestCallback: AsyncCallback | null, stateObject: unknown | null): IAsyncResult;
|
|
2061
|
+
static BeginGetHostEntry(hostNameOrAddress: string, requestCallback: AsyncCallback | null, stateObject: unknown | null): IAsyncResult;
|
|
2062
|
+
static BeginResolve(hostName: string, requestCallback: AsyncCallback | null, stateObject: unknown | null): IAsyncResult;
|
|
2063
2063
|
static EndGetHostAddresses(asyncResult: IAsyncResult): IPAddress[];
|
|
2064
2064
|
static EndGetHostByName(asyncResult: IAsyncResult): IPHostEntry;
|
|
2065
2065
|
static EndGetHostEntry(asyncResult: IAsyncResult): IPHostEntry;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Net.Primitives, System.Net.Requests
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
package/System.Net.Cache.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Net.Cache/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Type, TypeCode, Void } from './System/internal/index.js';
|
|
10
14
|
|
|
@@ -4947,7 +4947,7 @@
|
|
|
4947
4947
|
{
|
|
4948
4948
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
4949
4949
|
"clrName": "ContainsKey",
|
|
4950
|
-
"metadataToken":
|
|
4950
|
+
"metadataToken": 100704555,
|
|
4951
4951
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
4952
4952
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
4953
4953
|
"emitScope": "ViewOnly",
|
|
@@ -4968,7 +4968,7 @@
|
|
|
4968
4968
|
{
|
|
4969
4969
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Add(TKey,TValue):System.Void",
|
|
4970
4970
|
"clrName": "Add",
|
|
4971
|
-
"metadataToken":
|
|
4971
|
+
"metadataToken": 100704556,
|
|
4972
4972
|
"canonicalSignature": "(TKey,TValue):System.Void",
|
|
4973
4973
|
"normalizedSignature": "Add|(TKey,TValue):System.Void|static=false",
|
|
4974
4974
|
"emitScope": "ViewOnly",
|
|
@@ -4989,7 +4989,7 @@
|
|
|
4989
4989
|
{
|
|
4990
4990
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
4991
4991
|
"clrName": "TryGetValue",
|
|
4992
|
-
"metadataToken":
|
|
4992
|
+
"metadataToken": 100704558,
|
|
4993
4993
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
4994
4994
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
4995
4995
|
"emitScope": "ViewOnly",
|
|
@@ -5016,7 +5016,7 @@
|
|
|
5016
5016
|
{
|
|
5017
5017
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
5018
5018
|
"clrName": "Add",
|
|
5019
|
-
"metadataToken":
|
|
5019
|
+
"metadataToken": 100704543,
|
|
5020
5020
|
"canonicalSignature": "(T):System.Void",
|
|
5021
5021
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
5022
5022
|
"emitScope": "ViewOnly",
|
|
@@ -5037,7 +5037,7 @@
|
|
|
5037
5037
|
{
|
|
5038
5038
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
5039
5039
|
"clrName": "Clear",
|
|
5040
|
-
"metadataToken":
|
|
5040
|
+
"metadataToken": 100704544,
|
|
5041
5041
|
"canonicalSignature": "():System.Void",
|
|
5042
5042
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
5043
5043
|
"emitScope": "ViewOnly",
|
|
@@ -5058,7 +5058,7 @@
|
|
|
5058
5058
|
{
|
|
5059
5059
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
5060
5060
|
"clrName": "Contains",
|
|
5061
|
-
"metadataToken":
|
|
5061
|
+
"metadataToken": 100704545,
|
|
5062
5062
|
"canonicalSignature": "(T):System.Boolean",
|
|
5063
5063
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
5064
5064
|
"emitScope": "ViewOnly",
|
|
@@ -5079,7 +5079,7 @@
|
|
|
5079
5079
|
{
|
|
5080
5080
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
5081
5081
|
"clrName": "CopyTo",
|
|
5082
|
-
"metadataToken":
|
|
5082
|
+
"metadataToken": 100704546,
|
|
5083
5083
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
5084
5084
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
5085
5085
|
"emitScope": "ViewOnly",
|
|
@@ -5100,7 +5100,7 @@
|
|
|
5100
5100
|
{
|
|
5101
5101
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
5102
5102
|
"clrName": "GetEnumerator",
|
|
5103
|
-
"metadataToken":
|
|
5103
|
+
"metadataToken": 100704565,
|
|
5104
5104
|
"canonicalSignature": "():IEnumerator_1",
|
|
5105
5105
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
5106
5106
|
"emitScope": "ViewOnly",
|
|
@@ -5121,7 +5121,7 @@
|
|
|
5121
5121
|
{
|
|
5122
5122
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
5123
5123
|
"clrName": "GetEnumerator",
|
|
5124
|
-
"metadataToken":
|
|
5124
|
+
"metadataToken": 100703850,
|
|
5125
5125
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
5126
5126
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
5127
5127
|
"emitScope": "ViewOnly",
|
|
@@ -5142,7 +5142,7 @@
|
|
|
5142
5142
|
{
|
|
5143
5143
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
5144
5144
|
"clrName": "ContainsKey",
|
|
5145
|
-
"metadataToken":
|
|
5145
|
+
"metadataToken": 100704577,
|
|
5146
5146
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
5147
5147
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
5148
5148
|
"emitScope": "ViewOnly",
|
|
@@ -5163,7 +5163,7 @@
|
|
|
5163
5163
|
{
|
|
5164
5164
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
5165
5165
|
"clrName": "TryGetValue",
|
|
5166
|
-
"metadataToken":
|
|
5166
|
+
"metadataToken": 100704578,
|
|
5167
5167
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
5168
5168
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
5169
5169
|
"emitScope": "ViewOnly",
|
|
@@ -5192,7 +5192,7 @@
|
|
|
5192
5192
|
{
|
|
5193
5193
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Keys:ICollection_1",
|
|
5194
5194
|
"clrName": "Keys",
|
|
5195
|
-
"metadataToken":
|
|
5195
|
+
"metadataToken": 385881423,
|
|
5196
5196
|
"canonicalSignature": ":ICollection_1",
|
|
5197
5197
|
"normalizedSignature": "Keys|:ICollection_1|static=false|accessor=get",
|
|
5198
5198
|
"emitScope": "ViewOnly",
|
|
@@ -5212,7 +5212,7 @@
|
|
|
5212
5212
|
{
|
|
5213
5213
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
5214
5214
|
"clrName": "Count",
|
|
5215
|
-
"metadataToken":
|
|
5215
|
+
"metadataToken": 385881419,
|
|
5216
5216
|
"canonicalSignature": ":System.Int32",
|
|
5217
5217
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5218
5218
|
"emitScope": "ViewOnly",
|
|
@@ -5232,7 +5232,7 @@
|
|
|
5232
5232
|
{
|
|
5233
5233
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
5234
5234
|
"clrName": "IsReadOnly",
|
|
5235
|
-
"metadataToken":
|
|
5235
|
+
"metadataToken": 385881420,
|
|
5236
5236
|
"canonicalSignature": ":System.Boolean",
|
|
5237
5237
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5238
5238
|
"emitScope": "ViewOnly",
|
|
@@ -5252,7 +5252,7 @@
|
|
|
5252
5252
|
{
|
|
5253
5253
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
|
|
5254
5254
|
"clrName": "Keys",
|
|
5255
|
-
"metadataToken":
|
|
5255
|
+
"metadataToken": 385881432,
|
|
5256
5256
|
"canonicalSignature": ":IEnumerable_1",
|
|
5257
5257
|
"normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
|
|
5258
5258
|
"emitScope": "ViewOnly",
|
|
@@ -5272,7 +5272,7 @@
|
|
|
5272
5272
|
{
|
|
5273
5273
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Values:ICollection_1",
|
|
5274
5274
|
"clrName": "Values",
|
|
5275
|
-
"metadataToken":
|
|
5275
|
+
"metadataToken": 385881424,
|
|
5276
5276
|
"canonicalSignature": ":ICollection_1",
|
|
5277
5277
|
"normalizedSignature": "Values|:ICollection_1|static=false|accessor=get",
|
|
5278
5278
|
"emitScope": "ViewOnly",
|
|
@@ -5292,7 +5292,7 @@
|
|
|
5292
5292
|
{
|
|
5293
5293
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
|
|
5294
5294
|
"clrName": "Values",
|
|
5295
|
-
"metadataToken":
|
|
5295
|
+
"metadataToken": 385881433,
|
|
5296
5296
|
"canonicalSignature": ":IEnumerable_1",
|
|
5297
5297
|
"normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
|
|
5298
5298
|
"emitScope": "ViewOnly",
|
|
@@ -5312,7 +5312,7 @@
|
|
|
5312
5312
|
{
|
|
5313
5313
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
5314
5314
|
"clrName": "Count",
|
|
5315
|
-
"metadataToken":
|
|
5315
|
+
"metadataToken": 385881430,
|
|
5316
5316
|
"canonicalSignature": ":System.Int32",
|
|
5317
5317
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5318
5318
|
"emitScope": "ViewOnly",
|
|
@@ -6066,7 +6066,7 @@
|
|
|
6066
6066
|
{
|
|
6067
6067
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
6068
6068
|
"clrName": "GetEnumerator",
|
|
6069
|
-
"metadataToken":
|
|
6069
|
+
"metadataToken": 100704565,
|
|
6070
6070
|
"canonicalSignature": "():IEnumerator_1",
|
|
6071
6071
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
6072
6072
|
"emitScope": "ViewOnly",
|
|
@@ -6087,7 +6087,7 @@
|
|
|
6087
6087
|
{
|
|
6088
6088
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
6089
6089
|
"clrName": "GetEnumerator",
|
|
6090
|
-
"metadataToken":
|
|
6090
|
+
"metadataToken": 100703850,
|
|
6091
6091
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
6092
6092
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
6093
6093
|
"emitScope": "ViewOnly",
|
|
@@ -6322,7 +6322,7 @@
|
|
|
6322
6322
|
{
|
|
6323
6323
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
6324
6324
|
"clrName": "GetEnumerator",
|
|
6325
|
-
"metadataToken":
|
|
6325
|
+
"metadataToken": 100704565,
|
|
6326
6326
|
"canonicalSignature": "():IEnumerator_1",
|
|
6327
6327
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
6328
6328
|
"emitScope": "ViewOnly",
|
|
@@ -6343,7 +6343,7 @@
|
|
|
6343
6343
|
{
|
|
6344
6344
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
6345
6345
|
"clrName": "GetEnumerator",
|
|
6346
|
-
"metadataToken":
|
|
6346
|
+
"metadataToken": 100703850,
|
|
6347
6347
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
6348
6348
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
6349
6349
|
"emitScope": "ViewOnly",
|