@tsonic/dotnet 10.0.11 → 10.0.14

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 (132) 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 -32
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +39 -93
  9. package/System.CodeDom.Compiler/bindings.json +0 -120
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections.Concurrent/bindings.json +0 -40
  12. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  13. package/System.Collections.Generic/bindings.json +37 -777
  14. package/System.Collections.Generic/internal/index.d.ts +2 -33
  15. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  16. package/System.Collections.ObjectModel/internal/index.d.ts +0 -47
  17. package/System.Collections.Specialized/bindings.json +0 -60
  18. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  19. package/System.ComponentModel/bindings.json +2 -422
  20. package/System.ComponentModel/internal/index.d.ts +0 -21
  21. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  22. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  23. package/System.ComponentModel.Design/bindings.json +0 -200
  24. package/System.ComponentModel.Design/internal/index.d.ts +2 -12
  25. package/System.Data/bindings.json +60 -1600
  26. package/System.Data/internal/index.d.ts +23 -100
  27. package/System.Data.Common/bindings.json +3 -103
  28. package/System.Data.Common/internal/index.d.ts +1 -6
  29. package/System.Data.SqlTypes/bindings.json +0 -100
  30. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  31. package/System.Diagnostics/bindings.json +2 -342
  32. package/System.Diagnostics/internal/index.d.ts +1 -18
  33. package/System.Diagnostics.Metrics/bindings.json +0 -60
  34. package/System.Diagnostics.Tracing/bindings.json +0 -100
  35. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  36. package/System.Dynamic/bindings.json +12 -32
  37. package/System.Dynamic/internal/index.d.ts +0 -1
  38. package/System.Formats.Asn1/bindings.json +0 -20
  39. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  40. package/System.Globalization/bindings.json +0 -300
  41. package/System.Globalization/internal/index.d.ts +15 -30
  42. package/System.IO/bindings.json +93 -1333
  43. package/System.IO/internal/index.d.ts +12 -74
  44. package/System.IO.Compression/bindings.json +4 -424
  45. package/System.IO.Compression/internal/index.d.ts +1 -22
  46. package/System.IO.IsolatedStorage/bindings.json +1 -81
  47. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  48. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  49. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  50. package/System.IO.Pipes/bindings.json +4 -324
  51. package/System.IO.Pipes/internal/index.d.ts +5 -21
  52. package/System.Linq/bindings.json +0 -60
  53. package/System.Linq/internal/index.d.ts +0 -3
  54. package/System.Net/bindings.json +1 -241
  55. package/System.Net/internal/index.d.ts +2 -14
  56. package/System.Net.Http/bindings.json +6 -546
  57. package/System.Net.Http/internal/index.d.ts +3 -28
  58. package/System.Net.Http.Headers/bindings.json +0 -180
  59. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  60. package/System.Net.Http.Json/bindings.json +0 -40
  61. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  62. package/System.Net.Mail/bindings.json +1863 -3283
  63. package/System.Net.Mail/internal/index.d.ts +0 -72
  64. package/System.Net.NetworkInformation/bindings.json +1 -41
  65. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  66. package/System.Net.Quic/bindings.json +1 -101
  67. package/System.Net.Quic/internal/index.d.ts +1 -6
  68. package/System.Net.Security/bindings.json +3 -163
  69. package/System.Net.Security/internal/index.d.ts +0 -8
  70. package/System.Net.Sockets/bindings.json +1 -181
  71. package/System.Net.Sockets/internal/index.d.ts +1 -10
  72. package/System.Net.WebSockets/bindings.json +1 -161
  73. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  74. package/System.Reflection/bindings.json +613 -2253
  75. package/System.Reflection/internal/index.d.ts +13 -104
  76. package/System.Reflection.Emit/bindings.json +4539 -7379
  77. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  78. package/System.Reflection.Metadata/bindings.json +0 -20
  79. package/System.Reflection.Metadata/internal/index.d.ts +1 -2
  80. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  81. package/System.Resources/bindings.json +0 -40
  82. package/System.Resources/internal/index.d.ts +2 -4
  83. package/System.Runtime/bindings.json +0 -20
  84. package/System.Runtime/internal/index.d.ts +1 -2
  85. package/System.Runtime.InteropServices/bindings.json +0 -220
  86. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  87. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  88. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  89. package/System.Runtime.Serialization/bindings.json +0 -40
  90. package/System.Runtime.Serialization/internal/index.d.ts +2 -4
  91. package/System.Security/bindings.json +0 -20
  92. package/System.Security/internal/index.d.ts +1 -2
  93. package/System.Security.AccessControl/bindings.json +2 -362
  94. package/System.Security.AccessControl/internal/index.d.ts +0 -18
  95. package/System.Security.Authentication/bindings.json +0 -40
  96. package/System.Security.Authentication/internal/index.d.ts +2 -4
  97. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  98. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  99. package/System.Security.Cryptography/bindings.json +660 -6840
  100. package/System.Security.Cryptography/internal/index.d.ts +3 -263
  101. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  102. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +1 -24
  103. package/System.Security.Principal/bindings.json +0 -20
  104. package/System.Security.Principal/internal/index.d.ts +1 -2
  105. package/System.Text/bindings.json +0 -424
  106. package/System.Text/internal/index.d.ts +5 -25
  107. package/System.Text.RegularExpressions/bindings.json +0 -20
  108. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  109. package/System.Threading/bindings.json +0 -400
  110. package/System.Threading/internal/index.d.ts +10 -30
  111. package/System.Threading.Channels/bindings.json +0 -20
  112. package/System.Threading.Channels/internal/index.d.ts +1 -2
  113. package/System.Threading.Tasks/bindings.json +0 -580
  114. package/System.Threading.Tasks/internal/index.d.ts +2 -31
  115. package/System.Timers/bindings.json +1 -1
  116. package/System.Transactions/bindings.json +0 -220
  117. package/System.Transactions/internal/index.d.ts +8 -19
  118. package/System.Xml/bindings.json +67 -1767
  119. package/System.Xml/internal/index.d.ts +18 -103
  120. package/System.Xml.Linq/bindings.json +0 -200
  121. package/System.Xml.Linq/internal/index.d.ts +8 -18
  122. package/System.Xml.Resolvers/bindings.json +0 -20
  123. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  124. package/System.Xml.Schema/bindings.json +0 -160
  125. package/System.Xml.Schema/internal/index.d.ts +0 -8
  126. package/System.Xml.Serialization/bindings.json +77 -717
  127. package/System.Xml.Serialization/internal/index.d.ts +0 -32
  128. package/System.Xml.Xsl/bindings.json +0 -60
  129. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  130. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  131. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  132. package/package.json +2 -2
