@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.
Files changed (133) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -8426,46 +8426,6 @@
8426
8426
  "declaringAssemblyName": "System.Private.CoreLib",
8427
8427
  "isExtensionMethod": false,
8428
8428
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
8429
- },
8430
- {
8431
- "stableId": "System.Net.Requests:System.Net.FileWebRequest::GetRequestStreamAsync():System.Threading.Tasks.Task_1",
8432
- "clrName": "GetRequestStreamAsync",
8433
- "metadataToken": 0,
8434
- "canonicalSignature": "():System.Threading.Tasks.Task_1",
8435
- "normalizedSignature": "GetRequestStreamAsync|():System.Threading.Tasks.Task_1|static=false",
8436
- "emitScope": "ClassSurface",
8437
- "provenance": "BaseOverload",
8438
- "arity": 0,
8439
- "parameterCount": 0,
8440
- "isStatic": false,
8441
- "isAbstract": false,
8442
- "isVirtual": true,
8443
- "isOverride": false,
8444
- "isSealed": false,
8445
- "visibility": "Public",
8446
- "declaringClrType": "System.Net.FileWebRequest",
8447
- "declaringAssemblyName": "System.Net.Requests",
8448
- "isExtensionMethod": false
8449
- },
8450
- {
8451
- "stableId": "System.Net.Requests:System.Net.FileWebRequest::GetResponseAsync():System.Threading.Tasks.Task_1",
8452
- "clrName": "GetResponseAsync",
8453
- "metadataToken": 0,
8454
- "canonicalSignature": "():System.Threading.Tasks.Task_1",
8455
- "normalizedSignature": "GetResponseAsync|():System.Threading.Tasks.Task_1|static=false",
8456
- "emitScope": "ClassSurface",
8457
- "provenance": "BaseOverload",
8458
- "arity": 0,
8459
- "parameterCount": 0,
8460
- "isStatic": false,
8461
- "isAbstract": false,
8462
- "isVirtual": true,
8463
- "isOverride": false,
8464
- "isSealed": false,
8465
- "visibility": "Public",
8466
- "declaringClrType": "System.Net.FileWebRequest",
8467
- "declaringAssemblyName": "System.Net.Requests",
8468
- "isExtensionMethod": false
8469
8429
  }
8470
8430
  ],
8471
8431
  "properties": [
@@ -8822,46 +8782,6 @@
8822
8782
  "declaringAssemblyName": "System.Private.CoreLib",
8823
8783
  "isExtensionMethod": false,
8824
8784
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
8825
- },
8826
- {
8827
- "stableId": "System.Net.Requests:System.Net.FileWebResponse::Dispose():System.Void",
8828
- "clrName": "Dispose",
8829
- "metadataToken": 0,
8830
- "canonicalSignature": "():System.Void",
8831
- "normalizedSignature": "Dispose|():System.Void|static=false",
8832
- "emitScope": "ClassSurface",
8833
- "provenance": "BaseOverload",
8834
- "arity": 0,
8835
- "parameterCount": 0,
8836
- "isStatic": false,
8837
- "isAbstract": false,
8838
- "isVirtual": true,
8839
- "isOverride": false,
8840
- "isSealed": false,
8841
- "visibility": "Public",
8842
- "declaringClrType": "System.Net.FileWebResponse",
8843
- "declaringAssemblyName": "System.Net.Requests",
8844
- "isExtensionMethod": false
8845
- },
8846
- {
8847
- "stableId": "System.Net.Requests:System.Net.FileWebResponse::Dispose(System.Boolean):System.Void",
8848
- "clrName": "Dispose",
8849
- "metadataToken": 0,
8850
- "canonicalSignature": "(System.Boolean):System.Void",
8851
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
8852
- "emitScope": "ClassSurface",
8853
- "provenance": "BaseOverload",
8854
- "arity": 0,
8855
- "parameterCount": 1,
8856
- "isStatic": false,
8857
- "isAbstract": false,
8858
- "isVirtual": true,
8859
- "isOverride": false,
8860
- "isSealed": false,
8861
- "visibility": "Protected",
8862
- "declaringClrType": "System.Net.FileWebResponse",
8863
- "declaringAssemblyName": "System.Net.Requests",
8864
- "isExtensionMethod": false
8865
8785
  }
