@tsonic/dotnet 10.0.40 → 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 +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- 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 +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- 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 +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- 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 +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- 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 +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- 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 +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- 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 +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- 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 +37 -36
- 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 +20 -19
- 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 +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- 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 +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- 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 +5 -4
- 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 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- 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 +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- 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 +11 -10
- 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 +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- 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 +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Net.Http.Headers
|
|
3
3
|
// Assembly: System.Net.Http
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
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
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -43,7 +41,7 @@ export interface __HeaderStringValues$views {
|
|
|
43
41
|
export type HeaderStringValues = HeaderStringValues$instance & __HeaderStringValues$views;
|
|
44
42
|
|
|
45
43
|
|
|
46
|
-
export interface HeaderStringValues_Enumerator$instance
|
|
44
|
+
export interface HeaderStringValues_Enumerator$instance {
|
|
47
45
|
readonly __tsonic_type_System_Net_Http_Headers_HeaderStringValues_Enumerator: never;
|
|
48
46
|
|
|
49
47
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -62,13 +60,7 @@ export const HeaderStringValues_Enumerator: {
|
|
|
62
60
|
};
|
|
63
61
|
|
|
64
62
|
|
|
65
|
-
export
|
|
66
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<System_Internal.String>;
|
|
67
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
export type HeaderStringValues_Enumerator = HeaderStringValues_Enumerator$instance & __HeaderStringValues_Enumerator$views;
|
|
71
|
-
|
|
63
|
+
export type HeaderStringValues_Enumerator = HeaderStringValues_Enumerator$instance;
|
|
72
64
|
|
|
73
65
|
export interface HttpHeadersNonValidated$instance {
|
|
74
66
|
readonly __tsonic_type_System_Net_Http_Headers_HttpHeadersNonValidated: never;
|
|
@@ -100,7 +92,7 @@ export interface __HttpHeadersNonValidated$views {
|
|
|
100
92
|
export type HttpHeadersNonValidated = HttpHeadersNonValidated$instance & __HttpHeadersNonValidated$views & { readonly [headerName: string]: HeaderStringValues; };
|
|
101
93
|
|
|
102
94
|
|
|
103
|
-
export interface HttpHeadersNonValidated_Enumerator$instance extends
|
|
95
|
+
export interface HttpHeadersNonValidated_Enumerator$instance extends IEnumerator_1<KeyValuePair_2<System_Internal.String, HeaderStringValues>> {
|
|
104
96
|
readonly __tsonic_type_System_Net_Http_Headers_HttpHeadersNonValidated_Enumerator: never;
|
|
105
97
|
|
|
106
98
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -119,22 +111,16 @@ export const HttpHeadersNonValidated_Enumerator: {
|
|
|
119
111
|
};
|
|
120
112
|
|
|
121
113
|
|
|
122
|
-
export
|
|
123
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<KeyValuePair_2<System_Internal.String, HeaderStringValues>>;
|
|
124
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
export type HttpHeadersNonValidated_Enumerator = HttpHeadersNonValidated_Enumerator$instance & __HttpHeadersNonValidated_Enumerator$views;
|
|
128
|
-
|
|
114
|
+
export type HttpHeadersNonValidated_Enumerator = HttpHeadersNonValidated_Enumerator$instance;
|
|
129
115
|
|
|
130
116
|
export interface AuthenticationHeaderValue$instance extends System_Internal.ICloneable$instance {
|
|
131
117
|
readonly __tsonic_type_System_Net_Http_Headers_AuthenticationHeaderValue: never;
|
|
132
118
|
|
|
133
119
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
134
120
|
|
|
135
|
-
readonly Parameter: string |
|
|
121
|
+
readonly Parameter: string | null;
|
|
136
122
|
readonly Scheme: string;
|
|
137
|
-
Equals(obj: unknown): boolean;
|
|
123
|
+
Equals(obj: unknown | null): boolean;
|
|
138
124
|
GetHashCode(): int;
|
|
139
125
|
ToString(): string;
|
|
140
126
|
}
|
|
@@ -142,9 +128,9 @@ export interface AuthenticationHeaderValue$instance extends System_Internal.IClo
|
|
|
142
128
|
|
|
143
129
|
export const AuthenticationHeaderValue: {
|
|
144
130
|
new(scheme: string): AuthenticationHeaderValue;
|
|
145
|
-
new(scheme: string, parameter: string): AuthenticationHeaderValue;
|
|
131
|
+
new(scheme: string, parameter: string | null): AuthenticationHeaderValue;
|
|
146
132
|
Parse(input: string): AuthenticationHeaderValue;
|
|
147
|
-
TryParse(input: string, parsedValue: AuthenticationHeaderValue): boolean;
|
|
133
|
+
TryParse(input: string | null, parsedValue: AuthenticationHeaderValue | null): boolean;
|
|
148
134
|
};
|
|
149
135
|
|
|
150
136
|
|
|
@@ -180,7 +166,7 @@ export interface CacheControlHeaderValue$instance extends System_Internal.IClone
|
|
|
180
166
|
Public: boolean;
|
|
181
167
|
get SharedMaxAge(): Nullable_1<TimeSpan>;
|
|
182
168
|
set SharedMaxAge(value: Nullable_1<TimeSpan> | TimeSpan);
|
|
183
|
-
Equals(obj: unknown): boolean;
|
|
169
|
+
Equals(obj: unknown | null): boolean;
|
|
184
170
|
GetHashCode(): int;
|
|
185
171
|
ToString(): string;
|
|
186
172
|
}
|
|
@@ -188,8 +174,8 @@ export interface CacheControlHeaderValue$instance extends System_Internal.IClone
|
|
|
188
174
|
|
|
189
175
|
export const CacheControlHeaderValue: {
|
|
190
176
|
new(): CacheControlHeaderValue;
|
|
191
|
-
Parse(input: string): CacheControlHeaderValue;
|
|
192
|
-
TryParse(input: string, parsedValue: CacheControlHeaderValue): boolean;
|
|
177
|
+
Parse(input: string | null): CacheControlHeaderValue;
|
|
178
|
+
TryParse(input: string | null, parsedValue: CacheControlHeaderValue | null): boolean;
|
|
193
179
|
};
|
|
194
180
|
|
|
195
181
|
|
|
@@ -208,20 +194,20 @@ export interface ContentDispositionHeaderValue$instance extends System_Internal.
|
|
|
208
194
|
get CreationDate(): Nullable_1<DateTimeOffset>;
|
|
209
195
|
set CreationDate(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
210
196
|
DispositionType: string;
|
|
211
|
-
get FileName(): string |
|
|
212
|
-
set FileName(value: string |
|
|
213
|
-
get FileNameStar(): string |
|
|
214
|
-
set FileNameStar(value: string |
|
|
197
|
+
get FileName(): string | null;
|
|
198
|
+
set FileName(value: string | null);
|
|
199
|
+
get FileNameStar(): string | null;
|
|
200
|
+
set FileNameStar(value: string | null);
|
|
215
201
|
get ModificationDate(): Nullable_1<DateTimeOffset>;
|
|
216
202
|
set ModificationDate(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
217
|
-
get Name(): string |
|
|
218
|
-
set Name(value: string |
|
|
203
|
+
get Name(): string | null;
|
|
204
|
+
set Name(value: string | null);
|
|
219
205
|
readonly Parameters: ICollection_1<NameValueHeaderValue>;
|
|
220
206
|
get ReadDate(): Nullable_1<DateTimeOffset>;
|
|
221
207
|
set ReadDate(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
222
208
|
get Size(): Nullable_1<System_Internal.Int64>;
|
|
223
209
|
set Size(value: Nullable_1<System_Internal.Int64> | long);
|
|
224
|
-
Equals(obj: unknown): boolean;
|
|
210
|
+
Equals(obj: unknown | null): boolean;
|
|
225
211
|
GetHashCode(): int;
|
|
226
212
|
ToString(): string;
|
|
227
213
|
}
|
|
@@ -230,7 +216,7 @@ export interface ContentDispositionHeaderValue$instance extends System_Internal.
|
|
|
230
216
|
export const ContentDispositionHeaderValue: {
|
|
231
217
|
new(dispositionType: string): ContentDispositionHeaderValue;
|
|
232
218
|
Parse(input: string): ContentDispositionHeaderValue;
|
|
233
|
-
TryParse(input: string, parsedValue: ContentDispositionHeaderValue): boolean;
|
|
219
|
+
TryParse(input: string | null, parsedValue: ContentDispositionHeaderValue | null): boolean;
|
|
234
220
|
};
|
|
235
221
|
|
|
236
222
|
|
|
@@ -252,7 +238,7 @@ export interface ContentRangeHeaderValue$instance extends System_Internal.IClone
|
|
|
252
238
|
readonly Length: Nullable_1<System_Internal.Int64>;
|
|
253
239
|
readonly To: Nullable_1<System_Internal.Int64>;
|
|
254
240
|
Unit: string;
|
|
255
|
-
Equals(obj: unknown): boolean;
|
|
241
|
+
Equals(obj: unknown | null): boolean;
|
|
256
242
|
GetHashCode(): int;
|
|
257
243
|
ToString(): string;
|
|
258
244
|
}
|
|
@@ -263,7 +249,7 @@ export const ContentRangeHeaderValue: {
|
|
|
263
249
|
new(length: long): ContentRangeHeaderValue;
|
|
264
250
|
new(from: long, to: long): ContentRangeHeaderValue;
|
|
265
251
|
Parse(input: string): ContentRangeHeaderValue;
|
|
266
|
-
TryParse(input: string, parsedValue: ContentRangeHeaderValue): boolean;
|
|
252
|
+
TryParse(input: string | null, parsedValue: ContentRangeHeaderValue | null): boolean;
|
|
267
253
|
};
|
|
268
254
|
|
|
269
255
|
|
|
@@ -281,7 +267,7 @@ export interface EntityTagHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
281
267
|
|
|
282
268
|
IsWeak: boolean;
|
|
283
269
|
Tag: string;
|
|
284
|
-
Equals(obj: unknown): boolean;
|
|
270
|
+
Equals(obj: unknown | null): boolean;
|
|
285
271
|
GetHashCode(): int;
|
|
286
272
|
ToString(): string;
|
|
287
273
|
}
|
|
@@ -292,7 +278,7 @@ export const EntityTagHeaderValue: {
|
|
|
292
278
|
new(tag: string, isWeak: boolean): EntityTagHeaderValue;
|
|
293
279
|
readonly Any: EntityTagHeaderValue;
|
|
294
280
|
Parse(input: string): EntityTagHeaderValue;
|
|
295
|
-
TryParse(input: string, parsedValue: EntityTagHeaderValue): boolean;
|
|
281
|
+
TryParse(input: string | null, parsedValue: EntityTagHeaderValue | null): boolean;
|
|
296
282
|
};
|
|
297
283
|
|
|
298
284
|
|
|
@@ -310,20 +296,20 @@ export interface HttpContentHeaders$instance extends HttpHeaders$instance {
|
|
|
310
296
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
311
297
|
|
|
312
298
|
readonly Allow: ICollection_1<System_Internal.String>;
|
|
313
|
-
get ContentDisposition(): ContentDispositionHeaderValue |
|
|
314
|
-
set ContentDisposition(value: ContentDispositionHeaderValue |
|
|
299
|
+
get ContentDisposition(): ContentDispositionHeaderValue | null;
|
|
300
|
+
set ContentDisposition(value: ContentDispositionHeaderValue | null);
|
|
315
301
|
readonly ContentEncoding: ICollection_1<System_Internal.String>;
|
|
316
302
|
readonly ContentLanguage: ICollection_1<System_Internal.String>;
|
|
317
303
|
get ContentLength(): Nullable_1<System_Internal.Int64>;
|
|
318
304
|
set ContentLength(value: Nullable_1<System_Internal.Int64> | long);
|
|
319
|
-
get ContentLocation(): Uri |
|
|
320
|
-
set ContentLocation(value: Uri |
|
|
321
|
-
get ContentMD5(): byte[] |
|
|
322
|
-
set ContentMD5(value: byte[] |
|
|
323
|
-
get ContentRange(): ContentRangeHeaderValue |
|
|
324
|
-
set ContentRange(value: ContentRangeHeaderValue |
|
|
325
|
-
get ContentType(): MediaTypeHeaderValue |
|
|
326
|
-
set ContentType(value: MediaTypeHeaderValue |
|
|
305
|
+
get ContentLocation(): Uri | null;
|
|
306
|
+
set ContentLocation(value: Uri | null);
|
|
307
|
+
get ContentMD5(): byte[] | null;
|
|
308
|
+
set ContentMD5(value: byte[] | null);
|
|
309
|
+
get ContentRange(): ContentRangeHeaderValue | null;
|
|
310
|
+
set ContentRange(value: ContentRangeHeaderValue | null);
|
|
311
|
+
get ContentType(): MediaTypeHeaderValue | null;
|
|
312
|
+
set ContentType(value: MediaTypeHeaderValue | null);
|
|
327
313
|
get Expires(): Nullable_1<DateTimeOffset>;
|
|
328
314
|
set Expires(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
329
315
|
get LastModified(): Nullable_1<DateTimeOffset>;
|
|
@@ -350,17 +336,17 @@ export interface HttpHeaders$instance {
|
|
|
350
336
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
351
337
|
|
|
352
338
|
readonly NonValidated: HttpHeadersNonValidated;
|
|
353
|
-
Add(name: string, value: string): void;
|
|
354
|
-
Add(name: string, values: IEnumerable_1<
|
|
339
|
+
Add(name: string, value: string | null): void;
|
|
340
|
+
Add(name: string, values: IEnumerable_1<string | null>): void;
|
|
355
341
|
Clear(): void;
|
|
356
342
|
Contains(name: string): boolean;
|
|
357
343
|
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, IEnumerable_1<System_Internal.String>>>;
|
|
358
344
|
GetValues(name: string): IEnumerable_1<System_Internal.String>;
|
|
359
345
|
Remove(name: string): boolean;
|
|
360
346
|
ToString(): string;
|
|
361
|
-
TryAddWithoutValidation(name: string, value: string): boolean;
|
|
362
|
-
TryAddWithoutValidation(name: string, values: IEnumerable_1<
|
|
363
|
-
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
347
|
+
TryAddWithoutValidation(name: string, value: string | null): boolean;
|
|
348
|
+
TryAddWithoutValidation(name: string, values: IEnumerable_1<string | null>): boolean;
|
|
349
|
+
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String> | null): boolean;
|
|
364
350
|
}
|
|
365
351
|
|
|
366
352
|
|
|
@@ -376,7 +362,7 @@ export interface __HttpHeaders$views {
|
|
|
376
362
|
export type HttpHeaders = HttpHeaders$instance & __HttpHeaders$views;
|
|
377
363
|
|
|
378
364
|
|
|
379
|
-
export interface HttpHeaderValueCollection_1$instance<T> {
|
|
365
|
+
export interface HttpHeaderValueCollection_1$instance<T extends (object | null)> {
|
|
380
366
|
readonly __tsonic_type_System_Net_Http_Headers_HttpHeaderValueCollection_1: never;
|
|
381
367
|
|
|
382
368
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -390,10 +376,10 @@ export interface HttpHeaderValueCollection_1$instance<T> {
|
|
|
390
376
|
Contains(item: T): boolean;
|
|
391
377
|
CopyTo(array: T[], arrayIndex: int): void;
|
|
392
378
|
GetEnumerator(): IEnumerator_1<T>;
|
|
393
|
-
ParseAdd(input: string): void;
|
|
379
|
+
ParseAdd(input: string | null): void;
|
|
394
380
|
Remove(item: T): boolean;
|
|
395
381
|
ToString(): string;
|
|
396
|
-
TryParseAdd(input: string): boolean;
|
|
382
|
+
TryParseAdd(input: string | null): boolean;
|
|
397
383
|
}
|
|
398
384
|
|
|
399
385
|
|
|
@@ -401,13 +387,13 @@ export const HttpHeaderValueCollection_1: {
|
|
|
401
387
|
};
|
|
402
388
|
|
|
403
389
|
|
|
404
|
-
export interface __HttpHeaderValueCollection_1$views<T> {
|
|
390
|
+
export interface __HttpHeaderValueCollection_1$views<T extends (object | null)> {
|
|
405
391
|
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
406
392
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
407
393
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
408
394
|
}
|
|
409
395
|
|
|
410
|
-
export type HttpHeaderValueCollection_1<T> = HttpHeaderValueCollection_1$instance<T> & __HttpHeaderValueCollection_1$views<T>;
|
|
396
|
+
export type HttpHeaderValueCollection_1<T extends (object | null)> = HttpHeaderValueCollection_1$instance<T> & __HttpHeaderValueCollection_1$views<T>;
|
|
411
397
|
|
|
412
398
|
|
|
413
399
|
export interface HttpRequestHeaders$instance extends HttpHeaders$instance {
|
|
@@ -420,10 +406,10 @@ export interface HttpRequestHeaders$instance extends HttpHeaders$instance {
|
|
|
420
406
|
readonly AcceptCharset: HttpHeaderValueCollection_1<StringWithQualityHeaderValue>;
|
|
421
407
|
readonly AcceptEncoding: HttpHeaderValueCollection_1<StringWithQualityHeaderValue>;
|
|
422
408
|
readonly AcceptLanguage: HttpHeaderValueCollection_1<StringWithQualityHeaderValue>;
|
|
423
|
-
get Authorization(): AuthenticationHeaderValue |
|
|
424
|
-
set Authorization(value: AuthenticationHeaderValue |
|
|
425
|
-
get CacheControl(): CacheControlHeaderValue |
|
|
426
|
-
set CacheControl(value: CacheControlHeaderValue |
|
|
409
|
+
get Authorization(): AuthenticationHeaderValue | null;
|
|
410
|
+
set Authorization(value: AuthenticationHeaderValue | null);
|
|
411
|
+
get CacheControl(): CacheControlHeaderValue | null;
|
|
412
|
+
set CacheControl(value: CacheControlHeaderValue | null);
|
|
427
413
|
readonly Connection: HttpHeaderValueCollection_1<System_Internal.String>;
|
|
428
414
|
get ConnectionClose(): Nullable_1<System_Internal.Boolean>;
|
|
429
415
|
set ConnectionClose(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
@@ -432,29 +418,29 @@ export interface HttpRequestHeaders$instance extends HttpHeaders$instance {
|
|
|
432
418
|
readonly Expect: HttpHeaderValueCollection_1<NameValueWithParametersHeaderValue>;
|
|
433
419
|
get ExpectContinue(): Nullable_1<System_Internal.Boolean>;
|
|
434
420
|
set ExpectContinue(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
435
|
-
get From(): string |
|
|
436
|
-
set From(value: string |
|
|
437
|
-
get Host(): string |
|
|
438
|
-
set Host(value: string |
|
|
421
|
+
get From(): string | null;
|
|
422
|
+
set From(value: string | null);
|
|
423
|
+
get Host(): string | null;
|
|
424
|
+
set Host(value: string | null);
|
|
439
425
|
readonly IfMatch: HttpHeaderValueCollection_1<EntityTagHeaderValue>;
|
|
440
426
|
get IfModifiedSince(): Nullable_1<DateTimeOffset>;
|
|
441
427
|
set IfModifiedSince(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
442
428
|
readonly IfNoneMatch: HttpHeaderValueCollection_1<EntityTagHeaderValue>;
|
|
443
|
-
get IfRange(): RangeConditionHeaderValue |
|
|
444
|
-
set IfRange(value: RangeConditionHeaderValue |
|
|
429
|
+
get IfRange(): RangeConditionHeaderValue | null;
|
|
430
|
+
set IfRange(value: RangeConditionHeaderValue | null);
|
|
445
431
|
get IfUnmodifiedSince(): Nullable_1<DateTimeOffset>;
|
|
446
432
|
set IfUnmodifiedSince(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
447
433
|
get MaxForwards(): Nullable_1<System_Internal.Int32>;
|
|
448
434
|
set MaxForwards(value: Nullable_1<System_Internal.Int32> | int);
|
|
449
435
|
readonly Pragma: HttpHeaderValueCollection_1<NameValueHeaderValue>;
|
|
450
|
-
get Protocol(): string |
|
|
451
|
-
set Protocol(value: string |
|
|
452
|
-
get ProxyAuthorization(): AuthenticationHeaderValue |
|
|
453
|
-
set ProxyAuthorization(value: AuthenticationHeaderValue |
|
|
454
|
-
get Range(): RangeHeaderValue |
|
|
455
|
-
set Range(value: RangeHeaderValue |
|
|
456
|
-
get Referrer(): Uri |
|
|
457
|
-
set Referrer(value: Uri |
|
|
436
|
+
get Protocol(): string | null;
|
|
437
|
+
set Protocol(value: string | null);
|
|
438
|
+
get ProxyAuthorization(): AuthenticationHeaderValue | null;
|
|
439
|
+
set ProxyAuthorization(value: AuthenticationHeaderValue | null);
|
|
440
|
+
get Range(): RangeHeaderValue | null;
|
|
441
|
+
set Range(value: RangeHeaderValue | null);
|
|
442
|
+
get Referrer(): Uri | null;
|
|
443
|
+
set Referrer(value: Uri | null);
|
|
458
444
|
readonly TE: HttpHeaderValueCollection_1<TransferCodingWithQualityHeaderValue>;
|
|
459
445
|
readonly Trailer: HttpHeaderValueCollection_1<System_Internal.String>;
|
|
460
446
|
readonly TransferEncoding: HttpHeaderValueCollection_1<TransferCodingHeaderValue>;
|
|
@@ -488,21 +474,21 @@ export interface HttpResponseHeaders$instance extends HttpHeaders$instance {
|
|
|
488
474
|
readonly AcceptRanges: HttpHeaderValueCollection_1<System_Internal.String>;
|
|
489
475
|
get Age(): Nullable_1<TimeSpan>;
|
|
490
476
|
set Age(value: Nullable_1<TimeSpan> | TimeSpan);
|
|
491
|
-
get CacheControl(): CacheControlHeaderValue |
|
|
492
|
-
set CacheControl(value: CacheControlHeaderValue |
|
|
477
|
+
get CacheControl(): CacheControlHeaderValue | null;
|
|
478
|
+
set CacheControl(value: CacheControlHeaderValue | null);
|
|
493
479
|
readonly Connection: HttpHeaderValueCollection_1<System_Internal.String>;
|
|
494
480
|
get ConnectionClose(): Nullable_1<System_Internal.Boolean>;
|
|
495
481
|
set ConnectionClose(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
496
482
|
get Date(): Nullable_1<DateTimeOffset>;
|
|
497
483
|
set Date(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
498
|
-
get ETag(): EntityTagHeaderValue |
|
|
499
|
-
set ETag(value: EntityTagHeaderValue |
|
|
500
|
-
get Location(): Uri |
|
|
501
|
-
set Location(value: Uri |
|
|
484
|
+
get ETag(): EntityTagHeaderValue | null;
|
|
485
|
+
set ETag(value: EntityTagHeaderValue | null);
|
|
486
|
+
get Location(): Uri | null;
|
|
487
|
+
set Location(value: Uri | null);
|
|
502
488
|
readonly Pragma: HttpHeaderValueCollection_1<NameValueHeaderValue>;
|
|
503
489
|
readonly ProxyAuthenticate: HttpHeaderValueCollection_1<AuthenticationHeaderValue>;
|
|
504
|
-
get RetryAfter(): RetryConditionHeaderValue |
|
|
505
|
-
set RetryAfter(value: RetryConditionHeaderValue |
|
|
490
|
+
get RetryAfter(): RetryConditionHeaderValue | null;
|
|
491
|
+
set RetryAfter(value: RetryConditionHeaderValue | null);
|
|
506
492
|
readonly Server: HttpHeaderValueCollection_1<ProductInfoHeaderValue>;
|
|
507
493
|
readonly Trailer: HttpHeaderValueCollection_1<System_Internal.String>;
|
|
508
494
|
readonly TransferEncoding: HttpHeaderValueCollection_1<TransferCodingHeaderValue>;
|
|
@@ -533,12 +519,12 @@ export interface MediaTypeHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
533
519
|
|
|
534
520
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
535
521
|
|
|
536
|
-
get CharSet(): string |
|
|
537
|
-
set CharSet(value: string |
|
|
538
|
-
get MediaType(): string |
|
|
539
|
-
set MediaType(value: string |
|
|
522
|
+
get CharSet(): string | null;
|
|
523
|
+
set CharSet(value: string | null);
|
|
524
|
+
get MediaType(): string | null;
|
|
525
|
+
set MediaType(value: string | null);
|
|
540
526
|
readonly Parameters: ICollection_1<NameValueHeaderValue>;
|
|
541
|
-
Equals(obj: unknown): boolean;
|
|
527
|
+
Equals(obj: unknown | null): boolean;
|
|
542
528
|
GetHashCode(): int;
|
|
543
529
|
ToString(): string;
|
|
544
530
|
}
|
|
@@ -546,9 +532,9 @@ export interface MediaTypeHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
546
532
|
|
|
547
533
|
export const MediaTypeHeaderValue: {
|
|
548
534
|
new(mediaType: string): MediaTypeHeaderValue;
|
|
549
|
-
new(mediaType: string, charSet: string): MediaTypeHeaderValue;
|
|
535
|
+
new(mediaType: string, charSet: string | null): MediaTypeHeaderValue;
|
|
550
536
|
Parse(input: string): MediaTypeHeaderValue;
|
|
551
|
-
TryParse(input: string, parsedValue: MediaTypeHeaderValue): boolean;
|
|
537
|
+
TryParse(input: string | null, parsedValue: MediaTypeHeaderValue | null): boolean;
|
|
552
538
|
};
|
|
553
539
|
|
|
554
540
|
|
|
@@ -588,9 +574,9 @@ export interface NameValueHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
588
574
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
589
575
|
|
|
590
576
|
readonly Name: string;
|
|
591
|
-
get Value(): string |
|
|
592
|
-
set Value(value: string |
|
|
593
|
-
Equals(obj: unknown): boolean;
|
|
577
|
+
get Value(): string | null;
|
|
578
|
+
set Value(value: string | null);
|
|
579
|
+
Equals(obj: unknown | null): boolean;
|
|
594
580
|
GetHashCode(): int;
|
|
595
581
|
ToString(): string;
|
|
596
582
|
}
|
|
@@ -598,9 +584,9 @@ export interface NameValueHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
598
584
|
|
|
599
585
|
export const NameValueHeaderValue: {
|
|
600
586
|
new(name: string): NameValueHeaderValue;
|
|
601
|
-
new(name: string, value: string): NameValueHeaderValue;
|
|
587
|
+
new(name: string, value: string | null): NameValueHeaderValue;
|
|
602
588
|
Parse(input: string): NameValueHeaderValue;
|
|
603
|
-
TryParse(input: string, parsedValue: NameValueHeaderValue): boolean;
|
|
589
|
+
TryParse(input: string | null, parsedValue: NameValueHeaderValue | null): boolean;
|
|
604
590
|
};
|
|
605
591
|
|
|
606
592
|
|
|
@@ -617,7 +603,7 @@ export interface NameValueWithParametersHeaderValue$instance extends NameValueHe
|
|
|
617
603
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
618
604
|
|
|
619
605
|
readonly Parameters: ICollection_1<NameValueHeaderValue>;
|
|
620
|
-
Equals(obj: unknown): boolean;
|
|
606
|
+
Equals(obj: unknown | null): boolean;
|
|
621
607
|
GetHashCode(): int;
|
|
622
608
|
ToString(): string;
|
|
623
609
|
}
|
|
@@ -625,7 +611,7 @@ export interface NameValueWithParametersHeaderValue$instance extends NameValueHe
|
|
|
625
611
|
|
|
626
612
|
export const NameValueWithParametersHeaderValue: {
|
|
627
613
|
new(name: string): NameValueWithParametersHeaderValue;
|
|
628
|
-
new(name: string, value: string): NameValueWithParametersHeaderValue;
|
|
614
|
+
new(name: string, value: string | null): NameValueWithParametersHeaderValue;
|
|
629
615
|
};
|
|
630
616
|
|
|
631
617
|
|
|
@@ -642,8 +628,8 @@ export interface ProductHeaderValue$instance extends System_Internal.ICloneable$
|
|
|
642
628
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
643
629
|
|
|
644
630
|
readonly Name: string;
|
|
645
|
-
readonly Version: string |
|
|
646
|
-
Equals(obj: unknown): boolean;
|
|
631
|
+
readonly Version: string | null;
|
|
632
|
+
Equals(obj: unknown | null): boolean;
|
|
647
633
|
GetHashCode(): int;
|
|
648
634
|
ToString(): string;
|
|
649
635
|
}
|
|
@@ -651,9 +637,9 @@ export interface ProductHeaderValue$instance extends System_Internal.ICloneable$
|
|
|
651
637
|
|
|
652
638
|
export const ProductHeaderValue: {
|
|
653
639
|
new(name: string): ProductHeaderValue;
|
|
654
|
-
new(name: string, version: string): ProductHeaderValue;
|
|
640
|
+
new(name: string, version: string | null): ProductHeaderValue;
|
|
655
641
|
Parse(input: string): ProductHeaderValue;
|
|
656
|
-
TryParse(input: string, parsedValue: ProductHeaderValue): boolean;
|
|
642
|
+
TryParse(input: string | null, parsedValue: ProductHeaderValue | null): boolean;
|
|
657
643
|
};
|
|
658
644
|
|
|
659
645
|
|
|
@@ -669,20 +655,20 @@ export interface ProductInfoHeaderValue$instance extends System_Internal.IClonea
|
|
|
669
655
|
|
|
670
656
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
671
657
|
|
|
672
|
-
readonly Comment: string |
|
|
673
|
-
readonly Product: ProductHeaderValue |
|
|
674
|
-
Equals(obj: unknown): boolean;
|
|
658
|
+
readonly Comment: string | null;
|
|
659
|
+
readonly Product: ProductHeaderValue | null;
|
|
660
|
+
Equals(obj: unknown | null): boolean;
|
|
675
661
|
GetHashCode(): int;
|
|
676
662
|
ToString(): string;
|
|
677
663
|
}
|
|
678
664
|
|
|
679
665
|
|
|
680
666
|
export const ProductInfoHeaderValue: {
|
|
681
|
-
new(productName: string, productVersion: string): ProductInfoHeaderValue;
|
|
667
|
+
new(productName: string, productVersion: string | null): ProductInfoHeaderValue;
|
|
682
668
|
new(product: ProductHeaderValue): ProductInfoHeaderValue;
|
|
683
669
|
new(comment: string): ProductInfoHeaderValue;
|
|
684
670
|
Parse(input: string): ProductInfoHeaderValue;
|
|
685
|
-
TryParse(input: string, parsedValue: ProductInfoHeaderValue): boolean;
|
|
671
|
+
TryParse(input: string, parsedValue: ProductInfoHeaderValue | null): boolean;
|
|
686
672
|
};
|
|
687
673
|
|
|
688
674
|
|
|
@@ -699,8 +685,8 @@ export interface RangeConditionHeaderValue$instance extends System_Internal.IClo
|
|
|
699
685
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
700
686
|
|
|
701
687
|
readonly Date: Nullable_1<DateTimeOffset>;
|
|
702
|
-
readonly EntityTag: EntityTagHeaderValue |
|
|
703
|
-
Equals(obj: unknown): boolean;
|
|
688
|
+
readonly EntityTag: EntityTagHeaderValue | null;
|
|
689
|
+
Equals(obj: unknown | null): boolean;
|
|
704
690
|
GetHashCode(): int;
|
|
705
691
|
ToString(): string;
|
|
706
692
|
}
|
|
@@ -711,7 +697,7 @@ export const RangeConditionHeaderValue: {
|
|
|
711
697
|
new(entityTag: EntityTagHeaderValue): RangeConditionHeaderValue;
|
|
712
698
|
new(entityTag: string): RangeConditionHeaderValue;
|
|
713
699
|
Parse(input: string): RangeConditionHeaderValue;
|
|
714
|
-
TryParse(input: string, parsedValue: RangeConditionHeaderValue): boolean;
|
|
700
|
+
TryParse(input: string | null, parsedValue: RangeConditionHeaderValue | null): boolean;
|
|
715
701
|
};
|
|
716
702
|
|
|
717
703
|
|
|
@@ -729,7 +715,7 @@ export interface RangeHeaderValue$instance extends System_Internal.ICloneable$in
|
|
|
729
715
|
|
|
730
716
|
readonly Ranges: ICollection_1<RangeItemHeaderValue>;
|
|
731
717
|
Unit: string;
|
|
732
|
-
Equals(obj: unknown): boolean;
|
|
718
|
+
Equals(obj: unknown | null): boolean;
|
|
733
719
|
GetHashCode(): int;
|
|
734
720
|
ToString(): string;
|
|
735
721
|
}
|
|
@@ -739,7 +725,7 @@ export const RangeHeaderValue: {
|
|
|
739
725
|
new(): RangeHeaderValue;
|
|
740
726
|
new(from: Nullable_1<System_Internal.Int64>, to: Nullable_1<System_Internal.Int64>): RangeHeaderValue;
|
|
741
727
|
Parse(input: string): RangeHeaderValue;
|
|
742
|
-
TryParse(input: string, parsedValue: RangeHeaderValue): boolean;
|
|
728
|
+
TryParse(input: string | null, parsedValue: RangeHeaderValue | null): boolean;
|
|
743
729
|
};
|
|
744
730
|
|
|
745
731
|
|
|
@@ -757,7 +743,7 @@ export interface RangeItemHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
757
743
|
|
|
758
744
|
readonly From: Nullable_1<System_Internal.Int64>;
|
|
759
745
|
readonly To: Nullable_1<System_Internal.Int64>;
|
|
760
|
-
Equals(obj: unknown): boolean;
|
|
746
|
+
Equals(obj: unknown | null): boolean;
|
|
761
747
|
GetHashCode(): int;
|
|
762
748
|
ToString(): string;
|
|
763
749
|
}
|
|
@@ -782,7 +768,7 @@ export interface RetryConditionHeaderValue$instance extends System_Internal.IClo
|
|
|
782
768
|
|
|
783
769
|
readonly Date: Nullable_1<DateTimeOffset>;
|
|
784
770
|
readonly Delta: Nullable_1<TimeSpan>;
|
|
785
|
-
Equals(obj: unknown): boolean;
|
|
771
|
+
Equals(obj: unknown | null): boolean;
|
|
786
772
|
GetHashCode(): int;
|
|
787
773
|
ToString(): string;
|
|
788
774
|
}
|
|
@@ -792,7 +778,7 @@ export const RetryConditionHeaderValue: {
|
|
|
792
778
|
new(date: DateTimeOffset): RetryConditionHeaderValue;
|
|
793
779
|
new(delta: TimeSpan): RetryConditionHeaderValue;
|
|
794
780
|
Parse(input: string): RetryConditionHeaderValue;
|
|
795
|
-
TryParse(input: string, parsedValue: RetryConditionHeaderValue): boolean;
|
|
781
|
+
TryParse(input: string | null, parsedValue: RetryConditionHeaderValue | null): boolean;
|
|
796
782
|
};
|
|
797
783
|
|
|
798
784
|
|
|
@@ -810,7 +796,7 @@ export interface StringWithQualityHeaderValue$instance extends System_Internal.I
|
|
|
810
796
|
|
|
811
797
|
readonly Quality: Nullable_1<System_Internal.Double>;
|
|
812
798
|
readonly Value: string;
|
|
813
|
-
Equals(obj: unknown): boolean;
|
|
799
|
+
Equals(obj: unknown | null): boolean;
|
|
814
800
|
GetHashCode(): int;
|
|
815
801
|
ToString(): string;
|
|
816
802
|
}
|
|
@@ -820,7 +806,7 @@ export const StringWithQualityHeaderValue: {
|
|
|
820
806
|
new(value: string): StringWithQualityHeaderValue;
|
|
821
807
|
new(value: string, quality: double): StringWithQualityHeaderValue;
|
|
822
808
|
Parse(input: string): StringWithQualityHeaderValue;
|
|
823
|
-
TryParse(input: string, parsedValue: StringWithQualityHeaderValue): boolean;
|
|
809
|
+
TryParse(input: string | null, parsedValue: StringWithQualityHeaderValue | null): boolean;
|
|
824
810
|
};
|
|
825
811
|
|
|
826
812
|
|
|
@@ -838,7 +824,7 @@ export interface TransferCodingHeaderValue$instance extends System_Internal.IClo
|
|
|
838
824
|
|
|
839
825
|
readonly Parameters: ICollection_1<NameValueHeaderValue>;
|
|
840
826
|
readonly Value: string;
|
|
841
|
-
Equals(obj: unknown): boolean;
|
|
827
|
+
Equals(obj: unknown | null): boolean;
|
|
842
828
|
GetHashCode(): int;
|
|
843
829
|
ToString(): string;
|
|
844
830
|
}
|
|
@@ -847,7 +833,7 @@ export interface TransferCodingHeaderValue$instance extends System_Internal.IClo
|
|
|
847
833
|
export const TransferCodingHeaderValue: {
|
|
848
834
|
new(value: string): TransferCodingHeaderValue;
|
|
849
835
|
Parse(input: string): TransferCodingHeaderValue;
|
|
850
|
-
TryParse(input: string, parsedValue: TransferCodingHeaderValue): boolean;
|
|
836
|
+
TryParse(input: string | null, parsedValue: TransferCodingHeaderValue | null): boolean;
|
|
851
837
|
};
|
|
852
838
|
|
|
853
839
|
|
|
@@ -886,11 +872,11 @@ export interface ViaHeaderValue$instance extends System_Internal.ICloneable$inst
|
|
|
886
872
|
|
|
887
873
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
888
874
|
|
|
889
|
-
readonly Comment: string |
|
|
890
|
-
readonly ProtocolName: string |
|
|
875
|
+
readonly Comment: string | null;
|
|
876
|
+
readonly ProtocolName: string | null;
|
|
891
877
|
readonly ProtocolVersion: string;
|
|
892
878
|
readonly ReceivedBy: string;
|
|
893
|
-
Equals(obj: unknown): boolean;
|
|
879
|
+
Equals(obj: unknown | null): boolean;
|
|
894
880
|
GetHashCode(): int;
|
|
895
881
|
ToString(): string;
|
|
896
882
|
}
|
|
@@ -898,10 +884,10 @@ export interface ViaHeaderValue$instance extends System_Internal.ICloneable$inst
|
|
|
898
884
|
|
|
899
885
|
export const ViaHeaderValue: {
|
|
900
886
|
new(protocolVersion: string, receivedBy: string): ViaHeaderValue;
|
|
901
|
-
new(protocolVersion: string, receivedBy: string, protocolName: string): ViaHeaderValue;
|
|
902
|
-
new(protocolVersion: string, receivedBy: string, protocolName: string, comment: string): ViaHeaderValue;
|
|
887
|
+
new(protocolVersion: string, receivedBy: string, protocolName: string | null): ViaHeaderValue;
|
|
888
|
+
new(protocolVersion: string, receivedBy: string, protocolName: string | null, comment: string | null): ViaHeaderValue;
|
|
903
889
|
Parse(input: string): ViaHeaderValue;
|
|
904
|
-
TryParse(input: string, parsedValue: ViaHeaderValue): boolean;
|
|
890
|
+
TryParse(input: string | null, parsedValue: ViaHeaderValue | null): boolean;
|
|
905
891
|
};
|
|
906
892
|
|
|
907
893
|
|
|
@@ -921,7 +907,7 @@ export interface WarningHeaderValue$instance extends System_Internal.ICloneable$
|
|
|
921
907
|
readonly Code: int;
|
|
922
908
|
readonly Date: Nullable_1<DateTimeOffset>;
|
|
923
909
|
readonly Text: string;
|
|
924
|
-
Equals(obj: unknown): boolean;
|
|
910
|
+
Equals(obj: unknown | null): boolean;
|
|
925
911
|
GetHashCode(): int;
|
|
926
912
|
ToString(): string;
|
|
927
913
|
}
|
|
@@ -931,7 +917,7 @@ export const WarningHeaderValue: {
|
|
|
931
917
|
new(code: int, agent: string, text: string): WarningHeaderValue;
|
|
932
918
|
new(code: int, agent: string, text: string, date: DateTimeOffset): WarningHeaderValue;
|
|
933
919
|
Parse(input: string): WarningHeaderValue;
|
|
934
|
-
TryParse(input: string, parsedValue: WarningHeaderValue): boolean;
|
|
920
|
+
TryParse(input: string | null, parsedValue: WarningHeaderValue | null): boolean;
|
|
935
921
|
};
|
|
936
922
|
|
|
937
923
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Net.Http.Headers/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 { ICollection_1, IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
|
|
10
14
|
import type { IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|