@tsonic/dotnet 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -49,15 +49,15 @@ export class HeaderStringValues$instance {
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
export interface __HeaderStringValues$views {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<CLROf<string>>;
|
|
53
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<CLROf<string>>;
|
|
54
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
export type HeaderStringValues = HeaderStringValues$instance & __HeaderStringValues$views;
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
export class HeaderStringValues_Enumerator$instance {
|
|
60
|
+
export class HeaderStringValues_Enumerator$instance implements IDisposable {
|
|
61
61
|
readonly current: string;
|
|
62
62
|
dispose(): void;
|
|
63
63
|
moveNext(): boolean;
|
|
@@ -65,8 +65,8 @@ export class HeaderStringValues_Enumerator$instance {
|
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
export interface __HeaderStringValues_Enumerator$views {
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<CLROf<string>>;
|
|
69
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
export type HeaderStringValues_Enumerator = HeaderStringValues_Enumerator$instance & __HeaderStringValues_Enumerator$views;
|
|
@@ -82,16 +82,16 @@ export class HttpHeadersNonValidated$instance {
|
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
export interface __HttpHeadersNonValidated$views {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
85
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<CLROf<string>, HeaderStringValues>>;
|
|
86
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<CLROf<string>, HeaderStringValues>>;
|
|
87
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<CLROf<string>, HeaderStringValues>;
|
|
88
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
export type HttpHeadersNonValidated = HttpHeadersNonValidated$instance & __HttpHeadersNonValidated$views;
|
|
92
92
|
|
|
93
93
|
|
|
94
|
-
export class HttpHeadersNonValidated_Enumerator$instance {
|
|
94
|
+
export class HttpHeadersNonValidated_Enumerator$instance implements IDisposable {
|
|
95
95
|
readonly current: KeyValuePair_2<CLROf<string>, HeaderStringValues>;
|
|
96
96
|
dispose(): void;
|
|
97
97
|
moveNext(): boolean;
|
|
@@ -99,8 +99,8 @@ export class HttpHeadersNonValidated_Enumerator$instance {
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
export interface __HttpHeadersNonValidated_Enumerator$views {
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<KeyValuePair_2<CLROf<string>, HeaderStringValues>>;
|
|
103
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
export type HttpHeadersNonValidated_Enumerator = HttpHeadersNonValidated_Enumerator$instance & __HttpHeadersNonValidated_Enumerator$views;
|
|
@@ -111,18 +111,20 @@ export class AuthenticationHeaderValue$instance {
|
|
|
111
111
|
constructor(scheme: string, parameter: string);
|
|
112
112
|
readonly parameter: string;
|
|
113
113
|
readonly scheme: string;
|
|
114
|
-
equals(obj:
|
|
114
|
+
equals(obj: unknown): boolean;
|
|
115
115
|
getHashCode(): int;
|
|
116
116
|
toString(): string;
|
|
117
|
-
static
|
|
118
|
-
static
|
|
117
|
+
static parse(input: string): AuthenticationHeaderValue;
|
|
118
|
+
static tryParse(input: string, parsedValue: { value: ref<AuthenticationHeaderValue> }): boolean;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
export interface __AuthenticationHeaderValue$views {
|
|
123
|
-
|
|
123
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
+
export interface AuthenticationHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
127
|
+
|
|
126
128
|
export type AuthenticationHeaderValue = AuthenticationHeaderValue$instance & __AuthenticationHeaderValue$views;
|
|
127
129
|
|
|
128
130
|
|
|
@@ -144,18 +146,20 @@ export class CacheControlHeaderValue$instance {
|
|
|
144
146
|
proxyRevalidate: boolean;
|
|
145
147
|
public_: boolean;
|
|
146
148
|
sharedMaxAge: Nullable_1<TimeSpan>;
|
|
147
|
-
equals(obj:
|
|
149
|
+
equals(obj: unknown): boolean;
|
|
148
150
|
getHashCode(): int;
|
|
149
151
|
toString(): string;
|
|
150
|
-
static
|
|
151
|
-
static
|
|
152
|
+
static parse(input: string): CacheControlHeaderValue;
|
|
153
|
+
static tryParse(input: string, parsedValue: { value: ref<CacheControlHeaderValue> }): boolean;
|
|
152
154
|
}
|
|
153
155
|
|
|
154
156
|
|
|
155
157
|
export interface __CacheControlHeaderValue$views {
|
|
156
|
-
|
|
158
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
157
159
|
}
|
|
158
160
|
|
|
161
|
+
export interface CacheControlHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
162
|
+
|
|
159
163
|
export type CacheControlHeaderValue = CacheControlHeaderValue$instance & __CacheControlHeaderValue$views;
|
|
160
164
|
|
|
161
165
|
|
|
@@ -170,18 +174,20 @@ export class ContentDispositionHeaderValue$instance {
|
|
|
170
174
|
readonly parameters: ICollection_1<NameValueHeaderValue>;
|
|
171
175
|
readDate: Nullable_1<DateTimeOffset>;
|
|
172
176
|
size: Nullable_1<CLROf<long>>;
|
|
173
|
-
equals(obj:
|
|
177
|
+
equals(obj: unknown): boolean;
|
|
174
178
|
getHashCode(): int;
|
|
175
179
|
toString(): string;
|
|
176
|
-
static
|
|
177
|
-
static
|
|
180
|
+
static parse(input: string): ContentDispositionHeaderValue;
|
|
181
|
+
static tryParse(input: string, parsedValue: { value: ref<ContentDispositionHeaderValue> }): boolean;
|
|
178
182
|
}
|
|
179
183
|
|
|
180
184
|
|
|
181
185
|
export interface __ContentDispositionHeaderValue$views {
|
|
182
|
-
|
|
186
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
183
187
|
}
|
|
184
188
|
|
|
189
|
+
export interface ContentDispositionHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
190
|
+
|
|
185
191
|
export type ContentDispositionHeaderValue = ContentDispositionHeaderValue$instance & __ContentDispositionHeaderValue$views;
|
|
186
192
|
|
|
187
193
|
|
|
@@ -195,18 +201,20 @@ export class ContentRangeHeaderValue$instance {
|
|
|
195
201
|
readonly length: Nullable_1<CLROf<long>>;
|
|
196
202
|
readonly to: Nullable_1<CLROf<long>>;
|
|
197
203
|
unit: string;
|
|
198
|
-
equals(obj:
|
|
204
|
+
equals(obj: unknown): boolean;
|
|
199
205
|
getHashCode(): int;
|
|
200
206
|
toString(): string;
|
|
201
|
-
static
|
|
202
|
-
static
|
|
207
|
+
static parse(input: string): ContentRangeHeaderValue;
|
|
208
|
+
static tryParse(input: string, parsedValue: { value: ref<ContentRangeHeaderValue> }): boolean;
|
|
203
209
|
}
|
|
204
210
|
|
|
205
211
|
|
|
206
212
|
export interface __ContentRangeHeaderValue$views {
|
|
207
|
-
|
|
213
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
208
214
|
}
|
|
209
215
|
|
|
216
|
+
export interface ContentRangeHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
217
|
+
|
|
210
218
|
export type ContentRangeHeaderValue = ContentRangeHeaderValue$instance & __ContentRangeHeaderValue$views;
|
|
211
219
|
|
|
212
220
|
|
|
@@ -215,19 +223,21 @@ export class EntityTagHeaderValue$instance {
|
|
|
215
223
|
constructor(tag: string, isWeak: boolean);
|
|
216
224
|
readonly isWeak: boolean;
|
|
217
225
|
readonly tag: string;
|
|
218
|
-
equals(obj:
|
|
226
|
+
equals(obj: unknown): boolean;
|
|
219
227
|
getHashCode(): int;
|
|
220
228
|
toString(): string;
|
|
221
|
-
static readonly
|
|
222
|
-
static
|
|
223
|
-
static
|
|
229
|
+
static readonly any_: EntityTagHeaderValue;
|
|
230
|
+
static parse(input: string): EntityTagHeaderValue;
|
|
231
|
+
static tryParse(input: string, parsedValue: { value: ref<EntityTagHeaderValue> }): boolean;
|
|
224
232
|
}
|
|
225
233
|
|
|
226
234
|
|
|
227
235
|
export interface __EntityTagHeaderValue$views {
|
|
228
|
-
|
|
236
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
229
237
|
}
|
|
230
238
|
|
|
239
|
+
export interface EntityTagHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
240
|
+
|
|
231
241
|
export type EntityTagHeaderValue = EntityTagHeaderValue$instance & __EntityTagHeaderValue$views;
|
|
232
242
|
|
|
233
243
|
|
|
@@ -249,8 +259,8 @@ export class HttpContentHeaders$instance extends HttpHeaders$instance {
|
|
|
249
259
|
|
|
250
260
|
|
|
251
261
|
export interface __HttpContentHeaders$views {
|
|
252
|
-
|
|
253
|
-
|
|
262
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<CLROf<string>, IEnumerable_1<CLROf<string>>>>;
|
|
263
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
254
264
|
}
|
|
255
265
|
|
|
256
266
|
export type HttpContentHeaders = HttpContentHeaders$instance & __HttpContentHeaders$views;
|
|
@@ -273,8 +283,8 @@ export abstract class HttpHeaders$instance {
|
|
|
273
283
|
|
|
274
284
|
|
|
275
285
|
export interface __HttpHeaders$views {
|
|
276
|
-
|
|
277
|
-
|
|
286
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<CLROf<string>, IEnumerable_1<CLROf<string>>>>;
|
|
287
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
278
288
|
}
|
|
279
289
|
|
|
280
290
|
export type HttpHeaders = HttpHeaders$instance & __HttpHeaders$views;
|
|
@@ -296,9 +306,9 @@ export class HttpHeaderValueCollection_1$instance<T> {
|
|
|
296
306
|
|
|
297
307
|
|
|
298
308
|
export interface __HttpHeaderValueCollection_1$views<T> {
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
309
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
310
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
311
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
302
312
|
}
|
|
303
313
|
|
|
304
314
|
export type HttpHeaderValueCollection_1<T> = HttpHeaderValueCollection_1$instance<T> & __HttpHeaderValueCollection_1$views<T>;
|
|
@@ -329,7 +339,7 @@ export class HttpRequestHeaders$instance extends HttpHeaders$instance {
|
|
|
329
339
|
proxyAuthorization: AuthenticationHeaderValue;
|
|
330
340
|
range: RangeHeaderValue;
|
|
331
341
|
referrer: Uri;
|
|
332
|
-
readonly
|
|
342
|
+
readonly TE: HttpHeaderValueCollection_1<TransferCodingWithQualityHeaderValue>;
|
|
333
343
|
readonly trailer: HttpHeaderValueCollection_1<CLROf<string>>;
|
|
334
344
|
readonly transferEncoding: HttpHeaderValueCollection_1<TransferCodingHeaderValue>;
|
|
335
345
|
transferEncodingChunked: Nullable_1<CLROf<boolean>>;
|
|
@@ -343,8 +353,8 @@ export class HttpRequestHeaders$instance extends HttpHeaders$instance {
|
|
|
343
353
|
|
|
344
354
|
|
|
345
355
|
export interface __HttpRequestHeaders$views {
|
|
346
|
-
|
|
347
|
-
|
|
356
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<CLROf<string>, IEnumerable_1<CLROf<string>>>>;
|
|
357
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
348
358
|
}
|
|
349
359
|
|
|
350
360
|
export type HttpRequestHeaders = HttpRequestHeaders$instance & __HttpRequestHeaders$views;
|
|
@@ -377,8 +387,8 @@ export class HttpResponseHeaders$instance extends HttpHeaders$instance {
|
|
|
377
387
|
|
|
378
388
|
|
|
379
389
|
export interface __HttpResponseHeaders$views {
|
|
380
|
-
|
|
381
|
-
|
|
390
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<CLROf<string>, IEnumerable_1<CLROf<string>>>>;
|
|
391
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
382
392
|
}
|
|
383
393
|
|
|
384
394
|
export type HttpResponseHeaders = HttpResponseHeaders$instance & __HttpResponseHeaders$views;
|
|
@@ -390,18 +400,20 @@ export class MediaTypeHeaderValue$instance {
|
|
|
390
400
|
charSet: string;
|
|
391
401
|
mediaType: string;
|
|
392
402
|
readonly parameters: ICollection_1<NameValueHeaderValue>;
|
|
393
|
-
equals(obj:
|
|
403
|
+
equals(obj: unknown): boolean;
|
|
394
404
|
getHashCode(): int;
|
|
395
405
|
toString(): string;
|
|
396
|
-
static
|
|
397
|
-
static
|
|
406
|
+
static parse(input: string): MediaTypeHeaderValue;
|
|
407
|
+
static tryParse(input: string, parsedValue: { value: ref<MediaTypeHeaderValue> }): boolean;
|
|
398
408
|
}
|
|
399
409
|
|
|
400
410
|
|
|
401
411
|
export interface __MediaTypeHeaderValue$views {
|
|
402
|
-
|
|
412
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
403
413
|
}
|
|
404
414
|
|
|
415
|
+
export interface MediaTypeHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
416
|
+
|
|
405
417
|
export type MediaTypeHeaderValue = MediaTypeHeaderValue$instance & __MediaTypeHeaderValue$views;
|
|
406
418
|
|
|
407
419
|
|
|
@@ -409,14 +421,16 @@ export class MediaTypeWithQualityHeaderValue$instance extends MediaTypeHeaderVal
|
|
|
409
421
|
constructor(mediaType: string);
|
|
410
422
|
constructor(mediaType: string, quality: double);
|
|
411
423
|
quality: Nullable_1<CLROf<double>>;
|
|
412
|
-
clone():
|
|
424
|
+
clone(): unknown;
|
|
413
425
|
}
|
|
414
426
|
|
|
415
427
|
|
|
416
428
|
export interface __MediaTypeWithQualityHeaderValue$views {
|
|
417
|
-
|
|
429
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
418
430
|
}
|
|
419
431
|
|
|
432
|
+
export interface MediaTypeWithQualityHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
433
|
+
|
|
420
434
|
export type MediaTypeWithQualityHeaderValue = MediaTypeWithQualityHeaderValue$instance & __MediaTypeWithQualityHeaderValue$views;
|
|
421
435
|
|
|
422
436
|
|
|
@@ -425,18 +439,20 @@ export class NameValueHeaderValue$instance {
|
|
|
425
439
|
constructor(name: string, value: string);
|
|
426
440
|
readonly name: string;
|
|
427
441
|
value: string;
|
|
428
|
-
equals(obj:
|
|
442
|
+
equals(obj: unknown): boolean;
|
|
429
443
|
getHashCode(): int;
|
|
430
444
|
toString(): string;
|
|
431
|
-
static
|
|
432
|
-
static
|
|
445
|
+
static parse(input: string): NameValueHeaderValue;
|
|
446
|
+
static tryParse(input: string, parsedValue: { value: ref<NameValueHeaderValue> }): boolean;
|
|
433
447
|
}
|
|
434
448
|
|
|
435
449
|
|
|
436
450
|
export interface __NameValueHeaderValue$views {
|
|
437
|
-
|
|
451
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
438
452
|
}
|
|
439
453
|
|
|
454
|
+
export interface NameValueHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
455
|
+
|
|
440
456
|
export type NameValueHeaderValue = NameValueHeaderValue$instance & __NameValueHeaderValue$views;
|
|
441
457
|
|
|
442
458
|
|
|
@@ -444,17 +460,19 @@ export class NameValueWithParametersHeaderValue$instance extends NameValueHeader
|
|
|
444
460
|
constructor(name: string);
|
|
445
461
|
constructor(name: string, value: string);
|
|
446
462
|
readonly parameters: ICollection_1<NameValueHeaderValue>;
|
|
447
|
-
clone():
|
|
448
|
-
equals(obj:
|
|
463
|
+
clone(): unknown;
|
|
464
|
+
equals(obj: unknown): boolean;
|
|
449
465
|
getHashCode(): int;
|
|
450
466
|
toString(): string;
|
|
451
467
|
}
|
|
452
468
|
|
|
453
469
|
|
|
454
470
|
export interface __NameValueWithParametersHeaderValue$views {
|
|
455
|
-
|
|
471
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
456
472
|
}
|
|
457
473
|
|
|
474
|
+
export interface NameValueWithParametersHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
475
|
+
|
|
458
476
|
export type NameValueWithParametersHeaderValue = NameValueWithParametersHeaderValue$instance & __NameValueWithParametersHeaderValue$views;
|
|
459
477
|
|
|
460
478
|
|
|
@@ -463,18 +481,20 @@ export class ProductHeaderValue$instance {
|
|
|
463
481
|
constructor(name: string, version: string);
|
|
464
482
|
readonly name: string;
|
|
465
483
|
readonly version: string;
|
|
466
|
-
equals(obj:
|
|
484
|
+
equals(obj: unknown): boolean;
|
|
467
485
|
getHashCode(): int;
|
|
468
486
|
toString(): string;
|
|
469
|
-
static
|
|
470
|
-
static
|
|
487
|
+
static parse(input: string): ProductHeaderValue;
|
|
488
|
+
static tryParse(input: string, parsedValue: { value: ref<ProductHeaderValue> }): boolean;
|
|
471
489
|
}
|
|
472
490
|
|
|
473
491
|
|
|
474
492
|
export interface __ProductHeaderValue$views {
|
|
475
|
-
|
|
493
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
476
494
|
}
|
|
477
495
|
|
|
496
|
+
export interface ProductHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
497
|
+
|
|
478
498
|
export type ProductHeaderValue = ProductHeaderValue$instance & __ProductHeaderValue$views;
|
|
479
499
|
|
|
480
500
|
|
|
@@ -484,18 +504,20 @@ export class ProductInfoHeaderValue$instance {
|
|
|
484
504
|
constructor(comment: string);
|
|
485
505
|
readonly comment: string;
|
|
486
506
|
readonly product: ProductHeaderValue;
|
|
487
|
-
equals(obj:
|
|
507
|
+
equals(obj: unknown): boolean;
|
|
488
508
|
getHashCode(): int;
|
|
489
509
|
toString(): string;
|
|
490
|
-
static
|
|
491
|
-
static
|
|
510
|
+
static parse(input: string): ProductInfoHeaderValue;
|
|
511
|
+
static tryParse(input: string, parsedValue: { value: ref<ProductInfoHeaderValue> }): boolean;
|
|
492
512
|
}
|
|
493
513
|
|
|
494
514
|
|
|
495
515
|
export interface __ProductInfoHeaderValue$views {
|
|
496
|
-
|
|
516
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
497
517
|
}
|
|
498
518
|
|
|
519
|
+
export interface ProductInfoHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
520
|
+
|
|
499
521
|
export type ProductInfoHeaderValue = ProductInfoHeaderValue$instance & __ProductInfoHeaderValue$views;
|
|
500
522
|
|
|
501
523
|
|
|
@@ -505,18 +527,20 @@ export class RangeConditionHeaderValue$instance {
|
|
|
505
527
|
constructor(entityTag: string);
|
|
506
528
|
readonly date: Nullable_1<DateTimeOffset>;
|
|
507
529
|
readonly entityTag: EntityTagHeaderValue;
|
|
508
|
-
equals(obj:
|
|
530
|
+
equals(obj: unknown): boolean;
|
|
509
531
|
getHashCode(): int;
|
|
510
532
|
toString(): string;
|
|
511
|
-
static
|
|
512
|
-
static
|
|
533
|
+
static parse(input: string): RangeConditionHeaderValue;
|
|
534
|
+
static tryParse(input: string, parsedValue: { value: ref<RangeConditionHeaderValue> }): boolean;
|
|
513
535
|
}
|
|
514
536
|
|
|
515
537
|
|
|
516
538
|
export interface __RangeConditionHeaderValue$views {
|
|
517
|
-
|
|
539
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
518
540
|
}
|
|
519
541
|
|
|
542
|
+
export interface RangeConditionHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
543
|
+
|
|
520
544
|
export type RangeConditionHeaderValue = RangeConditionHeaderValue$instance & __RangeConditionHeaderValue$views;
|
|
521
545
|
|
|
522
546
|
|
|
@@ -525,18 +549,20 @@ export class RangeHeaderValue$instance {
|
|
|
525
549
|
constructor(from_: Nullable_1<CLROf<long>>, to: Nullable_1<CLROf<long>>);
|
|
526
550
|
readonly ranges: ICollection_1<RangeItemHeaderValue>;
|
|
527
551
|
unit: string;
|
|
528
|
-
equals(obj:
|
|
552
|
+
equals(obj: unknown): boolean;
|
|
529
553
|
getHashCode(): int;
|
|
530
554
|
toString(): string;
|
|
531
|
-
static
|
|
532
|
-
static
|
|
555
|
+
static parse(input: string): RangeHeaderValue;
|
|
556
|
+
static tryParse(input: string, parsedValue: { value: ref<RangeHeaderValue> }): boolean;
|
|
533
557
|
}
|
|
534
558
|
|
|
535
559
|
|
|
536
560
|
export interface __RangeHeaderValue$views {
|
|
537
|
-
|
|
561
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
538
562
|
}
|
|
539
563
|
|
|
564
|
+
export interface RangeHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
565
|
+
|
|
540
566
|
export type RangeHeaderValue = RangeHeaderValue$instance & __RangeHeaderValue$views;
|
|
541
567
|
|
|
542
568
|
|
|
@@ -544,16 +570,18 @@ export class RangeItemHeaderValue$instance {
|
|
|
544
570
|
constructor(from_: Nullable_1<CLROf<long>>, to: Nullable_1<CLROf<long>>);
|
|
545
571
|
readonly from_: Nullable_1<CLROf<long>>;
|
|
546
572
|
readonly to: Nullable_1<CLROf<long>>;
|
|
547
|
-
equals(obj:
|
|
573
|
+
equals(obj: unknown): boolean;
|
|
548
574
|
getHashCode(): int;
|
|
549
575
|
toString(): string;
|
|
550
576
|
}
|
|
551
577
|
|
|
552
578
|
|
|
553
579
|
export interface __RangeItemHeaderValue$views {
|
|
554
|
-
|
|
580
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
555
581
|
}
|
|
556
582
|
|
|
583
|
+
export interface RangeItemHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
584
|
+
|
|
557
585
|
export type RangeItemHeaderValue = RangeItemHeaderValue$instance & __RangeItemHeaderValue$views;
|
|
558
586
|
|
|
559
587
|
|
|
@@ -562,18 +590,20 @@ export class RetryConditionHeaderValue$instance {
|
|
|
562
590
|
constructor(delta: TimeSpan);
|
|
563
591
|
readonly date: Nullable_1<DateTimeOffset>;
|
|
564
592
|
readonly delta: Nullable_1<TimeSpan>;
|
|
565
|
-
equals(obj:
|
|
593
|
+
equals(obj: unknown): boolean;
|
|
566
594
|
getHashCode(): int;
|
|
567
595
|
toString(): string;
|
|
568
|
-
static
|
|
569
|
-
static
|
|
596
|
+
static parse(input: string): RetryConditionHeaderValue;
|
|
597
|
+
static tryParse(input: string, parsedValue: { value: ref<RetryConditionHeaderValue> }): boolean;
|
|
570
598
|
}
|
|
571
599
|
|
|
572
600
|
|
|
573
601
|
export interface __RetryConditionHeaderValue$views {
|
|
574
|
-
|
|
602
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
575
603
|
}
|
|
576
604
|
|
|
605
|
+
export interface RetryConditionHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
606
|
+
|
|
577
607
|
export type RetryConditionHeaderValue = RetryConditionHeaderValue$instance & __RetryConditionHeaderValue$views;
|
|
578
608
|
|
|
579
609
|
|
|
@@ -582,18 +612,20 @@ export class StringWithQualityHeaderValue$instance {
|
|
|
582
612
|
constructor(value: string, quality: double);
|
|
583
613
|
readonly quality: Nullable_1<CLROf<double>>;
|
|
584
614
|
readonly value: string;
|
|
585
|
-
equals(obj:
|
|
615
|
+
equals(obj: unknown): boolean;
|
|
586
616
|
getHashCode(): int;
|
|
587
617
|
toString(): string;
|
|
588
|
-
static
|
|
589
|
-
static
|
|
618
|
+
static parse(input: string): StringWithQualityHeaderValue;
|
|
619
|
+
static tryParse(input: string, parsedValue: { value: ref<StringWithQualityHeaderValue> }): boolean;
|
|
590
620
|
}
|
|
591
621
|
|
|
592
622
|
|
|
593
623
|
export interface __StringWithQualityHeaderValue$views {
|
|
594
|
-
|
|
624
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
595
625
|
}
|
|
596
626
|
|
|
627
|
+
export interface StringWithQualityHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
628
|
+
|
|
597
629
|
export type StringWithQualityHeaderValue = StringWithQualityHeaderValue$instance & __StringWithQualityHeaderValue$views;
|
|
598
630
|
|
|
599
631
|
|
|
@@ -601,18 +633,20 @@ export class TransferCodingHeaderValue$instance {
|
|
|
601
633
|
constructor(value: string);
|
|
602
634
|
readonly parameters: ICollection_1<NameValueHeaderValue>;
|
|
603
635
|
readonly value: string;
|
|
604
|
-
equals(obj:
|
|
636
|
+
equals(obj: unknown): boolean;
|
|
605
637
|
getHashCode(): int;
|
|
606
638
|
toString(): string;
|
|
607
|
-
static
|
|
608
|
-
static
|
|
639
|
+
static parse(input: string): TransferCodingHeaderValue;
|
|
640
|
+
static tryParse(input: string, parsedValue: { value: ref<TransferCodingHeaderValue> }): boolean;
|
|
609
641
|
}
|
|
610
642
|
|
|
611
643
|
|
|
612
644
|
export interface __TransferCodingHeaderValue$views {
|
|
613
|
-
|
|
645
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
614
646
|
}
|
|
615
647
|
|
|
648
|
+
export interface TransferCodingHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
649
|
+
|
|
616
650
|
export type TransferCodingHeaderValue = TransferCodingHeaderValue$instance & __TransferCodingHeaderValue$views;
|
|
617
651
|
|
|
618
652
|
|
|
@@ -620,14 +654,16 @@ export class TransferCodingWithQualityHeaderValue$instance extends TransferCodin
|
|
|
620
654
|
constructor(value: string);
|
|
621
655
|
constructor(value: string, quality: double);
|
|
622
656
|
quality: Nullable_1<CLROf<double>>;
|
|
623
|
-
clone():
|
|
657
|
+
clone(): unknown;
|
|
624
658
|
}
|
|
625
659
|
|
|
626
660
|
|
|
627
661
|
export interface __TransferCodingWithQualityHeaderValue$views {
|
|
628
|
-
|
|
662
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
629
663
|
}
|
|
630
664
|
|
|
665
|
+
export interface TransferCodingWithQualityHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
666
|
+
|
|
631
667
|
export type TransferCodingWithQualityHeaderValue = TransferCodingWithQualityHeaderValue$instance & __TransferCodingWithQualityHeaderValue$views;
|
|
632
668
|
|
|
633
669
|
|
|
@@ -639,18 +675,20 @@ export class ViaHeaderValue$instance {
|
|
|
639
675
|
readonly protocolName: string;
|
|
640
676
|
readonly protocolVersion: string;
|
|
641
677
|
readonly receivedBy: string;
|
|
642
|
-
equals(obj:
|
|
678
|
+
equals(obj: unknown): boolean;
|
|
643
679
|
getHashCode(): int;
|
|
644
680
|
toString(): string;
|
|
645
|
-
static
|
|
646
|
-
static
|
|
681
|
+
static parse(input: string): ViaHeaderValue;
|
|
682
|
+
static tryParse(input: string, parsedValue: { value: ref<ViaHeaderValue> }): boolean;
|
|
647
683
|
}
|
|
648
684
|
|
|
649
685
|
|
|
650
686
|
export interface __ViaHeaderValue$views {
|
|
651
|
-
|
|
687
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
652
688
|
}
|
|
653
689
|
|
|
690
|
+
export interface ViaHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
691
|
+
|
|
654
692
|
export type ViaHeaderValue = ViaHeaderValue$instance & __ViaHeaderValue$views;
|
|
655
693
|
|
|
656
694
|
|
|
@@ -661,18 +699,20 @@ export class WarningHeaderValue$instance {
|
|
|
661
699
|
readonly code: int;
|
|
662
700
|
readonly date: Nullable_1<DateTimeOffset>;
|
|
663
701
|
readonly text: string;
|
|
664
|
-
equals(obj:
|
|
702
|
+
equals(obj: unknown): boolean;
|
|
665
703
|
getHashCode(): int;
|
|
666
704
|
toString(): string;
|
|
667
|
-
static
|
|
668
|
-
static
|
|
705
|
+
static parse(input: string): WarningHeaderValue;
|
|
706
|
+
static tryParse(input: string, parsedValue: { value: ref<WarningHeaderValue> }): boolean;
|
|
669
707
|
}
|
|
670
708
|
|
|
671
709
|
|
|
672
710
|
export interface __WarningHeaderValue$views {
|
|
673
|
-
|
|
711
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
674
712
|
}
|
|
675
713
|
|
|
714
|
+
export interface WarningHeaderValue$instance extends System_Internal.ICloneable$instance {}
|
|
715
|
+
|
|
676
716
|
export type WarningHeaderValue = WarningHeaderValue$instance & __WarningHeaderValue$views;
|
|
677
717
|
|
|
678
718
|
|
|
@@ -2962,7 +2962,7 @@
|
|
|
2962
2962
|
{
|
|
2963
2963
|
"stableId": "System.Net.Http:System.Net.Http.Headers.HttpRequestHeaders::TE:System.Net.Http.Headers.HttpHeaderValueCollection_1[[System.Net.Http.Headers.TransferCodingWithQualityHeaderValue,System.Net.Http,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
|
|
2964
2964
|
"clrName": "TE",
|
|
2965
|
-
"tsEmitName": "
|
|
2965
|
+
"tsEmitName": "TE",
|
|
2966
2966
|
"normalizedSignature": "TE|:System.Net.Http.Headers.HttpHeaderValueCollection_1[[System.Net.Http.Headers.TransferCodingWithQualityHeaderValue,System.Net.Http,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false|accessor=get",
|
|
2967
2967
|
"provenance": "Original",
|
|
2968
2968
|
"emitScope": "ClassSurface",
|