@tsonic/dotnet 0.8.0 → 0.8.1

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 (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +1 -1
@@ -81,7 +81,7 @@ export interface HttpRequestOptionsKey_1$instance<TValue> {
81
81
 
82
82
 
83
83
  export const HttpRequestOptionsKey_1: {
84
- new<TValue>(key: string): HttpRequestOptionsKey_1$instance<TValue>;
84
+ new<TValue>(key: string): HttpRequestOptionsKey_1<TValue>;
85
85
  };
86
86
 
87
87
 
@@ -93,8 +93,8 @@ export interface ByteArrayContent$instance extends HttpContent$instance {
93
93
 
94
94
 
95
95
  export const ByteArrayContent: {
96
- new(content: byte[]): ByteArrayContent$instance;
97
- new(content: byte[], offset: int, count: int): ByteArrayContent$instance;
96
+ new(content: byte[]): ByteArrayContent;
97
+ new(content: byte[], offset: int, count: int): ByteArrayContent;
98
98
  };
99
99
 
100
100
 
@@ -128,7 +128,7 @@ export interface FormUrlEncodedContent$instance extends ByteArrayContent$instanc
128
128
 
129
129
 
130
130
  export const FormUrlEncodedContent: {
131
- new(nameValueCollection: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): FormUrlEncodedContent$instance;
131
+ new(nameValueCollection: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): FormUrlEncodedContent;
132
132
  };
133
133
 
134
134
 
@@ -191,9 +191,9 @@ export interface HttpClient$instance extends HttpMessageInvoker$instance {
191
191
 
192
192
 
193
193
  export const HttpClient: {
194
- new(): HttpClient$instance;
195
- new(handler: HttpMessageHandler): HttpClient$instance;
196
- new(handler: HttpMessageHandler, disposeHandler: boolean): HttpClient$instance;
194
+ new(): HttpClient;
195
+ new(handler: HttpMessageHandler): HttpClient;
196
+ new(handler: HttpMessageHandler, disposeHandler: boolean): HttpClient;
197
197
  defaultProxy: IWebProxy;
198
198
  };
199
199
 
@@ -235,7 +235,7 @@ export interface HttpClientHandler$instance extends HttpMessageHandler$instance
235
235
 
236
236
 
237
237
  export const HttpClientHandler: {
238
- new(): HttpClientHandler$instance;
238
+ new(): HttpClientHandler;
239
239
  readonly dangerousAcceptAnyServerCertificateValidator: Func_5<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, System_Internal.Boolean>;
240
240
  };
241
241
 
@@ -291,7 +291,7 @@ export interface HttpIOException$instance extends IOException {
291
291
 
292
292
 
293
293
  export const HttpIOException: {
294
- new(httpRequestError: HttpRequestError, message: string, innerException: Exception): HttpIOException$instance;
294
+ new(httpRequestError: HttpRequestError, message: string, innerException: Exception): HttpIOException;
295
295
  };
296
296
 
297
297
 
@@ -328,8 +328,8 @@ export interface HttpMessageInvoker$instance {
328
328
 
329
329
 
330
330
  export const HttpMessageInvoker: {
331
- new(handler: HttpMessageHandler): HttpMessageInvoker$instance;
332
- new(handler: HttpMessageHandler, disposeHandler: boolean): HttpMessageInvoker$instance;
331
+ new(handler: HttpMessageHandler): HttpMessageInvoker;
332
+ new(handler: HttpMessageHandler, disposeHandler: boolean): HttpMessageInvoker;
333
333
  };
334
334
 
335
335
 
@@ -352,7 +352,7 @@ export interface HttpMethod$instance {
352
352
 
353
353
 
354
354
  export const HttpMethod: {
355
- new(method: string): HttpMethod$instance;
355
+ new(method: string): HttpMethod;
356
356
  readonly get_: HttpMethod;
357
357
  readonly put: HttpMethod;
358
358
  readonly post: HttpMethod;
@@ -384,7 +384,7 @@ export interface HttpProtocolException$instance extends HttpIOException$instance
384
384
 
385
385
 
386
386
  export const HttpProtocolException: {
387
- new(errorCode: long, message: string, innerException: Exception): HttpProtocolException$instance;
387
+ new(errorCode: long, message: string, innerException: Exception): HttpProtocolException;
388
388
  };
389
389
 
390
390
 
@@ -403,11 +403,11 @@ export interface HttpRequestException$instance extends Exception {
403
403
 
404
404
 
405
405
  export const HttpRequestException: {
406
- new(): HttpRequestException$instance;
407
- new(message: string): HttpRequestException$instance;
408
- new(message: string, inner: Exception): HttpRequestException$instance;
409
- new(message: string, inner: Exception, statusCode: Nullable_1<HttpStatusCode>): HttpRequestException$instance;
410
- new(httpRequestError: HttpRequestError, message: string, inner: Exception, statusCode: Nullable_1<HttpStatusCode>): HttpRequestException$instance;
406
+ new(): HttpRequestException;
407
+ new(message: string): HttpRequestException;
408
+ new(message: string, inner: Exception): HttpRequestException;
409
+ new(message: string, inner: Exception, statusCode: Nullable_1<HttpStatusCode>): HttpRequestException;
410
+ new(httpRequestError: HttpRequestError, message: string, inner: Exception, statusCode: Nullable_1<HttpStatusCode>): HttpRequestException;
411
411
  };
412
412
 
413
413
 
@@ -433,9 +433,9 @@ export interface HttpRequestMessage$instance {
433
433
 
434
434
 
435
435
  export const HttpRequestMessage: {
436
- new(): HttpRequestMessage$instance;
437
- new(method: HttpMethod, requestUri: Uri): HttpRequestMessage$instance;
438
- new(method: HttpMethod, requestUri: string): HttpRequestMessage$instance;
436
+ new(): HttpRequestMessage;
437
+ new(method: HttpMethod, requestUri: Uri): HttpRequestMessage;
438
+ new(method: HttpMethod, requestUri: string): HttpRequestMessage;
439
439
  };
440
440
 
441
441
 
@@ -455,7 +455,7 @@ export interface HttpRequestOptions$instance {
455
455
 
456
456
 
457
457
  export const HttpRequestOptions: {
458
- new(): HttpRequestOptions$instance;
458
+ new(): HttpRequestOptions;
459
459
  };
460
460
 
461
461
 
@@ -487,8 +487,8 @@ export interface HttpResponseMessage$instance {
487
487
 
488
488
 
489
489
  export const HttpResponseMessage: {
490
- new(): HttpResponseMessage$instance;
491
- new(statusCode: HttpStatusCode): HttpResponseMessage$instance;
490
+ new(): HttpResponseMessage;
491
+ new(statusCode: HttpStatusCode): HttpResponseMessage;
492
492
  };
493
493
 
494
494
 
@@ -526,9 +526,9 @@ export interface MultipartContent$instance extends HttpContent$instance {
526
526
 
527
527
 
528
528
  export const MultipartContent: {
529
- new(): MultipartContent$instance;
530
- new(subtype: string): MultipartContent$instance;
531
- new(subtype: string, boundary: string): MultipartContent$instance;
529
+ new(): MultipartContent;
530
+ new(subtype: string): MultipartContent;
531
+ new(subtype: string, boundary: string): MultipartContent;
532
532
  };
533
533
 
534
534
 
@@ -550,8 +550,8 @@ export interface MultipartFormDataContent$instance extends MultipartContent$inst
550
550
 
551
551
 
552
552
  export const MultipartFormDataContent: {
553
- new(): MultipartFormDataContent$instance;
554
- new(boundary: string): MultipartFormDataContent$instance;
553
+ new(): MultipartFormDataContent;
554
+ new(boundary: string): MultipartFormDataContent;
555
555
  };
556
556
 
557
557
 
@@ -570,7 +570,7 @@ export interface ReadOnlyMemoryContent$instance extends HttpContent$instance {
570
570
 
571
571
 
572
572
  export const ReadOnlyMemoryContent: {
573
- new(content: ReadOnlyMemory_1<System_Internal.Byte>): ReadOnlyMemoryContent$instance;
573
+ new(content: ReadOnlyMemory_1<System_Internal.Byte>): ReadOnlyMemoryContent;
574
574
  };
575
575
 
576
576
 
@@ -588,7 +588,7 @@ export interface SocketsHttpConnectionContext$instance {
588
588
 
589
589
 
590
590
  export const SocketsHttpConnectionContext: {
591
- new(): SocketsHttpConnectionContext$instance;
591
+ new(): SocketsHttpConnectionContext;
592
592
  };
593
593
 
594
594
 
@@ -632,7 +632,7 @@ export interface SocketsHttpHandler$instance extends HttpMessageHandler$instance
632
632
 
633
633
 
634
634
  export const SocketsHttpHandler: {
635
- new(): SocketsHttpHandler$instance;
635
+ new(): SocketsHttpHandler;
636
636
  readonly isSupported: boolean;
637
637
  };
638
638
 
@@ -652,7 +652,7 @@ export interface SocketsHttpPlaintextStreamFilterContext$instance {
652
652
 
653
653
 
654
654
  export const SocketsHttpPlaintextStreamFilterContext: {
655
- new(): SocketsHttpPlaintextStreamFilterContext$instance;
655
+ new(): SocketsHttpPlaintextStreamFilterContext;
656
656
  };
657
657
 
658
658
 
@@ -664,8 +664,8 @@ export interface StreamContent$instance extends HttpContent$instance {
664
664
 
665
665
 
666
666
  export const StreamContent: {
667
- new(content: Stream): StreamContent$instance;
668
- new(content: Stream, bufferSize: int): StreamContent$instance;
667
+ new(content: Stream): StreamContent;
668
+ new(content: Stream, bufferSize: int): StreamContent;
669
669
  };
670
670
 
671
671
 
@@ -682,11 +682,11 @@ export interface StringContent$instance extends ByteArrayContent$instance {
682
682
 
683
683
 
684
684
  export const StringContent: {
685
- new(content: string): StringContent$instance;
686
- new(content: string, mediaType: MediaTypeHeaderValue): StringContent$instance;
687
- new(content: string, encoding: Encoding): StringContent$instance;
688
- new(content: string, encoding: Encoding, mediaType: string): StringContent$instance;
689
- new(content: string, encoding: Encoding, mediaType: MediaTypeHeaderValue): StringContent$instance;
685
+ new(content: string): StringContent;
686
+ new(content: string, mediaType: MediaTypeHeaderValue): StringContent;
687
+ new(content: string, encoding: Encoding): StringContent;
688
+ new(content: string, encoding: Encoding, mediaType: string): StringContent;
689
+ new(content: string, encoding: Encoding, mediaType: MediaTypeHeaderValue): StringContent;
690
690
  };
691
691
 
692
692
 
@@ -24,7 +24,7 @@ export interface HeaderStringValues$instance {
24
24
 
25
25
 
26
26
  export const HeaderStringValues: {
27
- new(): HeaderStringValues$instance;
27
+ new(): HeaderStringValues;
28
28
  };
29
29
 
30
30
 
@@ -46,7 +46,7 @@ export interface HeaderStringValues_Enumerator$instance extends IDisposable {
46
46
 
47
47
 
48
48
  export const HeaderStringValues_Enumerator: {
49
- new(): HeaderStringValues_Enumerator$instance;
49
+ new(): HeaderStringValues_Enumerator;
50
50
  };
51
51
 
52
52
 
@@ -68,7 +68,7 @@ export interface HttpHeadersNonValidated$instance {
68
68
 
69
69
 
70
70
  export const HttpHeadersNonValidated: {
71
- new(): HttpHeadersNonValidated$instance;
71
+ new(): HttpHeadersNonValidated;
72
72
  };
73
73
 
74
74
 
@@ -91,7 +91,7 @@ export interface HttpHeadersNonValidated_Enumerator$instance extends IDisposable
91
91
 
92
92
 
93
93
  export const HttpHeadersNonValidated_Enumerator: {
94
- new(): HttpHeadersNonValidated_Enumerator$instance;
94
+ new(): HttpHeadersNonValidated_Enumerator;
95
95
  };
96
96
 
97
97
 
@@ -113,8 +113,8 @@ export interface AuthenticationHeaderValue$instance {
113
113
 
114
114
 
115
115
  export const AuthenticationHeaderValue: {
116
- new(scheme: string): AuthenticationHeaderValue$instance;
117
- new(scheme: string, parameter: string): AuthenticationHeaderValue$instance;
116
+ new(scheme: string): AuthenticationHeaderValue;
117
+ new(scheme: string, parameter: string): AuthenticationHeaderValue;
118
118
  parse(input: string): AuthenticationHeaderValue;
119
119
  tryParse(input: string, parsedValue: AuthenticationHeaderValue): boolean;
120
120
  };
@@ -153,7 +153,7 @@ export interface CacheControlHeaderValue$instance {
153
153
 
154
154
 
155
155
  export const CacheControlHeaderValue: {
156
- new(): CacheControlHeaderValue$instance;
156
+ new(): CacheControlHeaderValue;
157
157
  parse(input: string): CacheControlHeaderValue;
158
158
  tryParse(input: string, parsedValue: CacheControlHeaderValue): boolean;
159
159
  };
@@ -185,7 +185,7 @@ export interface ContentDispositionHeaderValue$instance {
185
185
 
186
186
 
187
187
  export const ContentDispositionHeaderValue: {
188
- new(dispositionType: string): ContentDispositionHeaderValue$instance;
188
+ new(dispositionType: string): ContentDispositionHeaderValue;
189
189
  parse(input: string): ContentDispositionHeaderValue;
190
190
  tryParse(input: string, parsedValue: ContentDispositionHeaderValue): boolean;
191
191
  };
@@ -214,9 +214,9 @@ export interface ContentRangeHeaderValue$instance {
214
214
 
215
215
 
216
216
  export const ContentRangeHeaderValue: {
217
- new(from_: long, to: long, length: long): ContentRangeHeaderValue$instance;
218
- new(length: long): ContentRangeHeaderValue$instance;
219
- new(from_: long, to: long): ContentRangeHeaderValue$instance;
217
+ new(from_: long, to: long, length: long): ContentRangeHeaderValue;
218
+ new(length: long): ContentRangeHeaderValue;
219
+ new(from_: long, to: long): ContentRangeHeaderValue;
220
220
  parse(input: string): ContentRangeHeaderValue;
221
221
  tryParse(input: string, parsedValue: ContentRangeHeaderValue): boolean;
222
222
  };
@@ -241,8 +241,8 @@ export interface EntityTagHeaderValue$instance {
241
241
 
242
242
 
243
243
  export const EntityTagHeaderValue: {
244
- new(tag: string): EntityTagHeaderValue$instance;
245
- new(tag: string, isWeak: boolean): EntityTagHeaderValue$instance;
244
+ new(tag: string): EntityTagHeaderValue;
245
+ new(tag: string, isWeak: boolean): EntityTagHeaderValue;
246
246
  readonly any_: EntityTagHeaderValue;
247
247
  parse(input: string): EntityTagHeaderValue;
248
248
  tryParse(input: string, parsedValue: EntityTagHeaderValue): boolean;
@@ -276,7 +276,7 @@ export interface HttpContentHeaders$instance extends HttpHeaders$instance {
276
276
 
277
277
 
278
278
  export const HttpContentHeaders: {
279
- new(): HttpContentHeaders$instance;
279
+ new(): HttpContentHeaders;
280
280
  };
281
281
 
282
282
 
@@ -332,7 +332,7 @@ export interface HttpHeaderValueCollection_1$instance<T> {
332
332
 
333
333
 
334
334
  export const HttpHeaderValueCollection_1: {
335
- new<T>(): HttpHeaderValueCollection_1$instance<T>;
335
+ new<T>(): HttpHeaderValueCollection_1<T>;
336
336
  };
337
337
 
338
338
 
@@ -384,7 +384,7 @@ export interface HttpRequestHeaders$instance extends HttpHeaders$instance {
384
384
 
385
385
 
386
386
  export const HttpRequestHeaders: {
387
- new(): HttpRequestHeaders$instance;
387
+ new(): HttpRequestHeaders;
388
388
  };
389
389
 
390
390
 
@@ -423,7 +423,7 @@ export interface HttpResponseHeaders$instance extends HttpHeaders$instance {
423
423
 
424
424
 
425
425
  export const HttpResponseHeaders: {
426
- new(): HttpResponseHeaders$instance;
426
+ new(): HttpResponseHeaders;
427
427
  };
428
428
 
429
429
 
@@ -446,8 +446,8 @@ export interface MediaTypeHeaderValue$instance {
446
446
 
447
447
 
448
448
  export const MediaTypeHeaderValue: {
449
- new(mediaType: string): MediaTypeHeaderValue$instance;
450
- new(mediaType: string, charSet: string): MediaTypeHeaderValue$instance;
449
+ new(mediaType: string): MediaTypeHeaderValue;
450
+ new(mediaType: string, charSet: string): MediaTypeHeaderValue;
451
451
  parse(input: string): MediaTypeHeaderValue;
452
452
  tryParse(input: string, parsedValue: MediaTypeHeaderValue): boolean;
453
453
  };
@@ -469,8 +469,8 @@ export interface MediaTypeWithQualityHeaderValue$instance extends MediaTypeHeade
469
469
 
470
470
 
471
471
  export const MediaTypeWithQualityHeaderValue: {
472
- new(mediaType: string): MediaTypeWithQualityHeaderValue$instance;
473
- new(mediaType: string, quality: double): MediaTypeWithQualityHeaderValue$instance;
472
+ new(mediaType: string): MediaTypeWithQualityHeaderValue;
473
+ new(mediaType: string, quality: double): MediaTypeWithQualityHeaderValue;
474
474
  };
475
475
 
476
476
 
@@ -493,8 +493,8 @@ export interface NameValueHeaderValue$instance {
493
493
 
494
494
 
495
495
  export const NameValueHeaderValue: {
496
- new(name: string): NameValueHeaderValue$instance;
497
- new(name: string, value: string): NameValueHeaderValue$instance;
496
+ new(name: string): NameValueHeaderValue;
497
+ new(name: string, value: string): NameValueHeaderValue;
498
498
  parse(input: string): NameValueHeaderValue;
499
499
  tryParse(input: string, parsedValue: NameValueHeaderValue): boolean;
500
500
  };
@@ -519,8 +519,8 @@ export interface NameValueWithParametersHeaderValue$instance extends NameValueHe
519
519
 
520
520
 
521
521
  export const NameValueWithParametersHeaderValue: {
522
- new(name: string): NameValueWithParametersHeaderValue$instance;
523
- new(name: string, value: string): NameValueWithParametersHeaderValue$instance;
522
+ new(name: string): NameValueWithParametersHeaderValue;
523
+ new(name: string, value: string): NameValueWithParametersHeaderValue;
524
524
  };
525
525
 
526
526
 
@@ -543,8 +543,8 @@ export interface ProductHeaderValue$instance {
543
543
 
544
544
 
545
545
  export const ProductHeaderValue: {
546
- new(name: string): ProductHeaderValue$instance;
547
- new(name: string, version: string): ProductHeaderValue$instance;
546
+ new(name: string): ProductHeaderValue;
547
+ new(name: string, version: string): ProductHeaderValue;
548
548
  parse(input: string): ProductHeaderValue;
549
549
  tryParse(input: string, parsedValue: ProductHeaderValue): boolean;
550
550
  };
@@ -569,9 +569,9 @@ export interface ProductInfoHeaderValue$instance {
569
569
 
570
570
 
571
571
  export const ProductInfoHeaderValue: {
572
- new(productName: string, productVersion: string): ProductInfoHeaderValue$instance;
573
- new(product: ProductHeaderValue): ProductInfoHeaderValue$instance;
574
- new(comment: string): ProductInfoHeaderValue$instance;
572
+ new(productName: string, productVersion: string): ProductInfoHeaderValue;
573
+ new(product: ProductHeaderValue): ProductInfoHeaderValue;
574
+ new(comment: string): ProductInfoHeaderValue;
575
575
  parse(input: string): ProductInfoHeaderValue;
576
576
  tryParse(input: string, parsedValue: ProductInfoHeaderValue): boolean;
577
577
  };
@@ -596,9 +596,9 @@ export interface RangeConditionHeaderValue$instance {
596
596
 
597
597
 
598
598
  export const RangeConditionHeaderValue: {
599
- new(date: DateTimeOffset): RangeConditionHeaderValue$instance;
600
- new(entityTag: EntityTagHeaderValue): RangeConditionHeaderValue$instance;
601
- new(entityTag: string): RangeConditionHeaderValue$instance;
599
+ new(date: DateTimeOffset): RangeConditionHeaderValue;
600
+ new(entityTag: EntityTagHeaderValue): RangeConditionHeaderValue;
601
+ new(entityTag: string): RangeConditionHeaderValue;
602
602
  parse(input: string): RangeConditionHeaderValue;
603
603
  tryParse(input: string, parsedValue: RangeConditionHeaderValue): boolean;
604
604
  };
@@ -623,8 +623,8 @@ export interface RangeHeaderValue$instance {
623
623
 
624
624
 
625
625
  export const RangeHeaderValue: {
626
- new(): RangeHeaderValue$instance;
627
- new(from_: Nullable_1<System_Internal.Int64>, to: Nullable_1<System_Internal.Int64>): RangeHeaderValue$instance;
626
+ new(): RangeHeaderValue;
627
+ new(from_: Nullable_1<System_Internal.Int64>, to: Nullable_1<System_Internal.Int64>): RangeHeaderValue;
628
628
  parse(input: string): RangeHeaderValue;
629
629
  tryParse(input: string, parsedValue: RangeHeaderValue): boolean;
630
630
  };
@@ -649,7 +649,7 @@ export interface RangeItemHeaderValue$instance {
649
649
 
650
650
 
651
651
  export const RangeItemHeaderValue: {
652
- new(from_: Nullable_1<System_Internal.Int64>, to: Nullable_1<System_Internal.Int64>): RangeItemHeaderValue$instance;
652
+ new(from_: Nullable_1<System_Internal.Int64>, to: Nullable_1<System_Internal.Int64>): RangeItemHeaderValue;
653
653
  };
654
654
 
655
655
 
@@ -672,8 +672,8 @@ export interface RetryConditionHeaderValue$instance {
672
672
 
673
673
 
674
674
  export const RetryConditionHeaderValue: {
675
- new(date: DateTimeOffset): RetryConditionHeaderValue$instance;
676
- new(delta: TimeSpan): RetryConditionHeaderValue$instance;
675
+ new(date: DateTimeOffset): RetryConditionHeaderValue;
676
+ new(delta: TimeSpan): RetryConditionHeaderValue;
677
677
  parse(input: string): RetryConditionHeaderValue;
678
678
  tryParse(input: string, parsedValue: RetryConditionHeaderValue): boolean;
679
679
  };
@@ -698,8 +698,8 @@ export interface StringWithQualityHeaderValue$instance {
698
698
 
699
699
 
700
700
  export const StringWithQualityHeaderValue: {
701
- new(value: string): StringWithQualityHeaderValue$instance;
702
- new(value: string, quality: double): StringWithQualityHeaderValue$instance;
701
+ new(value: string): StringWithQualityHeaderValue;
702
+ new(value: string, quality: double): StringWithQualityHeaderValue;
703
703
  parse(input: string): StringWithQualityHeaderValue;
704
704
  tryParse(input: string, parsedValue: StringWithQualityHeaderValue): boolean;
705
705
  };
@@ -724,7 +724,7 @@ export interface TransferCodingHeaderValue$instance {
724
724
 
725
725
 
726
726
  export const TransferCodingHeaderValue: {
727
- new(value: string): TransferCodingHeaderValue$instance;
727
+ new(value: string): TransferCodingHeaderValue;
728
728
  parse(input: string): TransferCodingHeaderValue;
729
729
  tryParse(input: string, parsedValue: TransferCodingHeaderValue): boolean;
730
730
  };
@@ -746,8 +746,8 @@ export interface TransferCodingWithQualityHeaderValue$instance extends TransferC
746
746
 
747
747
 
748
748
  export const TransferCodingWithQualityHeaderValue: {
749
- new(value: string): TransferCodingWithQualityHeaderValue$instance;
750
- new(value: string, quality: double): TransferCodingWithQualityHeaderValue$instance;
749
+ new(value: string): TransferCodingWithQualityHeaderValue;
750
+ new(value: string, quality: double): TransferCodingWithQualityHeaderValue;
751
751
  };
752
752
 
753
753
 
@@ -772,9 +772,9 @@ export interface ViaHeaderValue$instance {
772
772
 
773
773
 
774
774
  export const ViaHeaderValue: {
775
- new(protocolVersion: string, receivedBy: string): ViaHeaderValue$instance;
776
- new(protocolVersion: string, receivedBy: string, protocolName: string): ViaHeaderValue$instance;
777
- new(protocolVersion: string, receivedBy: string, protocolName: string, comment: string): ViaHeaderValue$instance;
775
+ new(protocolVersion: string, receivedBy: string): ViaHeaderValue;
776
+ new(protocolVersion: string, receivedBy: string, protocolName: string): ViaHeaderValue;
777
+ new(protocolVersion: string, receivedBy: string, protocolName: string, comment: string): ViaHeaderValue;
778
778
  parse(input: string): ViaHeaderValue;
779
779
  tryParse(input: string, parsedValue: ViaHeaderValue): boolean;
780
780
  };
@@ -801,8 +801,8 @@ export interface WarningHeaderValue$instance {
801
801
 
802
802
 
803
803
  export const WarningHeaderValue: {
804
- new(code: int, agent: string, text: string): WarningHeaderValue$instance;
805
- new(code: int, agent: string, text: string, date: DateTimeOffset): WarningHeaderValue$instance;
804
+ new(code: int, agent: string, text: string): WarningHeaderValue;
805
+ new(code: int, agent: string, text: string, date: DateTimeOffset): WarningHeaderValue;
806
806
  parse(input: string): WarningHeaderValue;
807
807
  tryParse(input: string, parsedValue: WarningHeaderValue): boolean;
808
808
  };
@@ -28,7 +28,7 @@ export interface JsonContent$instance extends HttpContent {
28
28
 
29
29
 
30
30
  export const JsonContent: {
31
- new(): JsonContent$instance;
31
+ new(): JsonContent;
32
32
  create(inputValue: unknown, jsonTypeInfo: JsonTypeInfo, mediaType?: MediaTypeHeaderValue): JsonContent;
33
33
  create(inputValue: unknown, inputType: Type, mediaType?: MediaTypeHeaderValue, options?: JsonSerializerOptions): JsonContent;
34
34
  create<T>(inputValue: T, jsonTypeInfo: JsonTypeInfo_1<T>, mediaType?: MediaTypeHeaderValue): JsonContent;
@@ -19,7 +19,7 @@ export interface HttpMetricsEnrichmentContext$instance {
19
19
 
20
20
 
21
21
  export const HttpMetricsEnrichmentContext: {
22
- new(): HttpMetricsEnrichmentContext$instance;
22
+ new(): HttpMetricsEnrichmentContext;
23
23
  addCallback(request: HttpRequestMessage, callback: Action_1<HttpMetricsEnrichmentContext>): void;
24
24
  };
25
25