@@ -67,7 +67,7 @@ export enum PipeTransmissionMode {
67
67
  export type PipeStreamImpersonationWorker = () => void;
68
68
 
69
69
 
70
- export interface AnonymousPipeClientStream$instance extends PipeStream$instance {
70
+ export interface AnonymousPipeClientStream$instance extends PipeStream$instance, System_Internal.IAsyncDisposable$instance {
71
71
  readonly __tsonic_type_System_IO_Pipes_AnonymousPipeClientStream: never;
72
72
 
73
73
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -75,9 +75,6 @@ export interface AnonymousPipeClientStream$instance extends PipeStream$instance
75
75
 
76
76
  ReadMode: PipeTransmissionMode;
77
77
  readonly TransmissionMode: PipeTransmissionMode;
78
- Dispose(disposing: boolean): void;
79
- Dispose(): void;
80
- DisposeAsync(): ValueTask;
81
78
  Finalize(): void;
82
79
  }
83
80
 
@@ -97,7 +94,7 @@ export interface __AnonymousPipeClientStream$views {
97
94
  export type AnonymousPipeClientStream = AnonymousPipeClientStream$instance & __AnonymousPipeClientStream$views;
98
95
 
99
96
 
100
- export interface AnonymousPipeServerStream$instance extends PipeStream$instance {
97
+ export interface AnonymousPipeServerStream$instance extends PipeStream$instance, System_Internal.IAsyncDisposable$instance {
101
98
  readonly __tsonic_type_System_IO_Pipes_AnonymousPipeServerStream: never;
102
99
 
103
100
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -108,7 +105,6 @@ export interface AnonymousPipeServerStream$instance extends PipeStream$instance
108
105
  readonly TransmissionMode: PipeTransmissionMode;
109
106
  Dispose(disposing: boolean): void;
110
107
  Dispose(): void;
111
- DisposeAsync(): ValueTask;
112
108
  DisposeLocalCopyOfClientHandle(): void;
113
109
  Finalize(): void;
114
110
  GetClientHandleAsString(): string;
@@ -132,7 +128,7 @@ export interface __AnonymousPipeServerStream$views {
132
128
  export type AnonymousPipeServerStream = AnonymousPipeServerStream$instance & __AnonymousPipeServerStream$views;
133
129
 
134
130
 
135
- export interface NamedPipeClientStream$instance extends PipeStream$instance {
131
+ export interface NamedPipeClientStream$instance extends PipeStream$instance, System_Internal.IAsyncDisposable$instance {
136
132
  readonly __tsonic_type_System_IO_Pipes_NamedPipeClientStream: never;
137
133
 
138
134
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -150,9 +146,6 @@ export interface NamedPipeClientStream$instance extends PipeStream$instance {
150
146
  ConnectAsync(cancellationToken: CancellationToken): Task;
151
147
  ConnectAsync(timeout: int, cancellationToken: CancellationToken): Task;
152
148
  ConnectAsync(timeout: TimeSpan, cancellationToken?: CancellationToken): Task;
153
- Dispose(disposing: boolean): void;
154
- Dispose(): void;
155
- DisposeAsync(): ValueTask;
156
149
  Finalize(): void;
157
150
  }
158
151
 
@@ -177,7 +170,7 @@ export interface __NamedPipeClientStream$views {
177
170
  export type NamedPipeClientStream = NamedPipeClientStream$instance & __NamedPipeClientStream$views;
178
171
 
179
172
 
180
- export interface NamedPipeServerStream$instance extends PipeStream$instance {
173
+ export interface NamedPipeServerStream$instance extends PipeStream$instance, System_Internal.IAsyncDisposable$instance {
181
174
  readonly __tsonic_type_System_IO_Pipes_NamedPipeServerStream: never;
182
175
 
183
176
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -187,9 +180,6 @@ export interface NamedPipeServerStream$instance extends PipeStream$instance {
187
180
  readonly OutBufferSize: int;
188
181
  BeginWaitForConnection(callback: AsyncCallback, state: unknown): IAsyncResult;
189
182
  Disconnect(): void;
190
- Dispose(disposing: boolean): void;
191
- Dispose(): void;
192
- DisposeAsync(): ValueTask;
193
183
  EndWaitForConnection(asyncResult: IAsyncResult): void;
194
184
  Finalize(): void;
195
185
  GetImpersonationUserName(): string;
@@ -281,7 +271,7 @@ export const PipeSecurity: {
281
271
 
282
272
  export type PipeSecurity = PipeSecurity$instance;
283
273
 
284
- export interface PipeStream$instance extends Stream {
274
+ export interface PipeStream$instance extends Stream, System_Internal.IAsyncDisposable$instance {
285
275
  readonly __tsonic_type_System_IO_Pipes_PipeStream: never;
286
276
 
287
277
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -305,7 +295,6 @@ export interface PipeStream$instance extends Stream {
305
295
  CheckPipePropertyOperations(): void;
306
296
  Dispose(disposing: boolean): void;
307
297
  Dispose(): void;
308
- DisposeAsync(): ValueTask;
309
298
  EndRead(asyncResult: IAsyncResult): int;
310
299
  EndWrite(asyncResult: IAsyncResult): void;
311
300
  Flush(): void;
@@ -313,23 +302,18 @@ export interface PipeStream$instance extends Stream {
313
302
  FlushAsync(): Task;
314
303
  Read(buffer: byte[], offset: int, count: int): int;
315
304
  Read(buffer: Span_1<System_Internal.Byte>): int;
316
- Read(buffer: Span_1<System_Internal.Byte>): int;
317
305
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
318
306
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
319
307
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
320
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
321
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
322
308
  ReadByte(): int;
323
309
  Seek(offset: long, origin: SeekOrigin): long;
324
310
  SetLength(value: long): void;
325
311
  WaitForPipeDrain(): void;
326
312
  Write(buffer: byte[], offset: int, count: int): void;
327
313
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
328
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
329
314
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
330
315
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
331
316
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
332
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
333
317
  WriteByte(value: byte): void;
334
318
  }
335
319
 
@@ -1884,46 +1884,6 @@
1884
1884
  "declaringAssemblyName": "System.Private.CoreLib",
1885
1885
  "isExtensionMethod": false,
1886
1886
  "sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
1887
- },
1888
- {
1889
- "stableId": "System.Linq.Parallel:System.Linq.OrderedParallelQuery\u00601::GetEnumerator():System.Collections.Generic.IEnumerator_1",
1890
- "clrName": "GetEnumerator",
1891
- "metadataToken": 0,
1892
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
1893
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
1894
- "emitScope": "ClassSurface",
1895
- "provenance": "BaseOverload",
1896
- "arity": 0,
1897
- "parameterCount": 0,
1898
- "isStatic": false,
1899
- "isAbstract": false,
1900
- "isVirtual": true,
1901
- "isOverride": false,
1902
- "isSealed": false,
1903
- "visibility": "Public",
1904
- "declaringClrType": "System.Linq.OrderedParallelQuery\u00601",
1905
- "declaringAssemblyName": "System.Linq.Parallel",
1906
- "isExtensionMethod": false
1907
- },
1908
- {
1909
- "stableId": "System.Linq.Parallel:System.Linq.OrderedParallelQuery\u00601::GetEnumerator():System.Collections.IEnumerator",
1910
- "clrName": "GetEnumerator",
1911
- "metadataToken": 0,
1912
- "canonicalSignature": "():System.Collections.IEnumerator",
1913
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
1914
- "emitScope": "ClassSurface",
1915
- "provenance": "BaseOverload",
1916
- "arity": 0,
1917
- "parameterCount": 0,
1918
- "isStatic": false,
1919
- "isAbstract": false,
1920
- "isVirtual": true,
1921
- "isOverride": false,
1922
- "isSealed": false,
1923
- "visibility": "Public",
1924
- "declaringClrType": "System.Linq.OrderedParallelQuery\u00601",
1925
- "declaringAssemblyName": "System.Linq.Parallel",
1926
- "isExtensionMethod": false
1927
1887
  }
1928
1888
  ],
1929
1889
  "properties": [],
@@ -2073,26 +2033,6 @@
2073
2033
  "declaringAssemblyName": "System.Private.CoreLib",
2074
2034
  "isExtensionMethod": false,
2075
2035
  "sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
2076
- },
2077
- {
2078
- "stableId": "System.Linq.Parallel:System.Linq.ParallelQuery\u00601::GetEnumerator():System.Collections.IEnumerator",
2079
- "clrName": "GetEnumerator",
2080
- "metadataToken": 0,
2081
- "canonicalSignature": "():System.Collections.IEnumerator",
2082
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2083
- "emitScope": "ClassSurface",
2084
- "provenance": "BaseOverload",
2085
- "arity": 0,
2086
- "parameterCount": 0,
2087
- "isStatic": false,
2088
- "isAbstract": false,
2089
- "isVirtual": true,
2090
- "isOverride": false,
2091
- "isSealed": false,
2092
- "visibility": "Public",
2093
- "declaringClrType": "System.Linq.ParallelQuery\u00601",
2094
- "declaringAssemblyName": "System.Linq.Parallel",
2095
- "isExtensionMethod": false
2096
2036
  }
2097
2037
  ],
2098
2038
  "properties": [],
@@ -254,8 +254,6 @@ export interface OrderedParallelQuery_1$instance<TSource> extends ParallelQuery_
254
254
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
255
255
 
256
256
  GetEnumerator(): IEnumerator_1<TSource>;
257
- GetEnumerator(): IEnumerator_1<TSource>;
258
- GetEnumerator(): IEnumerator;
259
257
  }
260
258
 
261
259
 
@@ -296,7 +294,6 @@ export interface ParallelQuery_1$instance<TSource> extends ParallelQuery$instanc
296
294
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
297
295
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
298
296
 
299
- GetEnumerator(): IEnumerator;
300
297
  }
301
298
 
302
299
 
@@ -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
 
@@ -1717,8 +1708,6 @@ export interface WebClient$instance extends Component {
1717
1708
  readonly ResponseHeaders: WebHeaderCollection | undefined;
1718
1709
  UseDefaultCredentials: boolean;
1719
1710
  CancelAsync(): void;
1720
- Dispose(): void;
1721
- Dispose(disposing: boolean): void;
1722
1711
  DownloadData(address: string): byte[];
1723
1712
  DownloadData(address: Uri): byte[];
1724
1713
  DownloadDataAsync(address: Uri): void;
@@ -1871,7 +1860,6 @@ export interface WebHeaderCollection$instance extends NameValueCollection {
1871
1860
  Add(name: string, value: string): void;
1872
1861
  Add(c: NameValueCollection): void;
1873
1862
  Clear(): void;
1874
- CopyTo(dest: ClrArray, index: int): void;
1875
1863
  Get(index: int): string | undefined;
1876
1864
  Get(name: string): string | undefined;
1877
1865
  GetEnumerator(): IEnumerator;