@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
@@ -96,10 +96,7 @@ export interface ByteArrayContent$instance extends HttpContent$instance {
96
96
 
97
97
  CreateContentReadStream(cancellationToken: CancellationToken): Stream;
98
98
  CreateContentReadStreamAsync(): Task_1<Stream>;
99
- CreateContentReadStreamAsync(): Task_1<Stream>;
100
99
  CreateContentReadStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
101
- Dispose(disposing: boolean): void;
102
- Dispose(): void;
103
100
  SerializeToStream(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): void;
104
101
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
105
102
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
@@ -131,7 +128,6 @@ export interface DelegatingHandler$instance extends HttpMessageHandler$instance
131
128
  Dispose(): void;
132
129
  Send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
133
130
  SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
134
- SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
135
131
  }
136
132
 
137
133
 
@@ -151,8 +147,6 @@ export interface FormUrlEncodedContent$instance extends ByteArrayContent$instanc
151
147
 
152
148
  readonly __tsonic_iface_System_IDisposable: never;
153
149
 
154
- Dispose(): void;
155
- Dispose(disposing: boolean): void;
156
150
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
157
151
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
158
152
  }
@@ -221,9 +215,14 @@ export interface HttpClient$instance extends HttpMessageInvoker$instance {
221
215
  PutAsync(requestUri: Uri, content: HttpContent): Task_1<HttpResponseMessage>;
222
216
  PutAsync(requestUri: string, content: HttpContent, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
223
217
  PutAsync(requestUri: Uri, content: HttpContent, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
218
+ Send(request: HttpRequestMessage): HttpResponseMessage;
219
+ Send(request: HttpRequestMessage, completionOption: HttpCompletionOption): HttpResponseMessage;
224
220
  Send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
221
+ Send(request: HttpRequestMessage, completionOption: HttpCompletionOption, cancellationToken: CancellationToken): HttpResponseMessage;
222
+ SendAsync(request: HttpRequestMessage): Task_1<HttpResponseMessage>;
225
223
  SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
226
- SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
224
+ SendAsync(request: HttpRequestMessage, completionOption: HttpCompletionOption): Task_1<HttpResponseMessage>;
225
+ SendAsync(request: HttpRequestMessage, completionOption: HttpCompletionOption, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
227
226
  }
228
227
 
229
228
 
@@ -342,14 +341,13 @@ export interface __HttpContent$views {
342
341
  export type HttpContent = HttpContent$instance & __HttpContent$views;
343
342
 
344
343
 
345
- export interface HttpIOException$instance extends IOException {
344
+ export interface HttpIOException$instance extends IOException, System_Runtime_Serialization_Internal.ISerializable$instance {
346
345
  readonly __tsonic_type_System_Net_Http_HttpIOException: never;
347
346
 
348
347
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
349
348
 
350
349
  readonly HttpRequestError: HttpRequestError;
351
350
  readonly Message: string;
352
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
353
351
  }
354
352
 
355
353
 
@@ -452,13 +450,12 @@ export interface __HttpMethod$views {
452
450
  export type HttpMethod = HttpMethod$instance & __HttpMethod$views;
453
451
 
454
452
 
455
- export interface HttpProtocolException$instance extends HttpIOException$instance {
453
+ export interface HttpProtocolException$instance extends HttpIOException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
456
454
  readonly __tsonic_type_System_Net_Http_HttpProtocolException: never;
457
455
 
458
456
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
459
457
 
460
458
  readonly ErrorCode: long;
461
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
462
459
  }
463
460
 
464
461
 
@@ -474,14 +471,13 @@ export interface __HttpProtocolException$views {
474
471
  export type HttpProtocolException = HttpProtocolException$instance & __HttpProtocolException$views;
475
472
 
476
473
 
477
- export interface HttpRequestException$instance extends Exception {
474
+ export interface HttpRequestException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
478
475
  readonly __tsonic_type_System_Net_Http_HttpRequestException: never;
479
476
 
480
477
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
481
478
 
482
479
  readonly HttpRequestError: HttpRequestError;
483
480
  readonly StatusCode: Nullable_1<HttpStatusCode>;
484
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
485
481
  }
486
482
 
487
483
 
@@ -608,13 +604,10 @@ export interface MessageProcessingHandler$instance extends DelegatingHandler$ins
608
604
 
609
605
  readonly __tsonic_iface_System_IDisposable: never;
610
606
 
611
- Dispose(disposing: boolean): void;
612
- Dispose(): void;
613
607
  ProcessRequest(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpRequestMessage;
614
608
  ProcessResponse(response: HttpResponseMessage, cancellationToken: CancellationToken): HttpResponseMessage;
615
609
  Send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
616
610
  SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
617
- SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
618
611
  }
619
612
 
620
613
 
@@ -642,8 +635,6 @@ export interface MultipartContent$instance extends HttpContent$instance {
642
635
  CreateContentReadStream(cancellationToken: CancellationToken): Stream;
643
636
  CreateContentReadStreamAsync(): Task_1<Stream>;
644
637
  CreateContentReadStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
645
- CreateContentReadStreamAsync(): Task_1<Stream>;
646
- CreateContentReadStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
647
638
  Dispose(disposing: boolean): void;
648
639
  Dispose(): void;
649
640
  GetEnumerator(): IEnumerator_1<HttpContent>;
@@ -678,10 +669,8 @@ export interface MultipartFormDataContent$instance extends MultipartContent$inst
678
669
  readonly __tsonic_iface_System_IDisposable: never;
679
670
 
680
671
  Add(content: HttpContent): void;
681
- Dispose(disposing: boolean): void;
682
- Dispose(): void;
683
- GetEnumerator(): IEnumerator_1<HttpContent>;
684
- GetEnumerator(): IEnumerator;
672
+ Add(content: HttpContent, name: string): void;
673
+ Add(content: HttpContent, name: string, fileName: string): void;
685
674
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
686
675
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
687
676
  }
@@ -709,10 +698,7 @@ export interface ReadOnlyMemoryContent$instance extends HttpContent$instance {
709
698
 
710
699
  CreateContentReadStream(cancellationToken: CancellationToken): Stream;
711
700
  CreateContentReadStreamAsync(): Task_1<Stream>;
712
- CreateContentReadStreamAsync(): Task_1<Stream>;
713
701
  CreateContentReadStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
714
- Dispose(disposing: boolean): void;
715
- Dispose(): void;
716
702
  SerializeToStream(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): void;
717
703
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
718
704
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
@@ -834,7 +820,6 @@ export interface StreamContent$instance extends HttpContent$instance {
834
820
 
835
821
  CreateContentReadStream(cancellationToken: CancellationToken): Stream;
836
822
  CreateContentReadStreamAsync(): Task_1<Stream>;
837
- CreateContentReadStreamAsync(): Task_1<Stream>;
838
823
  CreateContentReadStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
839
824
  Dispose(disposing: boolean): void;
840
825
  Dispose(): void;
@@ -863,8 +848,6 @@ export interface StringContent$instance extends ByteArrayContent$instance {
863
848
 
864
849
  readonly __tsonic_iface_System_IDisposable: never;
865
850
 
866
- Dispose(): void;
867
- Dispose(disposing: boolean): void;
868
851
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
869
852
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
870
853
  }
@@ -2524,46 +2524,6 @@
2524
2524
  "declaringAssemblyName": "System.Private.CoreLib",
2525
2525
  "isExtensionMethod": false,
2526
2526
  "sourceInterface": "System.Collections.IEnumerable"
2527
- },
2528
- {
2529
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpContentHeaders::GetEnumerator():System.Collections.Generic.IEnumerator_1",
2530
- "clrName": "GetEnumerator",
2531
- "metadataToken": 0,
2532
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
2533
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
2534
- "emitScope": "ClassSurface",
2535
- "provenance": "BaseOverload",
2536
- "arity": 0,
2537
- "parameterCount": 0,
2538
- "isStatic": false,
2539
- "isAbstract": false,
2540
- "isVirtual": true,
2541
- "isOverride": false,
2542
- "isSealed": false,
2543
- "visibility": "Public",
2544
- "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2545
- "declaringAssemblyName": "System.Net.Http",
2546
- "isExtensionMethod": false
2547
- },
2548
- {
2549
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpContentHeaders::GetEnumerator():System.Collections.IEnumerator",
2550
- "clrName": "GetEnumerator",
2551
- "metadataToken": 0,
2552
- "canonicalSignature": "():System.Collections.IEnumerator",
2553
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2554
- "emitScope": "ClassSurface",
2555
- "provenance": "BaseOverload",
2556
- "arity": 0,
2557
- "parameterCount": 0,
2558
- "isStatic": false,
2559
- "isAbstract": false,
2560
- "isVirtual": true,
2561
- "isOverride": false,
2562
- "isSealed": false,
2563
- "visibility": "Public",
2564
- "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2565
- "declaringAssemblyName": "System.Net.Http",
2566
- "isExtensionMethod": false
2567
2527
  }
2568
2528
  ],
2569
2529
  "properties": [
@@ -3616,46 +3576,6 @@
3616
3576
  "declaringAssemblyName": "System.Private.CoreLib",
3617
3577
  "isExtensionMethod": false,
3618
3578
  "sourceInterface": "System.Collections.IEnumerable"
3619
- },
3620
- {
3621
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpRequestHeaders::GetEnumerator():System.Collections.Generic.IEnumerator_1",
3622
- "clrName": "GetEnumerator",
3623
- "metadataToken": 0,
3624
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
3625
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
3626
- "emitScope": "ClassSurface",
3627
- "provenance": "BaseOverload",
3628
- "arity": 0,
3629
- "parameterCount": 0,
3630
- "isStatic": false,
3631
- "isAbstract": false,
3632
- "isVirtual": true,
3633
- "isOverride": false,
3634
- "isSealed": false,
3635
- "visibility": "Public",
3636
- "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3637
- "declaringAssemblyName": "System.Net.Http",
3638
- "isExtensionMethod": false
3639
- },
3640
- {
3641
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpRequestHeaders::GetEnumerator():System.Collections.IEnumerator",
3642
- "clrName": "GetEnumerator",
3643
- "metadataToken": 0,
3644
- "canonicalSignature": "():System.Collections.IEnumerator",
3645
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3646
- "emitScope": "ClassSurface",
3647
- "provenance": "BaseOverload",
3648
- "arity": 0,
3649
- "parameterCount": 0,
3650
- "isStatic": false,
3651
- "isAbstract": false,
3652
- "isVirtual": true,
3653
- "isOverride": false,
3654
- "isSealed": false,
3655
- "visibility": "Public",
3656
- "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3657
- "declaringAssemblyName": "System.Net.Http",
3658
- "isExtensionMethod": false
3659
3579
  }
3660
3580
  ],
3661
3581
  "properties": [
@@ -4342,46 +4262,6 @@
4342
4262
  "declaringAssemblyName": "System.Private.CoreLib",
4343
4263
  "isExtensionMethod": false,
4344
4264
  "sourceInterface": "System.Collections.IEnumerable"
4345
- },
4346
- {
4347
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpResponseHeaders::GetEnumerator():System.Collections.Generic.IEnumerator_1",
4348
- "clrName": "GetEnumerator",
4349
- "metadataToken": 0,
4350
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
4351
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
4352
- "emitScope": "ClassSurface",
4353
- "provenance": "BaseOverload",
4354
- "arity": 0,
4355
- "parameterCount": 0,
4356
- "isStatic": false,
4357
- "isAbstract": false,
4358
- "isVirtual": true,
4359
- "isOverride": false,
4360
- "isSealed": false,
4361
- "visibility": "Public",
4362
- "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4363
- "declaringAssemblyName": "System.Net.Http",
4364
- "isExtensionMethod": false
4365
- },
4366
- {
4367
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpResponseHeaders::GetEnumerator():System.Collections.IEnumerator",
4368
- "clrName": "GetEnumerator",
4369
- "metadataToken": 0,
4370
- "canonicalSignature": "():System.Collections.IEnumerator",
4371
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4372
- "emitScope": "ClassSurface",
4373
- "provenance": "BaseOverload",
4374
- "arity": 0,
4375
- "parameterCount": 0,
4376
- "isStatic": false,
4377
- "isAbstract": false,
4378
- "isVirtual": true,
4379
- "isOverride": false,
4380
- "isSealed": false,
4381
- "visibility": "Public",
4382
- "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4383
- "declaringAssemblyName": "System.Net.Http",
4384
- "isExtensionMethod": false
4385
4265
  }
4386
4266
  ],
4387
4267
  "properties": [
@@ -5105,26 +4985,6 @@
5105
4985
  "declaringAssemblyName": "System.Private.CoreLib",
5106
4986
  "isExtensionMethod": false,
5107
4987
  "sourceInterface": "System.ICloneable"
5108
- },
5109
- {
5110
- "stableId": "System.Net.Http:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue::Clone():System.Object",
5111
- "clrName": "Clone",
5112
- "metadataToken": 0,
5113
- "canonicalSignature": "():System.Object",
5114
- "normalizedSignature": "Clone|():System.Object|static=false",
5115
- "emitScope": "ClassSurface",
5116
- "provenance": "BaseOverload",
5117
- "arity": 0,
5118
- "parameterCount": 0,
5119
- "isStatic": false,
5120
- "isAbstract": false,
5121
- "isVirtual": true,
5122
- "isOverride": false,
5123
- "isSealed": false,
5124
- "visibility": "Public",
5125
- "declaringClrType": "System.Net.Http.Headers.MediaTypeWithQualityHeaderValue",
5126
- "declaringAssemblyName": "System.Net.Http",
5127
- "isExtensionMethod": false
5128
4988
  }
5129
4989
  ],
5130
4990
  "properties": [
@@ -5551,26 +5411,6 @@
5551
5411
  "declaringAssemblyName": "System.Private.CoreLib",
5552
5412
  "isExtensionMethod": false,
5553
5413
  "sourceInterface": "System.ICloneable"
5554
- },
5555
- {
5556
- "stableId": "System.Net.Http:System.Net.Http.Headers.NameValueWithParametersHeaderValue::Clone():System.Object",
5557
- "clrName": "Clone",
5558
- "metadataToken": 0,
5559
- "canonicalSignature": "():System.Object",
5560
- "normalizedSignature": "Clone|():System.Object|static=false",
5561
- "emitScope": "ClassSurface",
5562
- "provenance": "BaseOverload",
5563
- "arity": 0,
5564
- "parameterCount": 0,
5565
- "isStatic": false,
5566
- "isAbstract": false,
5567
- "isVirtual": true,
5568
- "isOverride": false,
5569
- "isSealed": false,
5570
- "visibility": "Public",
5571
- "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5572
- "declaringAssemblyName": "System.Net.Http",
5573
- "isExtensionMethod": false
5574
5414
  }
5575
5415
  ],
5576
5416
  "properties": [
@@ -7421,26 +7261,6 @@
7421
7261
  "declaringAssemblyName": "System.Private.CoreLib",
7422
7262
  "isExtensionMethod": false,
7423
7263
  "sourceInterface": "System.ICloneable"
7424
- },
7425
- {
7426
- "stableId": "System.Net.Http:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue::Clone():System.Object",
7427
- "clrName": "Clone",
7428
- "metadataToken": 0,
7429
- "canonicalSignature": "():System.Object",
7430
- "normalizedSignature": "Clone|():System.Object|static=false",
7431
- "emitScope": "ClassSurface",
7432
- "provenance": "BaseOverload",
7433
- "arity": 0,
7434
- "parameterCount": 0,
7435
- "isStatic": false,
7436
- "isAbstract": false,
7437
- "isVirtual": true,
7438
- "isOverride": false,
7439
- "isSealed": false,
7440
- "visibility": "Public",
7441
- "declaringClrType": "System.Net.Http.Headers.TransferCodingWithQualityHeaderValue",
7442
- "declaringAssemblyName": "System.Net.Http",
7443
- "isExtensionMethod": false
7444
7264
  }
7445
7265
  ],
7446
7266
  "properties": [
@@ -317,8 +317,6 @@ export interface HttpContentHeaders$instance extends HttpHeaders$instance {
317
317
  set ContentType(value: MediaTypeHeaderValue | undefined);
318
318
  Expires: Nullable_1<DateTimeOffset>;
319
319
  LastModified: Nullable_1<DateTimeOffset>;
320
- GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, IEnumerable_1<System_Internal.String>>>;
321
- GetEnumerator(): IEnumerator;
322
320
  }
323
321
 
324
322
 
@@ -448,8 +446,6 @@ export interface HttpRequestHeaders$instance extends HttpHeaders$instance {
448
446
  readonly UserAgent: HttpHeaderValueCollection_1<ProductInfoHeaderValue>;
449
447
  readonly Via: HttpHeaderValueCollection_1<ViaHeaderValue>;
450
448
  readonly Warning: HttpHeaderValueCollection_1<WarningHeaderValue>;
451
- GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, IEnumerable_1<System_Internal.String>>>;
452
- GetEnumerator(): IEnumerator;
453
449
  }
454
450
 
455
451
 
@@ -495,8 +491,6 @@ export interface HttpResponseHeaders$instance extends HttpHeaders$instance {
495
491
  readonly Via: HttpHeaderValueCollection_1<ViaHeaderValue>;
496
492
  readonly Warning: HttpHeaderValueCollection_1<WarningHeaderValue>;
497
493
  readonly WwwAuthenticate: HttpHeaderValueCollection_1<AuthenticationHeaderValue>;
498
- GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, IEnumerable_1<System_Internal.String>>>;
499
- GetEnumerator(): IEnumerator;
500
494
  }
501
495
 
502
496
 
@@ -549,7 +543,6 @@ export interface MediaTypeWithQualityHeaderValue$instance extends MediaTypeHeade
549
543
  readonly __tsonic_iface_System_ICloneable: never;
550
544
 
551
545
  Quality: Nullable_1<System_Internal.Double>;
552
- Clone(): unknown;
553
546
  }
554
547
 
555
548
 
@@ -601,7 +594,6 @@ export interface NameValueWithParametersHeaderValue$instance extends NameValueHe
601
594
  readonly __tsonic_iface_System_ICloneable: never;
602
595
 
603
596
  readonly Parameters: ICollection_1<NameValueHeaderValue>;
604
- Clone(): unknown;
605
597
  Equals(obj: unknown): boolean;
606
598
  GetHashCode(): int;
607
599
  ToString(): string;
@@ -849,7 +841,6 @@ export interface TransferCodingWithQualityHeaderValue$instance extends TransferC
849
841
  readonly __tsonic_iface_System_ICloneable: never;
850
842
 
851
843
  Quality: Nullable_1<System_Internal.Double>;
852
- Clone(): unknown;
853
844
  }
854
845
 
855
846
 
@@ -212,46 +212,6 @@
212
212
  "declaringAssemblyName": "System.Private.CoreLib",
213
213
  "isExtensionMethod": false,
214
214
  "sourceInterface": "System.IDisposable"
215
- },
216
- {
217
- "stableId": "System.Net.Http.Json:System.Net.Http.Json.JsonContent::Dispose(System.Boolean):System.Void",
218
- "clrName": "Dispose",
219
- "metadataToken": 0,
220
- "canonicalSignature": "(System.Boolean):System.Void",
221
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
222
- "emitScope": "ClassSurface",
223
- "provenance": "BaseOverload",
224
- "arity": 0,
225
- "parameterCount": 1,
226
- "isStatic": false,
227
- "isAbstract": false,
228
- "isVirtual": true,
229
- "isOverride": false,
230
- "isSealed": false,
231
- "visibility": "Protected",
232
- "declaringClrType": "System.Net.Http.Json.JsonContent",
233
- "declaringAssemblyName": "System.Net.Http.Json",
234
- "isExtensionMethod": false
235
- },
236
- {
237
- "stableId": "System.Net.Http.Json:System.Net.Http.Json.JsonContent::Dispose():System.Void",
238
- "clrName": "Dispose",
239
- "metadataToken": 0,
240
- "canonicalSignature": "():System.Void",
241
- "normalizedSignature": "Dispose|():System.Void|static=false",
242
- "emitScope": "ClassSurface",
243
- "provenance": "BaseOverload",
244
- "arity": 0,
245
- "parameterCount": 0,
246
- "isStatic": false,
247
- "isAbstract": false,
248
- "isVirtual": true,
249
- "isOverride": false,
250
- "isSealed": false,
251
- "visibility": "Public",
252
- "declaringClrType": "System.Net.Http.Json.JsonContent",
253
- "declaringAssemblyName": "System.Net.Http.Json",
254
- "isExtensionMethod": false
255
215
  }
256
216
  ],
257
217
  "properties": [
@@ -30,8 +30,6 @@ export interface JsonContent$instance extends HttpContent {
30
30
 
31
31
  readonly ObjectType: Type;
32
32
  readonly Value: unknown | undefined;
33
- Dispose(disposing: boolean): void;
34
- Dispose(): void;
35
33
  SerializeToStream(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): void;
36
34
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
37
35
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;