8866
8786
  ],
8867
8787
  "properties": [
@@ -9159,26 +9079,6 @@
9159
9079
  "declaringAssemblyName": "System.Private.CoreLib",
9160
9080
  "isExtensionMethod": false,
9161
9081
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
9162
- },
9163
- {
9164
- "stableId": "System.Net.Requests:System.Net.FtpWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
9165
- "clrName": "GetObjectData",
9166
- "metadataToken": 0,
9167
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
9168
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
9169
- "emitScope": "ClassSurface",
9170
- "provenance": "BaseOverload",
9171
- "arity": 0,
9172
- "parameterCount": 2,
9173
- "isStatic": false,
9174
- "isAbstract": false,
9175
- "isVirtual": true,
9176
- "isOverride": false,
9177
- "isSealed": false,
9178
- "visibility": "Protected",
9179
- "declaringClrType": "System.Net.FtpWebRequest",
9180
- "declaringAssemblyName": "System.Net.Requests",
9181
- "isExtensionMethod": false
9182
9082
  }
9183
9083
  ],
9184
9084
  "properties": [
@@ -9712,66 +9612,6 @@
9712
9612
  "declaringAssemblyName": "System.Private.CoreLib",
9713
9613
  "isExtensionMethod": false,
9714
9614
  "sourceInterface": "System.IDisposable"
9715
- },
9716
- {
9717
- "stableId": "System.Net.Requests:System.Net.FtpWebResponse::Dispose():System.Void",
9718
- "clrName": "Dispose",
9719
- "metadataToken": 0,
9720
- "canonicalSignature": "():System.Void",
9721
- "normalizedSignature": "Dispose|():System.Void|static=false",
9722
- "emitScope": "ClassSurface",
9723
- "provenance": "BaseOverload",
9724
- "arity": 0,
9725
- "parameterCount": 0,
9726
- "isStatic": false,
9727
- "isAbstract": false,
9728
- "isVirtual": true,
9729
- "isOverride": false,
9730
- "isSealed": false,
9731
- "visibility": "Public",
9732
- "declaringClrType": "System.Net.FtpWebResponse",
9733
- "declaringAssemblyName": "System.Net.Requests",
9734
- "isExtensionMethod": false
9735
- },
9736
- {
9737
- "stableId": "System.Net.Requests:System.Net.FtpWebResponse::Dispose(System.Boolean):System.Void",
9738
- "clrName": "Dispose",
9739
- "metadataToken": 0,
9740
- "canonicalSignature": "(System.Boolean):System.Void",
9741
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
9742
- "emitScope": "ClassSurface",
9743
- "provenance": "BaseOverload",
9744
- "arity": 0,
9745
- "parameterCount": 1,
9746
- "isStatic": false,
9747
- "isAbstract": false,
9748
- "isVirtual": true,
9749
- "isOverride": false,
9750
- "isSealed": false,
9751
- "visibility": "Protected",
9752
- "declaringClrType": "System.Net.FtpWebResponse",
9753
- "declaringAssemblyName": "System.Net.Requests",
9754
- "isExtensionMethod": false
9755
- },
9756
- {
9757
- "stableId": "System.Net.Requests:System.Net.FtpWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
9758
- "clrName": "GetObjectData",
9759
- "metadataToken": 0,
9760
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
9761
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
9762
- "emitScope": "ClassSurface",
9763
- "provenance": "BaseOverload",
9764
- "arity": 0,
9765
- "parameterCount": 2,
9766
- "isStatic": false,
9767
- "isAbstract": false,
9768
- "isVirtual": true,
9769
- "isOverride": false,
9770
- "isSealed": false,
9771
- "visibility": "Protected",
9772
- "declaringClrType": "System.Net.FtpWebResponse",
9773
- "declaringAssemblyName": "System.Net.Requests",
9774
- "isExtensionMethod": false
9775
9615
  }
