@tsonic/dotnet 0.7.3 → 0.7.6
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/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +46 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +65 -85
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +337 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +22 -47
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +77 -99
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +26 -51
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +5 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +83 -107
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +1 -26
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +608 -633
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +14 -39
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +142 -167
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +154 -179
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +10 -35
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
package/System.Net/bindings.json
CHANGED
|
@@ -15499,7 +15499,13 @@
|
|
|
15499
15499
|
"parameterCount": 2,
|
|
15500
15500
|
"declaringClrType": "System.Net.IPNetwork",
|
|
15501
15501
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
15502
|
-
"isExtensionMethod": false
|
|
15502
|
+
"isExtensionMethod": false,
|
|
15503
|
+
"parameterModifiers": [
|
|
15504
|
+
{
|
|
15505
|
+
"index": 1,
|
|
15506
|
+
"modifier": "out"
|
|
15507
|
+
}
|
|
15508
|
+
]
|
|
15503
15509
|
},
|
|
15504
15510
|
{
|
|
15505
15511
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPNetwork\u0026):System.Boolean",
|
|
@@ -15513,7 +15519,13 @@
|
|
|
15513
15519
|
"parameterCount": 2,
|
|
15514
15520
|
"declaringClrType": "System.Net.IPNetwork",
|
|
15515
15521
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
15516
|
-
"isExtensionMethod": false
|
|
15522
|
+
"isExtensionMethod": false,
|
|
15523
|
+
"parameterModifiers": [
|
|
15524
|
+
{
|
|
15525
|
+
"index": 1,
|
|
15526
|
+
"modifier": "out"
|
|
15527
|
+
}
|
|
15528
|
+
]
|
|
15517
15529
|
},
|
|
15518
15530
|
{
|
|
15519
15531
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPNetwork\u0026):System.Boolean",
|
|
@@ -15527,7 +15539,13 @@
|
|
|
15527
15539
|
"parameterCount": 2,
|
|
15528
15540
|
"declaringClrType": "System.Net.IPNetwork",
|
|
15529
15541
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
15530
|
-
"isExtensionMethod": false
|
|
15542
|
+
"isExtensionMethod": false,
|
|
15543
|
+
"parameterModifiers": [
|
|
15544
|
+
{
|
|
15545
|
+
"index": 1,
|
|
15546
|
+
"modifier": "out"
|
|
15547
|
+
}
|
|
15548
|
+
]
|
|
15531
15549
|
},
|
|
15532
15550
|
{
|
|
15533
15551
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::ToString():System.String",
|
|
@@ -15555,7 +15573,13 @@
|
|
|
15555
15573
|
"parameterCount": 2,
|
|
15556
15574
|
"declaringClrType": "System.Net.IPNetwork",
|
|
15557
15575
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
15558
|
-
"isExtensionMethod": false
|
|
15576
|
+
"isExtensionMethod": false,
|
|
15577
|
+
"parameterModifiers": [
|
|
15578
|
+
{
|
|
15579
|
+
"index": 1,
|
|
15580
|
+
"modifier": "out"
|
|
15581
|
+
}
|
|
15582
|
+
]
|
|
15559
15583
|
},
|
|
15560
15584
|
{
|
|
15561
15585
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
@@ -15569,7 +15593,13 @@
|
|
|
15569
15593
|
"parameterCount": 2,
|
|
15570
15594
|
"declaringClrType": "System.Net.IPNetwork",
|
|
15571
15595
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
15572
|
-
"isExtensionMethod": false
|
|
15596
|
+
"isExtensionMethod": false,
|
|
15597
|
+
"parameterModifiers": [
|
|
15598
|
+
{
|
|
15599
|
+
"index": 1,
|
|
15600
|
+
"modifier": "out"
|
|
15601
|
+
}
|
|
15602
|
+
]
|
|
15573
15603
|
},
|
|
15574
15604
|
{
|
|
15575
15605
|
"stableId": "System.Net.Primitives:System.Net.IPNetwork::Equals(System.Net.IPNetwork):System.Boolean",
|
|
@@ -15639,7 +15669,13 @@
|
|
|
15639
15669
|
"parameterCount": 4,
|
|
15640
15670
|
"declaringClrType": "System.ISpanFormattable",
|
|
15641
15671
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15642
|
-
"isExtensionMethod": false
|
|
15672
|
+
"isExtensionMethod": false,
|
|
15673
|
+
"parameterModifiers": [
|
|
15674
|
+
{
|
|
15675
|
+
"index": 1,
|
|
15676
|
+
"modifier": "out"
|
|
15677
|
+
}
|
|
15678
|
+
]
|
|
15643
15679
|
},
|
|
15644
15680
|
{
|
|
15645
15681
|
"stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
|
|
@@ -15681,7 +15717,13 @@
|
|
|
15681
15717
|
"parameterCount": 3,
|
|
15682
15718
|
"declaringClrType": "System.ISpanParsable\u00601",
|
|
15683
15719
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15684
|
-
"isExtensionMethod": false
|
|
15720
|
+
"isExtensionMethod": false,
|
|
15721
|
+
"parameterModifiers": [
|
|
15722
|
+
{
|
|
15723
|
+
"index": 2,
|
|
15724
|
+
"modifier": "out"
|
|
15725
|
+
}
|
|
15726
|
+
]
|
|
15685
15727
|
},
|
|
15686
15728
|
{
|
|
15687
15729
|
"stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
|
|
@@ -15709,7 +15751,13 @@
|
|
|
15709
15751
|
"parameterCount": 3,
|
|
15710
15752
|
"declaringClrType": "System.IParsable\u00601",
|
|
15711
15753
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15712
|
-
"isExtensionMethod": false
|
|
15754
|
+
"isExtensionMethod": false,
|
|
15755
|
+
"parameterModifiers": [
|
|
15756
|
+
{
|
|
15757
|
+
"index": 2,
|
|
15758
|
+
"modifier": "out"
|
|
15759
|
+
}
|
|
15760
|
+
]
|
|
15713
15761
|
},
|
|
15714
15762
|
{
|
|
15715
15763
|
"stableId": "System.Private.CoreLib:System.IUtf8SpanFormattable::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
|
|
@@ -15723,7 +15771,13 @@
|
|
|
15723
15771
|
"parameterCount": 4,
|
|
15724
15772
|
"declaringClrType": "System.IUtf8SpanFormattable",
|
|
15725
15773
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15726
|
-
"isExtensionMethod": false
|
|
15774
|
+
"isExtensionMethod": false,
|
|
15775
|
+
"parameterModifiers": [
|
|
15776
|
+
{
|
|
15777
|
+
"index": 1,
|
|
15778
|
+
"modifier": "out"
|
|
15779
|
+
}
|
|
15780
|
+
]
|
|
15727
15781
|
},
|
|
15728
15782
|
{
|
|
15729
15783
|
"stableId": "System.Private.CoreLib:System.IUtf8SpanParsable\u00601::Parse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf",
|
|
@@ -15751,7 +15805,13 @@
|
|
|
15751
15805
|
"parameterCount": 3,
|
|
15752
15806
|
"declaringClrType": "System.IUtf8SpanParsable\u00601",
|
|
15753
15807
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15754
|
-
"isExtensionMethod": false
|
|
15808
|
+
"isExtensionMethod": false,
|
|
15809
|
+
"parameterModifiers": [
|
|
15810
|
+
{
|
|
15811
|
+
"index": 2,
|
|
15812
|
+
"modifier": "out"
|
|
15813
|
+
}
|
|
15814
|
+
]
|
|
15755
15815
|
}
|
|
15756
15816
|
],
|
|
15757
15817
|
"properties": [
|
|
@@ -26450,7 +26510,13 @@
|
|
|
26450
26510
|
"parameterCount": 2,
|
|
26451
26511
|
"declaringClrType": "System.Net.HttpWebRequest",
|
|
26452
26512
|
"declaringAssemblyName": "System.Net.Requests",
|
|
26453
|
-
"isExtensionMethod": false
|
|
26513
|
+
"isExtensionMethod": false,
|
|
26514
|
+
"parameterModifiers": [
|
|
26515
|
+
{
|
|
26516
|
+
"index": 1,
|
|
26517
|
+
"modifier": "out"
|
|
26518
|
+
}
|
|
26519
|
+
]
|
|
26454
26520
|
},
|
|
26455
26521
|
{
|
|
26456
26522
|
"stableId": "System.Net.Requests:System.Net.HttpWebRequest::GetRequestStream(System.Net.TransportContext\u0026):System.IO.Stream",
|
|
@@ -26464,7 +26530,13 @@
|
|
|
26464
26530
|
"parameterCount": 1,
|
|
26465
26531
|
"declaringClrType": "System.Net.HttpWebRequest",
|
|
26466
26532
|
"declaringAssemblyName": "System.Net.Requests",
|
|
26467
|
-
"isExtensionMethod": false
|
|
26533
|
+
"isExtensionMethod": false,
|
|
26534
|
+
"parameterModifiers": [
|
|
26535
|
+
{
|
|
26536
|
+
"index": 0,
|
|
26537
|
+
"modifier": "out"
|
|
26538
|
+
}
|
|
26539
|
+
]
|
|
26468
26540
|
},
|
|
26469
26541
|
{
|
|
26470
26542
|
"stableId": "System.Net.Requests:System.Net.HttpWebRequest::BeginGetRequestStream(System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
@@ -28858,7 +28930,13 @@
|
|
|
28858
28930
|
"parameterCount": 2,
|
|
28859
28931
|
"declaringClrType": "System.Net.IPAddress",
|
|
28860
28932
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
28861
|
-
"isExtensionMethod": false
|
|
28933
|
+
"isExtensionMethod": false,
|
|
28934
|
+
"parameterModifiers": [
|
|
28935
|
+
{
|
|
28936
|
+
"index": 1,
|
|
28937
|
+
"modifier": "out"
|
|
28938
|
+
}
|
|
28939
|
+
]
|
|
28862
28940
|
},
|
|
28863
28941
|
{
|
|
28864
28942
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPAddress\u0026):System.Boolean",
|
|
@@ -28872,7 +28950,13 @@
|
|
|
28872
28950
|
"parameterCount": 2,
|
|
28873
28951
|
"declaringClrType": "System.Net.IPAddress",
|
|
28874
28952
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
28875
|
-
"isExtensionMethod": false
|
|
28953
|
+
"isExtensionMethod": false,
|
|
28954
|
+
"parameterModifiers": [
|
|
28955
|
+
{
|
|
28956
|
+
"index": 1,
|
|
28957
|
+
"modifier": "out"
|
|
28958
|
+
}
|
|
28959
|
+
]
|
|
28876
28960
|
},
|
|
28877
28961
|
{
|
|
28878
28962
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPAddress\u0026):System.Boolean",
|
|
@@ -28886,7 +28970,13 @@
|
|
|
28886
28970
|
"parameterCount": 2,
|
|
28887
28971
|
"declaringClrType": "System.Net.IPAddress",
|
|
28888
28972
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
28889
|
-
"isExtensionMethod": false
|
|
28973
|
+
"isExtensionMethod": false,
|
|
28974
|
+
"parameterModifiers": [
|
|
28975
|
+
{
|
|
28976
|
+
"index": 1,
|
|
28977
|
+
"modifier": "out"
|
|
28978
|
+
}
|
|
28979
|
+
]
|
|
28890
28980
|
},
|
|
28891
28981
|
{
|
|
28892
28982
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::Parse(System.String):System.Net.IPAddress",
|
|
@@ -28942,7 +29032,13 @@
|
|
|
28942
29032
|
"parameterCount": 2,
|
|
28943
29033
|
"declaringClrType": "System.Net.IPAddress",
|
|
28944
29034
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
28945
|
-
"isExtensionMethod": false
|
|
29035
|
+
"isExtensionMethod": false,
|
|
29036
|
+
"parameterModifiers": [
|
|
29037
|
+
{
|
|
29038
|
+
"index": 1,
|
|
29039
|
+
"modifier": "out"
|
|
29040
|
+
}
|
|
29041
|
+
]
|
|
28946
29042
|
},
|
|
28947
29043
|
{
|
|
28948
29044
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::GetAddressBytes():System.Byte[]",
|
|
@@ -28984,7 +29080,13 @@
|
|
|
28984
29080
|
"parameterCount": 2,
|
|
28985
29081
|
"declaringClrType": "System.Net.IPAddress",
|
|
28986
29082
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
28987
|
-
"isExtensionMethod": false
|
|
29083
|
+
"isExtensionMethod": false,
|
|
29084
|
+
"parameterModifiers": [
|
|
29085
|
+
{
|
|
29086
|
+
"index": 1,
|
|
29087
|
+
"modifier": "out"
|
|
29088
|
+
}
|
|
29089
|
+
]
|
|
28988
29090
|
},
|
|
28989
29091
|
{
|
|
28990
29092
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
@@ -28998,7 +29100,13 @@
|
|
|
28998
29100
|
"parameterCount": 2,
|
|
28999
29101
|
"declaringClrType": "System.Net.IPAddress",
|
|
29000
29102
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
29001
|
-
"isExtensionMethod": false
|
|
29103
|
+
"isExtensionMethod": false,
|
|
29104
|
+
"parameterModifiers": [
|
|
29105
|
+
{
|
|
29106
|
+
"index": 1,
|
|
29107
|
+
"modifier": "out"
|
|
29108
|
+
}
|
|
29109
|
+
]
|
|
29002
29110
|
},
|
|
29003
29111
|
{
|
|
29004
29112
|
"stableId": "System.Net.Primitives:System.Net.IPAddress::HostToNetworkOrder(System.Int64):System.Int64",
|
|
@@ -29166,7 +29274,13 @@
|
|
|
29166
29274
|
"parameterCount": 4,
|
|
29167
29275
|
"declaringClrType": "System.ISpanFormattable",
|
|
29168
29276
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29169
|
-
"isExtensionMethod": false
|
|
29277
|
+
"isExtensionMethod": false,
|
|
29278
|
+
"parameterModifiers": [
|
|
29279
|
+
{
|
|
29280
|
+
"index": 1,
|
|
29281
|
+
"modifier": "out"
|
|
29282
|
+
}
|
|
29283
|
+
]
|
|
29170
29284
|
},
|
|
29171
29285
|
{
|
|
29172
29286
|
"stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
|
|
@@ -29208,7 +29322,13 @@
|
|
|
29208
29322
|
"parameterCount": 3,
|
|
29209
29323
|
"declaringClrType": "System.ISpanParsable\u00601",
|
|
29210
29324
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29211
|
-
"isExtensionMethod": false
|
|
29325
|
+
"isExtensionMethod": false,
|
|
29326
|
+
"parameterModifiers": [
|
|
29327
|
+
{
|
|
29328
|
+
"index": 2,
|
|
29329
|
+
"modifier": "out"
|
|
29330
|
+
}
|
|
29331
|
+
]
|
|
29212
29332
|
},
|
|
29213
29333
|
{
|
|
29214
29334
|
"stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
|
|
@@ -29236,7 +29356,13 @@
|
|
|
29236
29356
|
"parameterCount": 3,
|
|
29237
29357
|
"declaringClrType": "System.IParsable\u00601",
|
|
29238
29358
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29239
|
-
"isExtensionMethod": false
|
|
29359
|
+
"isExtensionMethod": false,
|
|
29360
|
+
"parameterModifiers": [
|
|
29361
|
+
{
|
|
29362
|
+
"index": 2,
|
|
29363
|
+
"modifier": "out"
|
|
29364
|
+
}
|
|
29365
|
+
]
|
|
29240
29366
|
},
|
|
29241
29367
|
{
|
|
29242
29368
|
"stableId": "System.Private.CoreLib:System.IUtf8SpanFormattable::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
|
|
@@ -29250,7 +29376,13 @@
|
|
|
29250
29376
|
"parameterCount": 4,
|
|
29251
29377
|
"declaringClrType": "System.IUtf8SpanFormattable",
|
|
29252
29378
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29253
|
-
"isExtensionMethod": false
|
|
29379
|
+
"isExtensionMethod": false,
|
|
29380
|
+
"parameterModifiers": [
|
|
29381
|
+
{
|
|
29382
|
+
"index": 1,
|
|
29383
|
+
"modifier": "out"
|
|
29384
|
+
}
|
|
29385
|
+
]
|
|
29254
29386
|
},
|
|
29255
29387
|
{
|
|
29256
29388
|
"stableId": "System.Private.CoreLib:System.IUtf8SpanParsable\u00601::Parse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf",
|
|
@@ -29278,7 +29410,13 @@
|
|
|
29278
29410
|
"parameterCount": 3,
|
|
29279
29411
|
"declaringClrType": "System.IUtf8SpanParsable\u00601",
|
|
29280
29412
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29281
|
-
"isExtensionMethod": false
|
|
29413
|
+
"isExtensionMethod": false,
|
|
29414
|
+
"parameterModifiers": [
|
|
29415
|
+
{
|
|
29416
|
+
"index": 2,
|
|
29417
|
+
"modifier": "out"
|
|
29418
|
+
}
|
|
29419
|
+
]
|
|
29282
29420
|
}
|
|
29283
29421
|
],
|
|
29284
29422
|
"properties": [
|
|
@@ -30134,7 +30272,13 @@
|
|
|
30134
30272
|
"parameterCount": 2,
|
|
30135
30273
|
"declaringClrType": "System.Net.IPEndPoint",
|
|
30136
30274
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
30137
|
-
"isExtensionMethod": false
|
|
30275
|
+
"isExtensionMethod": false,
|
|
30276
|
+
"parameterModifiers": [
|
|
30277
|
+
{
|
|
30278
|
+
"index": 1,
|
|
30279
|
+
"modifier": "out"
|
|
30280
|
+
}
|
|
30281
|
+
]
|
|
30138
30282
|
},
|
|
30139
30283
|
{
|
|
30140
30284
|
"stableId": "System.Net.Primitives:System.Net.IPEndPoint::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPEndPoint\u0026):System.Boolean",
|
|
@@ -30148,7 +30292,13 @@
|
|
|
30148
30292
|
"parameterCount": 2,
|
|
30149
30293
|
"declaringClrType": "System.Net.IPEndPoint",
|
|
30150
30294
|
"declaringAssemblyName": "System.Net.Primitives",
|
|
30151
|
-
"isExtensionMethod": false
|
|
30295
|
+
"isExtensionMethod": false,
|
|
30296
|
+
"parameterModifiers": [
|
|
30297
|
+
{
|
|
30298
|
+
"index": 1,
|
|
30299
|
+
"modifier": "out"
|
|
30300
|
+
}
|
|
30301
|
+
]
|
|
30152
30302
|
},
|
|
30153
30303
|
{
|
|
30154
30304
|
"stableId": "System.Net.Primitives:System.Net.IPEndPoint::Parse(System.String):System.Net.IPEndPoint",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -37,31 +37,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
|
|
|
37
37
|
import * as System_Internal from "../../System/internal/index.js";
|
|
38
38
|
import type { Array as ClrArray, ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, Delegate, Enum, EventArgs, Exception, FormatException, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, InvalidOperationException, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MarshalByRefObject, Memory_1, MulticastDelegate, Object as ClrObject, Predicate_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from "../../System/internal/index.js";
|
|
39
39
|
|
|
40
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
41
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
42
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
43
|
-
export type CLROf<T> =
|
|
44
|
-
T extends sbyte ? System_Internal.SByte :
|
|
45
|
-
T extends short ? System_Internal.Int16 :
|
|
46
|
-
T extends int ? System_Internal.Int32 :
|
|
47
|
-
T extends long ? System_Internal.Int64 :
|
|
48
|
-
T extends int128 ? System_Internal.Int128 :
|
|
49
|
-
T extends nint ? System_Internal.IntPtr :
|
|
50
|
-
T extends byte ? System_Internal.Byte :
|
|
51
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
52
|
-
T extends uint ? System_Internal.UInt32 :
|
|
53
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
54
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
55
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
56
|
-
T extends half ? System_Internal.Half :
|
|
57
|
-
T extends float ? System_Internal.Single :
|
|
58
|
-
T extends double ? System_Internal.Double :
|
|
59
|
-
T extends decimal ? System_Internal.Decimal :
|
|
60
|
-
T extends char ? System_Internal.Char :
|
|
61
|
-
T extends boolean ? System_Internal.Boolean :
|
|
62
|
-
T extends string ? System_Internal.String :
|
|
63
|
-
T; // Identity fallback for non-primitive types
|
|
64
|
-
|
|
65
40
|
export enum AuthenticationSchemes {
|
|
66
41
|
none = 0,
|
|
67
42
|
digest = 1,
|
|
@@ -426,19 +401,19 @@ export interface IPNetwork$instance {
|
|
|
426
401
|
equals(obj: unknown): boolean;
|
|
427
402
|
getHashCode(): int;
|
|
428
403
|
toString(): string;
|
|
429
|
-
tryFormat(destination: Span_1<
|
|
430
|
-
tryFormat(utf8Destination: Span_1<
|
|
404
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
405
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
431
406
|
}
|
|
432
407
|
|
|
433
408
|
|
|
434
409
|
export const IPNetwork: {
|
|
435
410
|
new(baseAddress: IPAddress, prefixLength: int): IPNetwork$instance;
|
|
436
|
-
parse(utf8Text: ReadOnlySpan_1<
|
|
437
|
-
parse(s: ReadOnlySpan_1<
|
|
411
|
+
parse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>): IPNetwork;
|
|
412
|
+
parse(s: ReadOnlySpan_1<System_Internal.Char>): IPNetwork;
|
|
438
413
|
parse(s: string): IPNetwork;
|
|
439
|
-
tryParse(utf8Text: ReadOnlySpan_1<
|
|
440
|
-
tryParse(s: ReadOnlySpan_1<
|
|
441
|
-
tryParse(s: string, result:
|
|
414
|
+
tryParse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, result: IPNetwork): boolean;
|
|
415
|
+
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, result: IPNetwork): boolean;
|
|
416
|
+
tryParse(s: string, result: IPNetwork): boolean;
|
|
442
417
|
};
|
|
443
418
|
|
|
444
419
|
|
|
@@ -452,7 +427,8 @@ export interface __IPNetwork$views {
|
|
|
452
427
|
As_IUtf8SpanParsable_1(): System_Internal.IUtf8SpanParsable_1$instance<IPNetwork>;
|
|
453
428
|
|
|
454
429
|
// Structural method bridges for numeric interface constraints
|
|
455
|
-
|
|
430
|
+
equals(other: IPNetwork): boolean;
|
|
431
|
+
tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
456
432
|
}
|
|
457
433
|
|
|
458
434
|
export interface IPNetwork$instance extends System_Internal.ISpanParsable_1$instance<IPNetwork> {}
|
|
@@ -933,7 +909,7 @@ export interface HttpListenerContext$instance {
|
|
|
933
909
|
acceptWebSocketAsync(subProtocol: string): Task_1<HttpListenerWebSocketContext>;
|
|
934
910
|
acceptWebSocketAsync(subProtocol: string, keepAliveInterval: TimeSpan): Task_1<HttpListenerWebSocketContext>;
|
|
935
911
|
acceptWebSocketAsync(subProtocol: string, receiveBufferSize: int, keepAliveInterval: TimeSpan): Task_1<HttpListenerWebSocketContext>;
|
|
936
|
-
acceptWebSocketAsync(subProtocol: string, receiveBufferSize: int, keepAliveInterval: TimeSpan, internalBuffer: ArraySegment_1<
|
|
912
|
+
acceptWebSocketAsync(subProtocol: string, receiveBufferSize: int, keepAliveInterval: TimeSpan, internalBuffer: ArraySegment_1<System_Internal.Byte>): Task_1<HttpListenerWebSocketContext>;
|
|
937
913
|
}
|
|
938
914
|
|
|
939
915
|
|
|
@@ -973,7 +949,7 @@ export interface HttpListenerPrefixCollection$instance {
|
|
|
973
949
|
contains(uriPrefix: string): boolean;
|
|
974
950
|
copyTo(array: ClrArray, offset: int): void;
|
|
975
951
|
copyTo(array: string[], offset: int): void;
|
|
976
|
-
getEnumerator(): IEnumerator_1<
|
|
952
|
+
getEnumerator(): IEnumerator_1<System_Internal.String>;
|
|
977
953
|
remove(uriPrefix: string): boolean;
|
|
978
954
|
}
|
|
979
955
|
|
|
@@ -984,8 +960,8 @@ export const HttpListenerPrefixCollection: {
|
|
|
984
960
|
|
|
985
961
|
|
|
986
962
|
export interface __HttpListenerPrefixCollection$views {
|
|
987
|
-
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<
|
|
988
|
-
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<
|
|
963
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<System_Internal.String>;
|
|
964
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<System_Internal.String>;
|
|
989
965
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
990
966
|
}
|
|
991
967
|
|
|
@@ -1226,18 +1202,18 @@ export interface IPAddress$instance {
|
|
|
1226
1202
|
mapToIPv4(): IPAddress;
|
|
1227
1203
|
mapToIPv6(): IPAddress;
|
|
1228
1204
|
toString(): string;
|
|
1229
|
-
tryFormat(destination: Span_1<
|
|
1230
|
-
tryFormat(utf8Destination: Span_1<
|
|
1231
|
-
tryWriteBytes(destination: Span_1<
|
|
1205
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
1206
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
1207
|
+
tryWriteBytes(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
1232
1208
|
}
|
|
1233
1209
|
|
|
1234
1210
|
|
|
1235
1211
|
export const IPAddress: {
|
|
1236
1212
|
new(newAddress: long): IPAddress$instance;
|
|
1237
1213
|
new(address: byte[], scopeid: long): IPAddress$instance;
|
|
1238
|
-
new(address: ReadOnlySpan_1<
|
|
1214
|
+
new(address: ReadOnlySpan_1<System_Internal.Byte>, scopeid: long): IPAddress$instance;
|
|
1239
1215
|
new(address: byte[]): IPAddress$instance;
|
|
1240
|
-
new(address: ReadOnlySpan_1<
|
|
1216
|
+
new(address: ReadOnlySpan_1<System_Internal.Byte>): IPAddress$instance;
|
|
1241
1217
|
readonly any_: IPAddress;
|
|
1242
1218
|
readonly loopback: IPAddress;
|
|
1243
1219
|
readonly broadcast: IPAddress;
|
|
@@ -1249,17 +1225,17 @@ export const IPAddress: {
|
|
|
1249
1225
|
hostToNetworkOrder(host: int): int;
|
|
1250
1226
|
hostToNetworkOrder(host: long): long;
|
|
1251
1227
|
isLoopback(address: IPAddress): boolean;
|
|
1252
|
-
isValid(ipSpan: ReadOnlySpan_1<
|
|
1253
|
-
isValidUtf8(utf8Text: ReadOnlySpan_1<
|
|
1228
|
+
isValid(ipSpan: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
1229
|
+
isValidUtf8(utf8Text: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
1254
1230
|
networkToHostOrder(network: short): short;
|
|
1255
1231
|
networkToHostOrder(network: int): int;
|
|
1256
1232
|
networkToHostOrder(network: long): long;
|
|
1257
|
-
parse(utf8Text: ReadOnlySpan_1<
|
|
1258
|
-
parse(ipSpan: ReadOnlySpan_1<
|
|
1233
|
+
parse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>): IPAddress;
|
|
1234
|
+
parse(ipSpan: ReadOnlySpan_1<System_Internal.Char>): IPAddress;
|
|
1259
1235
|
parse(ipString: string): IPAddress;
|
|
1260
|
-
tryParse(utf8Text: ReadOnlySpan_1<
|
|
1261
|
-
tryParse(ipSpan: ReadOnlySpan_1<
|
|
1262
|
-
tryParse(ipString: string, address:
|
|
1236
|
+
tryParse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, result: IPAddress): boolean;
|
|
1237
|
+
tryParse(ipSpan: ReadOnlySpan_1<System_Internal.Char>, address: IPAddress): boolean;
|
|
1238
|
+
tryParse(ipString: string, address: IPAddress): boolean;
|
|
1263
1239
|
};
|
|
1264
1240
|
|
|
1265
1241
|
|
|
@@ -1270,6 +1246,9 @@ export interface __IPAddress$views {
|
|
|
1270
1246
|
As_ISpanParsable_1(): System_Internal.ISpanParsable_1$instance<IPAddress>;
|
|
1271
1247
|
As_IUtf8SpanFormattable(): System_Internal.IUtf8SpanFormattable$instance;
|
|
1272
1248
|
As_IUtf8SpanParsable_1(): System_Internal.IUtf8SpanParsable_1$instance<IPAddress>;
|
|
1249
|
+
|
|
1250
|
+
// Structural method bridges for numeric interface constraints
|
|
1251
|
+
tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
1273
1252
|
}
|
|
1274
1253
|
|
|
1275
1254
|
export interface IPAddress$instance extends System_Internal.ISpanParsable_1$instance<IPAddress> {}
|
|
@@ -1294,10 +1273,10 @@ export const IPEndPoint: {
|
|
|
1294
1273
|
new(address: IPAddress, port: int): IPEndPoint$instance;
|
|
1295
1274
|
readonly minPort: int;
|
|
1296
1275
|
readonly maxPort: int;
|
|
1297
|
-
parse(s: ReadOnlySpan_1<
|
|
1276
|
+
parse(s: ReadOnlySpan_1<System_Internal.Char>): IPEndPoint;
|
|
1298
1277
|
parse(s: string): IPEndPoint;
|
|
1299
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1300
|
-
tryParse(s: string, result:
|
|
1278
|
+
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, result: IPEndPoint): boolean;
|
|
1279
|
+
tryParse(s: string, result: IPEndPoint): boolean;
|
|
1301
1280
|
};
|
|
1302
1281
|
|
|
1303
1282
|
|
|
@@ -1455,7 +1434,7 @@ export const ServicePointManager: {
|
|
|
1455
1434
|
export type ServicePointManager = ServicePointManager$instance;
|
|
1456
1435
|
|
|
1457
1436
|
export interface SocketAddress$instance {
|
|
1458
|
-
readonly buffer: Memory_1<
|
|
1437
|
+
readonly buffer: Memory_1<System_Internal.Byte>;
|
|
1459
1438
|
readonly family: AddressFamily;
|
|
1460
1439
|
item: byte;
|
|
1461
1440
|
size: int;
|
|
@@ -1477,7 +1456,7 @@ export interface __SocketAddress$views {
|
|
|
1477
1456
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SocketAddress>;
|
|
1478
1457
|
|
|
1479
1458
|
// Structural method bridges for numeric interface constraints
|
|
1480
|
-
|
|
1459
|
+
equals(other: SocketAddress): boolean;
|
|
1481
1460
|
}
|
|
1482
1461
|
|
|
1483
1462
|
export type SocketAddress = SocketAddress$instance & __SocketAddress$views;
|
|
@@ -1588,8 +1567,8 @@ export interface WebClient$instance extends Component {
|
|
|
1588
1567
|
downloadString(address: Uri): string;
|
|
1589
1568
|
downloadStringAsync(address: Uri): void;
|
|
1590
1569
|
downloadStringAsync(address: Uri, userToken: unknown): void;
|
|
1591
|
-
downloadStringTaskAsync(address: string): Task_1<
|
|
1592
|
-
downloadStringTaskAsync(address: Uri): Task_1<
|
|
1570
|
+
downloadStringTaskAsync(address: string): Task_1<System_Internal.String>;
|
|
1571
|
+
downloadStringTaskAsync(address: Uri): Task_1<System_Internal.String>;
|
|
1593
1572
|
openRead(address: string): Stream;
|
|
1594
1573
|
openRead(address: Uri): Stream;
|
|
1595
1574
|
openReadAsync(address: Uri): void;
|
|
@@ -1636,10 +1615,10 @@ export interface WebClient$instance extends Component {
|
|
|
1636
1615
|
uploadStringAsync(address: Uri, data: string): void;
|
|
1637
1616
|
uploadStringAsync(address: Uri, method: string, data: string): void;
|
|
1638
1617
|
uploadStringAsync(address: Uri, method: string, data: string, userToken: unknown): void;
|
|
1639
|
-
uploadStringTaskAsync(address: string, data: string): Task_1<
|
|
1640
|
-
uploadStringTaskAsync(address: Uri, data: string): Task_1<
|
|
1641
|
-
uploadStringTaskAsync(address: string, method: string, data: string): Task_1<
|
|
1642
|
-
uploadStringTaskAsync(address: Uri, method: string, data: string): Task_1<
|
|
1618
|
+
uploadStringTaskAsync(address: string, data: string): Task_1<System_Internal.String>;
|
|
1619
|
+
uploadStringTaskAsync(address: Uri, data: string): Task_1<System_Internal.String>;
|
|
1620
|
+
uploadStringTaskAsync(address: string, method: string, data: string): Task_1<System_Internal.String>;
|
|
1621
|
+
uploadStringTaskAsync(address: Uri, method: string, data: string): Task_1<System_Internal.String>;
|
|
1643
1622
|
uploadValues(address: string, data: NameValueCollection): byte[];
|
|
1644
1623
|
uploadValues(address: Uri, data: NameValueCollection): byte[];
|
|
1645
1624
|
uploadValues(address: string, method: string, data: NameValueCollection): byte[];
|