@tsonic/dotnet 10.0.12 → 10.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
- package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
- package/System/bindings.json +6 -1086
- package/System/internal/index.d.ts +45 -93
- package/System.CodeDom.Compiler/bindings.json +6 -126
- package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent/bindings.json +0 -40
- package/System.Collections.Concurrent/internal/index.d.ts +0 -2
- package/System.Collections.Generic/bindings.json +37 -777
- package/System.Collections.Generic/internal/index.d.ts +24 -33
- package/System.Collections.ObjectModel/bindings.json +2197 -3097
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
- package/System.Collections.Specialized/bindings.json +0 -60
- package/System.Collections.Specialized/internal/index.d.ts +1 -4
- package/System.ComponentModel/bindings.json +2 -422
- package/System.ComponentModel/internal/index.d.ts +1 -21
- package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
- package/System.ComponentModel.Design/bindings.json +0 -200
- package/System.ComponentModel.Design/internal/index.d.ts +7 -12
- package/System.Data/bindings.json +60 -1600
- package/System.Data/internal/index.d.ts +30 -100
- package/System.Data.Common/bindings.json +3 -103
- package/System.Data.Common/internal/index.d.ts +11 -6
- package/System.Data.SqlTypes/bindings.json +0 -100
- package/System.Data.SqlTypes/internal/index.d.ts +5 -10
- package/System.Diagnostics/bindings.json +2 -342
- package/System.Diagnostics/internal/index.d.ts +4 -18
- package/System.Diagnostics.Metrics/bindings.json +0 -60
- package/System.Diagnostics.Tracing/bindings.json +0 -100
- package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
- package/System.Dynamic/bindings.json +48 -68
- package/System.Dynamic/internal/index.d.ts +0 -1
- package/System.Formats.Asn1/bindings.json +0 -20
- package/System.Formats.Asn1/internal/index.d.ts +1 -2
- package/System.Globalization/bindings.json +0 -300
- package/System.Globalization/internal/index.d.ts +15 -30
- package/System.IO/bindings.json +216 -1456
- package/System.IO/internal/index.d.ts +14 -74
- package/System.IO.Compression/bindings.json +16 -436
- package/System.IO.Compression/internal/index.d.ts +1 -22
- package/System.IO.IsolatedStorage/bindings.json +10 -90
- package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
- package/System.IO.MemoryMappedFiles/bindings.json +2 -22
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
- package/System.IO.Pipes/bindings.json +7 -327
- package/System.IO.Pipes/internal/index.d.ts +5 -21
- package/System.Linq/bindings.json +0 -60
- package/System.Linq/internal/index.d.ts +1 -3
- package/System.Net/bindings.json +1 -241
- package/System.Net/internal/index.d.ts +15 -14
- package/System.Net.Http/bindings.json +15 -555
- package/System.Net.Http/internal/index.d.ts +11 -28
- package/System.Net.Http.Headers/bindings.json +0 -180
- package/System.Net.Http.Headers/internal/index.d.ts +0 -9
- package/System.Net.Http.Json/bindings.json +0 -40
- package/System.Net.Http.Json/internal/index.d.ts +0 -2
- package/System.Net.Mail/bindings.json +1863 -3283
- package/System.Net.Mail/internal/index.d.ts +1 -63
- package/System.Net.NetworkInformation/bindings.json +1 -41
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
- package/System.Net.Quic/bindings.json +7 -107
- package/System.Net.Quic/internal/index.d.ts +4 -6
- package/System.Net.Security/bindings.json +15 -175
- package/System.Net.Security/internal/index.d.ts +0 -8
- package/System.Net.Sockets/bindings.json +4 -184
- package/System.Net.Sockets/internal/index.d.ts +2 -10
- package/System.Net.WebSockets/bindings.json +13 -173
- package/System.Net.WebSockets/internal/index.d.ts +1 -7
- package/System.Reflection/bindings.json +613 -2253
- package/System.Reflection/internal/index.d.ts +19 -96
- package/System.Reflection.Emit/bindings.json +4539 -7379
- package/System.Reflection.Emit/internal/index.d.ts +10 -151
- package/System.Reflection.Metadata/bindings.json +0 -20
- package/System.Reflection.Metadata/internal/index.d.ts +4 -2
- package/System.Reflection.PortableExecutable/bindings.json +0 -20
- package/System.Resources/bindings.json +0 -40
- package/System.Resources/internal/index.d.ts +2 -4
- package/System.Runtime/bindings.json +0 -20
- package/System.Runtime/internal/index.d.ts +1 -2
- package/System.Runtime.InteropServices/bindings.json +0 -220
- package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
- package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
- package/System.Runtime.Serialization/bindings.json +0 -40
- package/System.Runtime.Serialization/internal/index.d.ts +3 -4
- package/System.Security/bindings.json +0 -20
- package/System.Security/internal/index.d.ts +1 -2
- package/System.Security.AccessControl/bindings.json +2 -362
- package/System.Security.AccessControl/internal/index.d.ts +1 -18
- package/System.Security.Authentication/bindings.json +0 -40
- package/System.Security.Authentication/internal/index.d.ts +2 -4
- package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
- package/System.Security.Cryptography/bindings.json +786 -6966
- package/System.Security.Cryptography/internal/index.d.ts +22 -242
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
- package/System.Security.Principal/bindings.json +0 -20
- package/System.Security.Principal/internal/index.d.ts +2 -2
- package/System.Text/bindings.json +51 -475
- package/System.Text/internal/index.d.ts +6 -25
- package/System.Text.RegularExpressions/bindings.json +0 -20
- package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
- package/System.Threading/bindings.json +0 -400
- package/System.Threading/internal/index.d.ts +10 -30
- package/System.Threading.Channels/bindings.json +0 -20
- package/System.Threading.Channels/internal/index.d.ts +1 -2
- package/System.Threading.Tasks/bindings.json +60 -240
- package/System.Threading.Tasks/internal/index.d.ts +18 -8
- package/System.Timers/bindings.json +1 -1
- package/System.Transactions/bindings.json +0 -220
- package/System.Transactions/internal/index.d.ts +8 -19
- package/System.Xml/bindings.json +67 -1767
- package/System.Xml/internal/index.d.ts +39 -103
- package/System.Xml.Linq/bindings.json +0 -200
- package/System.Xml.Linq/internal/index.d.ts +10 -18
- package/System.Xml.Resolvers/bindings.json +0 -20
- package/System.Xml.Resolvers/internal/index.d.ts +0 -1
- package/System.Xml.Schema/bindings.json +0 -160
- package/System.Xml.Schema/internal/index.d.ts +6 -7
- package/System.Xml.Serialization/bindings.json +77 -717
- package/System.Xml.Serialization/internal/index.d.ts +21 -32
- package/System.Xml.Xsl/bindings.json +0 -60
- package/System.Xml.Xsl/internal/index.d.ts +1 -4
- package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
- package/package.json +2 -2
|
@@ -1017,91 +1017,11 @@
|
|
|
1017
1017
|
"sourceInterface": "System.IDisposable"
|
|
1018
1018
|
},
|
|
1019
1019
|
{
|
|
1020
|
-
"stableId": "System.Net.WebSockets.Client:System.Net.WebSockets.ClientWebSocket::
|
|
1021
|
-
"clrName": "ReceiveAsync",
|
|
1022
|
-
"metadataToken": 0,
|
|
1023
|
-
"canonicalSignature": "(System.ArraySegment_1,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
1024
|
-
"normalizedSignature": "ReceiveAsync|(System.ArraySegment_1,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
1025
|
-
"emitScope": "ClassSurface",
|
|
1026
|
-
"provenance": "BaseOverload",
|
|
1027
|
-
"arity": 0,
|
|
1028
|
-
"parameterCount": 2,
|
|
1029
|
-
"isStatic": false,
|
|
1030
|
-
"isAbstract": true,
|
|
1031
|
-
"isVirtual": true,
|
|
1032
|
-
"isOverride": false,
|
|
1033
|
-
"isSealed": false,
|
|
1034
|
-
"visibility": "Public",
|
|
1035
|
-
"declaringClrType": "System.Net.WebSockets.ClientWebSocket",
|
|
1036
|
-
"declaringAssemblyName": "System.Net.WebSockets.Client",
|
|
1037
|
-
"isExtensionMethod": false
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"stableId": "System.Net.WebSockets.Client:System.Net.WebSockets.ClientWebSocket::ReceiveAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
1041
|
-
"clrName": "ReceiveAsync",
|
|
1042
|
-
"metadataToken": 0,
|
|
1043
|
-
"canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
1044
|
-
"normalizedSignature": "ReceiveAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
|
|
1045
|
-
"emitScope": "ClassSurface",
|
|
1046
|
-
"provenance": "BaseOverload",
|
|
1047
|
-
"arity": 0,
|
|
1048
|
-
"parameterCount": 2,
|
|
1049
|
-
"isStatic": false,
|
|
1050
|
-
"isAbstract": false,
|
|
1051
|
-
"isVirtual": true,
|
|
1052
|
-
"isOverride": false,
|
|
1053
|
-
"isSealed": false,
|
|
1054
|
-
"visibility": "Public",
|
|
1055
|
-
"declaringClrType": "System.Net.WebSockets.ClientWebSocket",
|
|
1056
|
-
"declaringAssemblyName": "System.Net.WebSockets.Client",
|
|
1057
|
-
"isExtensionMethod": false
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"stableId": "System.Net.WebSockets.Client:System.Net.WebSockets.ClientWebSocket::SendAsync(System.ArraySegment_1,System.Net.WebSockets.WebSocketMessageType,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1061
|
-
"clrName": "SendAsync",
|
|
1062
|
-
"metadataToken": 0,
|
|
1063
|
-
"canonicalSignature": "(System.ArraySegment_1,System.Net.WebSockets.WebSocketMessageType,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1064
|
-
"normalizedSignature": "SendAsync|(System.ArraySegment_1,System.Net.WebSockets.WebSocketMessageType,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1065
|
-
"emitScope": "ClassSurface",
|
|
1066
|
-
"provenance": "BaseOverload",
|
|
1067
|
-
"arity": 0,
|
|
1068
|
-
"parameterCount": 4,
|
|
1069
|
-
"isStatic": false,
|
|
1070
|
-
"isAbstract": true,
|
|
1071
|
-
"isVirtual": true,
|
|
1072
|
-
"isOverride": false,
|
|
1073
|
-
"isSealed": false,
|
|
1074
|
-
"visibility": "Public",
|
|
1075
|
-
"declaringClrType": "System.Net.WebSockets.ClientWebSocket",
|
|
1076
|
-
"declaringAssemblyName": "System.Net.WebSockets.Client",
|
|
1077
|
-
"isExtensionMethod": false
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"stableId": "System.Net.WebSockets.Client:System.Net.WebSockets.ClientWebSocket::SendAsync(System.ReadOnlyMemory_1,System.Net.WebSockets.WebSocketMessageType,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
1020
|
+
"stableId": "System.Net.WebSockets.Client:System.Net.WebSockets.ClientWebSocket::SendAsync(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
1081
1021
|
"clrName": "SendAsync",
|
|
1082
1022
|
"metadataToken": 0,
|
|
1083
|
-
"canonicalSignature": "(System.ReadOnlyMemory_1,System.Net.WebSockets.WebSocketMessageType,System.
|
|
1084
|
-
"normalizedSignature": "SendAsync|(System.ReadOnlyMemory_1,System.Net.WebSockets.WebSocketMessageType,System.
|
|
1085
|
-
"emitScope": "ClassSurface",
|
|
1086
|
-
"provenance": "BaseOverload",
|
|
1087
|
-
"arity": 0,
|
|
1088
|
-
"parameterCount": 4,
|
|
1089
|
-
"isStatic": false,
|
|
1090
|
-
"isAbstract": false,
|
|
1091
|
-
"isVirtual": true,
|
|
1092
|
-
"isOverride": false,
|
|
1093
|
-
"isSealed": false,
|
|
1094
|
-
"visibility": "Public",
|
|
1095
|
-
"declaringClrType": "System.Net.WebSockets.ClientWebSocket",
|
|
1096
|
-
"declaringAssemblyName": "System.Net.WebSockets.Client",
|
|
1097
|
-
"isExtensionMethod": false
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"stableId": "System.Net.WebSockets.Client:System.Net.WebSockets.ClientWebSocket::SendAsync(System.ReadOnlyMemory_1,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
1101
|
-
"clrName": "SendAsync",
|
|
1102
|
-
"metadataToken": 0,
|
|
1103
|
-
"canonicalSignature": "(System.ReadOnlyMemory_1,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
1104
|
-
"normalizedSignature": "SendAsync|(System.ReadOnlyMemory_1,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
1023
|
+
"canonicalSignature": "(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
1024
|
+
"normalizedSignature": "SendAsync|(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
1105
1025
|
"emitScope": "ClassSurface",
|
|
1106
1026
|
"provenance": "BaseOverload",
|
|
1107
1027
|
"arity": 0,
|
|
@@ -3732,27 +3652,7 @@
|
|
|
3732
3652
|
"isAbstract": false,
|
|
3733
3653
|
"isVirtual": true,
|
|
3734
3654
|
"isOverride": false,
|
|
3735
|
-
"isSealed":
|
|
3736
|
-
"visibility": "Public",
|
|
3737
|
-
"declaringClrType": "System.Net.WebSockets.WebSocketStream",
|
|
3738
|
-
"declaringAssemblyName": "System.Net.WebSockets",
|
|
3739
|
-
"isExtensionMethod": false
|
|
3740
|
-
},
|
|
3741
|
-
{
|
|
3742
|
-
"stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::DisposeAsync():System.Threading.Tasks.ValueTask",
|
|
3743
|
-
"clrName": "DisposeAsync",
|
|
3744
|
-
"metadataToken": 0,
|
|
3745
|
-
"canonicalSignature": "():System.Threading.Tasks.ValueTask",
|
|
3746
|
-
"normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
3747
|
-
"emitScope": "ClassSurface",
|
|
3748
|
-
"provenance": "BaseOverload",
|
|
3749
|
-
"arity": 0,
|
|
3750
|
-
"parameterCount": 0,
|
|
3751
|
-
"isStatic": false,
|
|
3752
|
-
"isAbstract": false,
|
|
3753
|
-
"isVirtual": true,
|
|
3754
|
-
"isOverride": false,
|
|
3755
|
-
"isSealed": false,
|
|
3655
|
+
"isSealed": true,
|
|
3756
3656
|
"visibility": "Public",
|
|
3757
3657
|
"declaringClrType": "System.Net.WebSockets.WebSocketStream",
|
|
3758
3658
|
"declaringAssemblyName": "System.Net.WebSockets",
|
|
@@ -3779,11 +3679,11 @@
|
|
|
3779
3679
|
"isExtensionMethod": false
|
|
3780
3680
|
},
|
|
3781
3681
|
{
|
|
3782
|
-
"stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::Read(System.Span_1):System.Int32",
|
|
3682
|
+
"stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::Read(System.Span_1\u003CSystem.Byte\u003E):System.Int32",
|
|
3783
3683
|
"clrName": "Read",
|
|
3784
3684
|
"metadataToken": 0,
|
|
3785
|
-
"canonicalSignature": "(System.Span_1):System.Int32",
|
|
3786
|
-
"normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
|
|
3685
|
+
"canonicalSignature": "(System.Span_1\u003CSystem.Byte\u003E):System.Int32",
|
|
3686
|
+
"normalizedSignature": "Read|(System.Span_1\u003CSystem.Byte\u003E):System.Int32|static=false",
|
|
3787
3687
|
"emitScope": "ClassSurface",
|
|
3788
3688
|
"provenance": "BaseOverload",
|
|
3789
3689
|
"arity": 0,
|
|
@@ -3799,11 +3699,11 @@
|
|
|
3799
3699
|
"isExtensionMethod": false
|
|
3800
3700
|
},
|
|
3801
3701
|
{
|
|
3802
|
-
"stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
|
|
3702
|
+
"stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
|
|
3803
3703
|
"clrName": "ReadAsync",
|
|
3804
3704
|
"metadataToken": 0,
|
|
3805
|
-
"canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
|
|
3806
|
-
"normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
|
|
3705
|
+
"canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
|
|
3706
|
+
"normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
|
|
3807
3707
|
"emitScope": "ClassSurface",
|
|
3808
3708
|
"provenance": "BaseOverload",
|
|
3809
3709
|
"arity": 0,
|
|
@@ -3819,51 +3719,11 @@
|
|
|
3819
3719
|
"isExtensionMethod": false
|
|
3820
3720
|
},
|
|
3821
3721
|
{
|
|
3822
|
-
"stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::
|
|
3823
|
-
"clrName": "ReadAsync",
|
|
3824
|
-
"metadataToken": 0,
|
|
3825
|
-
"canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
3826
|
-
"normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
3827
|
-
"emitScope": "ClassSurface",
|
|
3828
|
-
"provenance": "BaseOverload",
|
|
3829
|
-
"arity": 0,
|
|
3830
|
-
"parameterCount": 4,
|
|
3831
|
-
"isStatic": false,
|
|
3832
|
-
"isAbstract": false,
|
|
3833
|
-
"isVirtual": true,
|
|
3834
|
-
"isOverride": false,
|
|
3835
|
-
"isSealed": false,
|
|
3836
|
-
"visibility": "Public",
|
|
3837
|
-
"declaringClrType": "System.Net.WebSockets.WebSocketStream",
|
|
3838
|
-
"declaringAssemblyName": "System.Net.WebSockets",
|
|
3839
|
-
"isExtensionMethod": false
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
3843
|
-
"clrName": "ReadAsync",
|
|
3844
|
-
"metadataToken": 0,
|
|
3845
|
-
"canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
3846
|
-
"normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
|
|
3847
|
-
"emitScope": "ClassSurface",
|
|
3848
|
-
"provenance": "BaseOverload",
|
|
3849
|
-
"arity": 0,
|
|
3850
|
-
"parameterCount": 2,
|
|
3851
|
-
"isStatic": false,
|
|
3852
|
-
"isAbstract": false,
|
|
3853
|
-
"isVirtual": true,
|
|
3854
|
-
"isOverride": false,
|
|
3855
|
-
"isSealed": false,
|
|
3856
|
-
"visibility": "Public",
|
|
3857
|
-
"declaringClrType": "System.Net.WebSockets.WebSocketStream",
|
|
3858
|
-
"declaringAssemblyName": "System.Net.WebSockets",
|
|
3859
|
-
"isExtensionMethod": false
|
|
3860
|
-
},
|
|
3861
|
-
{
|
|
3862
|
-
"stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::Write(System.ReadOnlySpan_1):System.Void",
|
|
3722
|
+
"stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::Write(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Void",
|
|
3863
3723
|
"clrName": "Write",
|
|
3864
3724
|
"metadataToken": 0,
|
|
3865
|
-
"canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
|
|
3866
|
-
"normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
|
|
3725
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Void",
|
|
3726
|
+
"normalizedSignature": "Write|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Void|static=false",
|
|
3867
3727
|
"emitScope": "ClassSurface",
|
|
3868
3728
|
"provenance": "BaseOverload",
|
|
3869
3729
|
"arity": 0,
|
|
@@ -3897,26 +3757,6 @@
|
|
|
3897
3757
|
"declaringClrType": "System.Net.WebSockets.WebSocketStream",
|
|
3898
3758
|
"declaringAssemblyName": "System.Net.WebSockets",
|
|
3899
3759
|
"isExtensionMethod": false
|
|
3900
|
-
},
|
|
3901
|
-
{
|
|
3902
|
-
"stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
3903
|
-
"clrName": "WriteAsync",
|
|
3904
|
-
"metadataToken": 0,
|
|
3905
|
-
"canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
3906
|
-
"normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
3907
|
-
"emitScope": "ClassSurface",
|
|
3908
|
-
"provenance": "BaseOverload",
|
|
3909
|
-
"arity": 0,
|
|
3910
|
-
"parameterCount": 2,
|
|
3911
|
-
"isStatic": false,
|
|
3912
|
-
"isAbstract": false,
|
|
3913
|
-
"isVirtual": true,
|
|
3914
|
-
"isOverride": false,
|
|
3915
|
-
"isSealed": false,
|
|
3916
|
-
"visibility": "Public",
|
|
3917
|
-
"declaringClrType": "System.Net.WebSockets.WebSocketStream",
|
|
3918
|
-
"declaringAssemblyName": "System.Net.WebSockets",
|
|
3919
|
-
"isExtensionMethod": false
|
|
3920
3760
|
}
|
|
3921
3761
|
],
|
|
3922
3762
|
"properties": [
|
|
@@ -116,11 +116,9 @@ export interface ClientWebSocket$instance extends WebSocket$instance {
|
|
|
116
116
|
Dispose(): void;
|
|
117
117
|
ReceiveAsync(buffer: ArraySegment_1<System_Internal.Byte>, cancellationToken: CancellationToken): Task_1<WebSocketReceiveResult>;
|
|
118
118
|
ReceiveAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask_1<ValueWebSocketReceiveResult>;
|
|
119
|
-
ReceiveAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken: CancellationToken): ValueTask_1<ValueWebSocketReceiveResult>;
|
|
120
119
|
SendAsync(buffer: ArraySegment_1<System_Internal.Byte>, messageType: WebSocketMessageType, endOfMessage: boolean, cancellationToken: CancellationToken): Task;
|
|
121
120
|
SendAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, messageType: WebSocketMessageType, endOfMessage: boolean, cancellationToken: CancellationToken): ValueTask;
|
|
122
121
|
SendAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, messageType: WebSocketMessageType, messageFlags: WebSocketMessageFlags, cancellationToken: CancellationToken): ValueTask;
|
|
123
|
-
SendAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, messageType: WebSocketMessageType, endOfMessage: boolean, cancellationToken: CancellationToken): ValueTask;
|
|
124
122
|
SendAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, messageType: WebSocketMessageType, messageFlags: WebSocketMessageFlags, cancellationToken?: CancellationToken): ValueTask;
|
|
125
123
|
}
|
|
126
124
|
|
|
@@ -352,7 +350,7 @@ export const WebSocketReceiveResult: {
|
|
|
352
350
|
|
|
353
351
|
export type WebSocketReceiveResult = WebSocketReceiveResult$instance;
|
|
354
352
|
|
|
355
|
-
export interface WebSocketStream$instance extends Stream {
|
|
353
|
+
export interface WebSocketStream$instance extends Stream, System_Internal.IAsyncDisposable$instance {
|
|
356
354
|
readonly __tsonic_type_System_Net_WebSockets_WebSocketStream: never;
|
|
357
355
|
|
|
358
356
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
@@ -368,7 +366,6 @@ export interface WebSocketStream$instance extends Stream {
|
|
|
368
366
|
BeginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state: unknown): IAsyncResult;
|
|
369
367
|
Dispose(disposing: boolean): void;
|
|
370
368
|
Dispose(): void;
|
|
371
|
-
DisposeAsync(): ValueTask;
|
|
372
369
|
EndRead(asyncResult: IAsyncResult): int;
|
|
373
370
|
EndWrite(asyncResult: IAsyncResult): void;
|
|
374
371
|
Flush(): void;
|
|
@@ -379,8 +376,6 @@ export interface WebSocketStream$instance extends Stream {
|
|
|
379
376
|
ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
|
|
380
377
|
ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
|
|
381
378
|
ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
|
|
382
|
-
ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
|
|
383
|
-
ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
|
|
384
379
|
Seek(offset: long, origin: SeekOrigin): long;
|
|
385
380
|
SetLength(value: long): void;
|
|
386
381
|
Write(buffer: byte[], offset: int, count: int): void;
|
|
@@ -388,7 +383,6 @@ export interface WebSocketStream$instance extends Stream {
|
|
|
388
383
|
WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
|
|
389
384
|
WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
|
|
390
385
|
WriteAsync(buffer: byte[], offset: int, count: int): Task;
|
|
391
|
-
WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
|
|
392
386
|
}
|
|
393
387
|
|
|
394
388
|
|