9776
9616
  ],
9777
9617
  "properties": [
@@ -10815,26 +10655,6 @@
10815
10655
  "declaringAssemblyName": "System.Private.CoreLib",
10816
10656
  "isExtensionMethod": false,
10817
10657
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
10818
- },
10819
- {
10820
- "stableId": "System.Net.HttpListener:System.Net.HttpListenerException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
10821
- "clrName": "GetObjectData",
10822
- "metadataToken": 0,
10823
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
10824
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
10825
- "emitScope": "ClassSurface",
10826
- "provenance": "BaseOverload",
10827
- "arity": 0,
10828
- "parameterCount": 2,
10829
- "isStatic": false,
10830
- "isAbstract": false,
10831
- "isVirtual": true,
10832
- "isOverride": false,
10833
- "isSealed": false,
10834
- "visibility": "Public",
10835
- "declaringClrType": "System.Net.HttpListenerException",
10836
- "declaringAssemblyName": "System.Net.HttpListener",
10837
- "isExtensionMethod": false
10838
10658
  }
10839
10659
  ],
10840
10660
  "properties": [
@@ -14032,7 +13852,7 @@
14032
13852
  "isAbstract": false,
14033
13853
  "isVirtual": true,
14034
13854
  "isOverride": false,
14035
- "isSealed": false,
13855
+ "isSealed": true,
14036
13856
  "visibility": "Public",
14037
13857
  "declaringClrType": "System.Net.HttpWebResponse",
14038
13858
  "declaringAssemblyName": "System.Net.Requests",
@@ -19552,46 +19372,6 @@
19552
19372
  "declaringAssemblyName": "System.Private.CoreLib",
19553
19373
  "isExtensionMethod": false,
19554
19374
  "sourceInterface": "System.IDisposable"
19555
- },
19556
- {
19557
- "stableId": "System.Net.WebClient:System.Net.WebClient::Dispose():System.Void",
19558
- "clrName": "Dispose",
19559
- "metadataToken": 0,
19560
- "canonicalSignature": "():System.Void",
19561
- "normalizedSignature": "Dispose|():System.Void|static=false",
19562
- "emitScope": "ClassSurface",
19563
- "provenance": "BaseOverload",
19564
- "arity": 0,
19565
- "parameterCount": 0,
19566
- "isStatic": false,
19567
- "isAbstract": false,
19568
- "isVirtual": true,
19569
- "isOverride": false,
19570
- "isSealed": false,
19571
- "visibility": "Public",
19572
- "declaringClrType": "System.Net.WebClient",
19573
- "declaringAssemblyName": "System.Net.WebClient",
19574
- "isExtensionMethod": false
19575
- },
19576
- {
19577
- "stableId": "System.Net.WebClient:System.Net.WebClient::Dispose(System.Boolean):System.Void",
19578
- "clrName": "Dispose",
19579
- "metadataToken": 0,
19580
- "canonicalSignature": "(System.Boolean):System.Void",
19581
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
19582
- "emitScope": "ClassSurface",
19583
- "provenance": "BaseOverload",
19584
- "arity": 0,
19585
- "parameterCount": 1,
19586
- "isStatic": false,
19587
- "isAbstract": false,
19588
- "isVirtual": true,
19589
- "isOverride": false,
19590
- "isSealed": false,
19591
- "visibility": "Protected",
19592
- "declaringClrType": "System.Net.WebClient",
19593
- "declaringAssemblyName": "System.Net.WebClient",
19594
- "isExtensionMethod": false
19595
19375
  }
19596
19376
  ],
19597
19377
  "properties": [
@@ -20774,26 +20554,6 @@
20774
20554
  "declaringAssemblyName": "System.Net.WebHeaderCollection",
20775
20555
  "isExtensionMethod": false
20776
20556
  },
20777
- {
20778
- "stableId": "System.Net.WebHeaderCollection:System.Net.WebHeaderCollection::CopyTo(System.Array,System.Int32):System.Void",
20779
- "clrName": "CopyTo",
20780
- "metadataToken": 0,
20781
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
20782
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
20783
- "emitScope": "ClassSurface",
20784
- "provenance": "BaseOverload",
20785
- "arity": 0,
20786
- "parameterCount": 2,
20787
- "isStatic": false,
20788
- "isAbstract": false,
20789
- "isVirtual": false,
20790
- "isOverride": false,
20791
- "isSealed": false,
20792
- "visibility": "Public",
20793
- "declaringClrType": "System.Net.WebHeaderCollection",
20794
- "declaringAssemblyName": "System.Net.WebHeaderCollection",
20795
- "isExtensionMethod": false
20796
- },
20797
20557
  {
20798
20558
  "stableId": "System.Net.WebHeaderCollection:System.Net.WebHeaderCollection::get_Item(System.Net.HttpRequestHeader):System.String",
20799
20559
  "clrName": "get_Item",
@@ -766,10 +766,8 @@ export interface FileWebRequest$instance extends WebRequest$instance {
766
766
  GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
767
767
  GetRequestStream(): Stream;
768
768
  GetRequestStreamAsync(): Task_1<Stream>;
769
- GetRequestStreamAsync(): Task_1<Stream>;
770
769
  GetResponse(): WebResponse;
771
770
  GetResponseAsync(): Task_1<WebResponse>;
772
- GetResponseAsync(): Task_1<WebResponse>;
773
771
  }
774
772
 
775
773
 
@@ -796,8 +794,6 @@ export interface FileWebResponse$instance extends WebResponse$instance {
796
794
  readonly ResponseUri: Uri;
797
795
  readonly SupportsHeaders: boolean;
798
796
  Close(): void;
799
- Dispose(): void;
800
- Dispose(disposing: boolean): void;
801
797
  GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
802
798
  GetResponseStream(): Stream;
803
799
  }
@@ -815,7 +811,7 @@ export interface __FileWebResponse$views {
815
811
  export type FileWebResponse = FileWebResponse$instance & __FileWebResponse$views;
816
812
 
817
813
 
818
- export interface FtpWebRequest$instance extends WebRequest$instance {
814
+ export interface FtpWebRequest$instance extends WebRequest$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
819
815
  readonly __tsonic_type_System_Net_FtpWebRequest: never;
820
816
 
821
817
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
@@ -852,7 +848,6 @@ export interface FtpWebRequest$instance extends WebRequest$instance {
852
848
  BeginGetResponse(callback: AsyncCallback, state: unknown): IAsyncResult;
853
849
  EndGetRequestStream(asyncResult: IAsyncResult): Stream;
854
850
  EndGetResponse(asyncResult: IAsyncResult): WebResponse;
855
- GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
856
851
  GetRequestStream(): Stream;
857
852
  GetResponse(): WebResponse;
858
853
  }
@@ -871,7 +866,7 @@ export interface __FtpWebRequest$views {
871
866
  export type FtpWebRequest = FtpWebRequest$instance & __FtpWebRequest$views;
872
867
 
873
868
 
874
- export interface FtpWebResponse$instance extends WebResponse$instance {
869
+ export interface FtpWebResponse$instance extends WebResponse$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
875
870
  readonly __tsonic_type_System_Net_FtpWebResponse: never;
876
871
 
877
872
  readonly __tsonic_iface_System_IDisposable: never;
@@ -888,9 +883,6 @@ export interface FtpWebResponse$instance extends WebResponse$instance {
888
883
  readonly SupportsHeaders: boolean;
889
884
  readonly WelcomeMessage: string | undefined;
890
885
  Close(): void;
891
- Dispose(): void;
892
- Dispose(disposing: boolean): void;
893
- GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
894
886
  GetResponseStream(): Stream;
895
887
  }
896
888
 
@@ -1011,7 +1003,6 @@ export interface HttpListenerException$instance extends Win32Exception {
1011
1003
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1012
1004
 
1013
1005
  readonly ErrorCode: int;
1014
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1015
1006
  }
1016
1007
 
1017
1008
 
@@ -1240,10 +1231,12 @@ export interface HttpWebRequest$instance extends WebRequest$instance {
1240
1231
  AddRange(rangeSpecifier: string, range: long): void;
1241
1232
  BeginGetRequestStream(callback: AsyncCallback, state: unknown): IAsyncResult;
1242
1233
  BeginGetResponse(callback: AsyncCallback, state: unknown): IAsyncResult;
1234
+ EndGetRequestStream(asyncResult: IAsyncResult, context: TransportContext): Stream;
1243
1235
  EndGetRequestStream(asyncResult: IAsyncResult): Stream;
1244
1236
  EndGetResponse(asyncResult: IAsyncResult): WebResponse;
1245
1237
  GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
1246
1238
  GetRequestStream(): Stream;
1239
+ GetRequestStream(context: TransportContext): Stream;
1247
1240
  GetResponse(): WebResponse;
1248
1241
  }
1249
1242
 
@@ -1717,8 +1710,6 @@ export interface WebClient$instance extends Component {
1717
1710
  readonly ResponseHeaders: WebHeaderCollection | undefined;
1718
1711
  UseDefaultCredentials: boolean;
1719
1712
  CancelAsync(): void;
1720
- Dispose(): void;
1721
- Dispose(disposing: boolean): void;
1722
1713
  DownloadData(address: string): byte[];
1723
1714
  DownloadData(address: Uri): byte[];
1724
1715
  DownloadDataAsync(address: Uri): void;
@@ -1867,23 +1858,33 @@ export interface WebHeaderCollection$instance extends NameValueCollection {
1867
1858
  readonly AllKeys: (string | undefined)[] | string[];
1868
1859
  readonly Count: int;
1869
1860
  readonly Keys: NameObjectCollectionBase_KeysCollection;
1861
+ Add(header: HttpRequestHeader, value: string): void;
1870
1862
  Add(header: HttpResponseHeader, value: string): void;
1863
+ Add(header: string): void;
1871
1864
  Add(name: string, value: string): void;
1872
1865
  Add(c: NameValueCollection): void;
1873
1866
  Clear(): void;
1874
- CopyTo(dest: ClrArray, index: int): void;
1875
1867
  Get(index: int): string | undefined;
1876
1868
  Get(name: string): string | undefined;
1869
+ get_Item(header: HttpRequestHeader): string | undefined;
1870
+ get_Item(header: HttpResponseHeader): string | undefined;
1871
+ get_Item(name: string): string | undefined;
1872
+ get_Item(index: int): string | undefined;
1877
1873
  GetEnumerator(): IEnumerator;
1878
1874
  GetKey(index: int): string;
1879
1875
  GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
1880
1876
  GetValues(index: int): string[] | undefined;
1881
1877
  GetValues(header: string): string[] | undefined;
1882
1878
  OnDeserialization(sender: unknown): void;
1879
+ Remove(header: HttpRequestHeader): void;
1883
1880
  Remove(header: HttpResponseHeader): void;
1884
1881
  Remove(name: string): void;
1885
1882
  Set(name: string, value: string): void;
1883
+ Set(header: HttpRequestHeader, value: string): void;
1886
1884
  Set(header: HttpResponseHeader, value: string): void;
1885
+ set_Item(header: HttpRequestHeader, value: string | undefined): void;
1886
+ set_Item(header: HttpResponseHeader, value: string | undefined): void;
1887
+ set_Item(name: string, value: string | undefined): void;
1887
1888
  ToByteArray(): byte[];
1888
1889
  ToString(): string;
1889
1890
  }