@tsonic/dotnet 10.0.40 → 10.0.41
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 +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Net.Http.Headers
|
|
3
3
|
// Assembly: System.Net.Http
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -43,7 +41,7 @@ export interface __HeaderStringValues$views {
|
|
|
43
41
|
export type HeaderStringValues = HeaderStringValues$instance & __HeaderStringValues$views;
|
|
44
42
|
|
|
45
43
|
|
|
46
|
-
export interface HeaderStringValues_Enumerator$instance extends IDisposable {
|
|
44
|
+
export interface HeaderStringValues_Enumerator$instance extends IEnumerator_1<System_Internal.String>, IEnumerator, IDisposable {
|
|
47
45
|
readonly __tsonic_type_System_Net_Http_Headers_HeaderStringValues_Enumerator: never;
|
|
48
46
|
|
|
49
47
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -53,7 +51,6 @@ export interface HeaderStringValues_Enumerator$instance extends IDisposable {
|
|
|
53
51
|
readonly Current: string;
|
|
54
52
|
Dispose(): void;
|
|
55
53
|
MoveNext(): boolean;
|
|
56
|
-
Reset(): void;
|
|
57
54
|
}
|
|
58
55
|
|
|
59
56
|
|
|
@@ -62,13 +59,7 @@ export const HeaderStringValues_Enumerator: {
|
|
|
62
59
|
};
|
|
63
60
|
|
|
64
61
|
|
|
65
|
-
export
|
|
66
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<System_Internal.String>;
|
|
67
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
export type HeaderStringValues_Enumerator = HeaderStringValues_Enumerator$instance & __HeaderStringValues_Enumerator$views;
|
|
71
|
-
|
|
62
|
+
export type HeaderStringValues_Enumerator = HeaderStringValues_Enumerator$instance;
|
|
72
63
|
|
|
73
64
|
export interface HttpHeadersNonValidated$instance {
|
|
74
65
|
readonly __tsonic_type_System_Net_Http_Headers_HttpHeadersNonValidated: never;
|
|
@@ -100,7 +91,7 @@ export interface __HttpHeadersNonValidated$views {
|
|
|
100
91
|
export type HttpHeadersNonValidated = HttpHeadersNonValidated$instance & __HttpHeadersNonValidated$views & { readonly [headerName: string]: HeaderStringValues; };
|
|
101
92
|
|
|
102
93
|
|
|
103
|
-
export interface HttpHeadersNonValidated_Enumerator$instance extends IDisposable {
|
|
94
|
+
export interface HttpHeadersNonValidated_Enumerator$instance extends IEnumerator_1<KeyValuePair_2<System_Internal.String, HeaderStringValues>>, IEnumerator, IDisposable {
|
|
104
95
|
readonly __tsonic_type_System_Net_Http_Headers_HttpHeadersNonValidated_Enumerator: never;
|
|
105
96
|
|
|
106
97
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -110,7 +101,6 @@ export interface HttpHeadersNonValidated_Enumerator$instance extends IDisposable
|
|
|
110
101
|
readonly Current: KeyValuePair_2<System_Internal.String, HeaderStringValues>;
|
|
111
102
|
Dispose(): void;
|
|
112
103
|
MoveNext(): boolean;
|
|
113
|
-
Reset(): void;
|
|
114
104
|
}
|
|
115
105
|
|
|
116
106
|
|
|
@@ -119,22 +109,16 @@ export const HttpHeadersNonValidated_Enumerator: {
|
|
|
119
109
|
};
|
|
120
110
|
|
|
121
111
|
|
|
122
|
-
export
|
|
123
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<KeyValuePair_2<System_Internal.String, HeaderStringValues>>;
|
|
124
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
export type HttpHeadersNonValidated_Enumerator = HttpHeadersNonValidated_Enumerator$instance & __HttpHeadersNonValidated_Enumerator$views;
|
|
128
|
-
|
|
112
|
+
export type HttpHeadersNonValidated_Enumerator = HttpHeadersNonValidated_Enumerator$instance;
|
|
129
113
|
|
|
130
114
|
export interface AuthenticationHeaderValue$instance extends System_Internal.ICloneable$instance {
|
|
131
115
|
readonly __tsonic_type_System_Net_Http_Headers_AuthenticationHeaderValue: never;
|
|
132
116
|
|
|
133
117
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
134
118
|
|
|
135
|
-
readonly Parameter: string |
|
|
119
|
+
readonly Parameter: string | null;
|
|
136
120
|
readonly Scheme: string;
|
|
137
|
-
Equals(obj:
|
|
121
|
+
Equals(obj: JsValue | null): boolean;
|
|
138
122
|
GetHashCode(): int;
|
|
139
123
|
ToString(): string;
|
|
140
124
|
}
|
|
@@ -142,9 +126,9 @@ export interface AuthenticationHeaderValue$instance extends System_Internal.IClo
|
|
|
142
126
|
|
|
143
127
|
export const AuthenticationHeaderValue: {
|
|
144
128
|
new(scheme: string): AuthenticationHeaderValue;
|
|
145
|
-
new(scheme: string, parameter: string): AuthenticationHeaderValue;
|
|
129
|
+
new(scheme: string, parameter: string | null): AuthenticationHeaderValue;
|
|
146
130
|
Parse(input: string): AuthenticationHeaderValue;
|
|
147
|
-
TryParse(input: string, parsedValue: AuthenticationHeaderValue): boolean;
|
|
131
|
+
TryParse(input: string | null, parsedValue: AuthenticationHeaderValue | null): boolean;
|
|
148
132
|
};
|
|
149
133
|
|
|
150
134
|
|
|
@@ -180,7 +164,7 @@ export interface CacheControlHeaderValue$instance extends System_Internal.IClone
|
|
|
180
164
|
Public: boolean;
|
|
181
165
|
get SharedMaxAge(): Nullable_1<TimeSpan>;
|
|
182
166
|
set SharedMaxAge(value: Nullable_1<TimeSpan> | TimeSpan);
|
|
183
|
-
Equals(obj:
|
|
167
|
+
Equals(obj: JsValue | null): boolean;
|
|
184
168
|
GetHashCode(): int;
|
|
185
169
|
ToString(): string;
|
|
186
170
|
}
|
|
@@ -188,8 +172,8 @@ export interface CacheControlHeaderValue$instance extends System_Internal.IClone
|
|
|
188
172
|
|
|
189
173
|
export const CacheControlHeaderValue: {
|
|
190
174
|
new(): CacheControlHeaderValue;
|
|
191
|
-
Parse(input: string): CacheControlHeaderValue;
|
|
192
|
-
TryParse(input: string, parsedValue: CacheControlHeaderValue): boolean;
|
|
175
|
+
Parse(input: string | null): CacheControlHeaderValue;
|
|
176
|
+
TryParse(input: string | null, parsedValue: CacheControlHeaderValue | null): boolean;
|
|
193
177
|
};
|
|
194
178
|
|
|
195
179
|
|
|
@@ -208,20 +192,20 @@ export interface ContentDispositionHeaderValue$instance extends System_Internal.
|
|
|
208
192
|
get CreationDate(): Nullable_1<DateTimeOffset>;
|
|
209
193
|
set CreationDate(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
210
194
|
DispositionType: string;
|
|
211
|
-
get FileName(): string |
|
|
212
|
-
set FileName(value: string |
|
|
213
|
-
get FileNameStar(): string |
|
|
214
|
-
set FileNameStar(value: string |
|
|
195
|
+
get FileName(): string | null;
|
|
196
|
+
set FileName(value: string | null);
|
|
197
|
+
get FileNameStar(): string | null;
|
|
198
|
+
set FileNameStar(value: string | null);
|
|
215
199
|
get ModificationDate(): Nullable_1<DateTimeOffset>;
|
|
216
200
|
set ModificationDate(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
217
|
-
get Name(): string |
|
|
218
|
-
set Name(value: string |
|
|
201
|
+
get Name(): string | null;
|
|
202
|
+
set Name(value: string | null);
|
|
219
203
|
readonly Parameters: ICollection_1<NameValueHeaderValue>;
|
|
220
204
|
get ReadDate(): Nullable_1<DateTimeOffset>;
|
|
221
205
|
set ReadDate(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
222
206
|
get Size(): Nullable_1<System_Internal.Int64>;
|
|
223
207
|
set Size(value: Nullable_1<System_Internal.Int64> | long);
|
|
224
|
-
Equals(obj:
|
|
208
|
+
Equals(obj: JsValue | null): boolean;
|
|
225
209
|
GetHashCode(): int;
|
|
226
210
|
ToString(): string;
|
|
227
211
|
}
|
|
@@ -230,7 +214,7 @@ export interface ContentDispositionHeaderValue$instance extends System_Internal.
|
|
|
230
214
|
export const ContentDispositionHeaderValue: {
|
|
231
215
|
new(dispositionType: string): ContentDispositionHeaderValue;
|
|
232
216
|
Parse(input: string): ContentDispositionHeaderValue;
|
|
233
|
-
TryParse(input: string, parsedValue: ContentDispositionHeaderValue): boolean;
|
|
217
|
+
TryParse(input: string | null, parsedValue: ContentDispositionHeaderValue | null): boolean;
|
|
234
218
|
};
|
|
235
219
|
|
|
236
220
|
|
|
@@ -252,7 +236,7 @@ export interface ContentRangeHeaderValue$instance extends System_Internal.IClone
|
|
|
252
236
|
readonly Length: Nullable_1<System_Internal.Int64>;
|
|
253
237
|
readonly To: Nullable_1<System_Internal.Int64>;
|
|
254
238
|
Unit: string;
|
|
255
|
-
Equals(obj:
|
|
239
|
+
Equals(obj: JsValue | null): boolean;
|
|
256
240
|
GetHashCode(): int;
|
|
257
241
|
ToString(): string;
|
|
258
242
|
}
|
|
@@ -263,7 +247,7 @@ export const ContentRangeHeaderValue: {
|
|
|
263
247
|
new(length: long): ContentRangeHeaderValue;
|
|
264
248
|
new(from: long, to: long): ContentRangeHeaderValue;
|
|
265
249
|
Parse(input: string): ContentRangeHeaderValue;
|
|
266
|
-
TryParse(input: string, parsedValue: ContentRangeHeaderValue): boolean;
|
|
250
|
+
TryParse(input: string | null, parsedValue: ContentRangeHeaderValue | null): boolean;
|
|
267
251
|
};
|
|
268
252
|
|
|
269
253
|
|
|
@@ -281,7 +265,7 @@ export interface EntityTagHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
281
265
|
|
|
282
266
|
IsWeak: boolean;
|
|
283
267
|
Tag: string;
|
|
284
|
-
Equals(obj:
|
|
268
|
+
Equals(obj: JsValue | null): boolean;
|
|
285
269
|
GetHashCode(): int;
|
|
286
270
|
ToString(): string;
|
|
287
271
|
}
|
|
@@ -292,7 +276,7 @@ export const EntityTagHeaderValue: {
|
|
|
292
276
|
new(tag: string, isWeak: boolean): EntityTagHeaderValue;
|
|
293
277
|
readonly Any: EntityTagHeaderValue;
|
|
294
278
|
Parse(input: string): EntityTagHeaderValue;
|
|
295
|
-
TryParse(input: string, parsedValue: EntityTagHeaderValue): boolean;
|
|
279
|
+
TryParse(input: string | null, parsedValue: EntityTagHeaderValue | null): boolean;
|
|
296
280
|
};
|
|
297
281
|
|
|
298
282
|
|
|
@@ -310,20 +294,20 @@ export interface HttpContentHeaders$instance extends HttpHeaders$instance {
|
|
|
310
294
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
311
295
|
|
|
312
296
|
readonly Allow: ICollection_1<System_Internal.String>;
|
|
313
|
-
get ContentDisposition(): ContentDispositionHeaderValue |
|
|
314
|
-
set ContentDisposition(value: ContentDispositionHeaderValue |
|
|
297
|
+
get ContentDisposition(): ContentDispositionHeaderValue | null;
|
|
298
|
+
set ContentDisposition(value: ContentDispositionHeaderValue | null);
|
|
315
299
|
readonly ContentEncoding: ICollection_1<System_Internal.String>;
|
|
316
300
|
readonly ContentLanguage: ICollection_1<System_Internal.String>;
|
|
317
301
|
get ContentLength(): Nullable_1<System_Internal.Int64>;
|
|
318
302
|
set ContentLength(value: Nullable_1<System_Internal.Int64> | long);
|
|
319
|
-
get ContentLocation(): Uri |
|
|
320
|
-
set ContentLocation(value: Uri |
|
|
321
|
-
get ContentMD5(): byte[] |
|
|
322
|
-
set ContentMD5(value: byte[] |
|
|
323
|
-
get ContentRange(): ContentRangeHeaderValue |
|
|
324
|
-
set ContentRange(value: ContentRangeHeaderValue |
|
|
325
|
-
get ContentType(): MediaTypeHeaderValue |
|
|
326
|
-
set ContentType(value: MediaTypeHeaderValue |
|
|
303
|
+
get ContentLocation(): Uri | null;
|
|
304
|
+
set ContentLocation(value: Uri | null);
|
|
305
|
+
get ContentMD5(): byte[] | null;
|
|
306
|
+
set ContentMD5(value: byte[] | null);
|
|
307
|
+
get ContentRange(): ContentRangeHeaderValue | null;
|
|
308
|
+
set ContentRange(value: ContentRangeHeaderValue | null);
|
|
309
|
+
get ContentType(): MediaTypeHeaderValue | null;
|
|
310
|
+
set ContentType(value: MediaTypeHeaderValue | null);
|
|
327
311
|
get Expires(): Nullable_1<DateTimeOffset>;
|
|
328
312
|
set Expires(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
329
313
|
get LastModified(): Nullable_1<DateTimeOffset>;
|
|
@@ -350,17 +334,17 @@ export interface HttpHeaders$instance {
|
|
|
350
334
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
351
335
|
|
|
352
336
|
readonly NonValidated: HttpHeadersNonValidated;
|
|
353
|
-
Add(name: string, value: string): void;
|
|
354
|
-
Add(name: string, values: IEnumerable_1<
|
|
337
|
+
Add(name: string, value: string | null): void;
|
|
338
|
+
Add(name: string, values: IEnumerable_1<string | null>): void;
|
|
355
339
|
Clear(): void;
|
|
356
340
|
Contains(name: string): boolean;
|
|
357
341
|
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, IEnumerable_1<System_Internal.String>>>;
|
|
358
342
|
GetValues(name: string): IEnumerable_1<System_Internal.String>;
|
|
359
343
|
Remove(name: string): boolean;
|
|
360
344
|
ToString(): string;
|
|
361
|
-
TryAddWithoutValidation(name: string, value: string): boolean;
|
|
362
|
-
TryAddWithoutValidation(name: string, values: IEnumerable_1<
|
|
363
|
-
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
345
|
+
TryAddWithoutValidation(name: string, value: string | null): boolean;
|
|
346
|
+
TryAddWithoutValidation(name: string, values: IEnumerable_1<string | null>): boolean;
|
|
347
|
+
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String> | null): boolean;
|
|
364
348
|
}
|
|
365
349
|
|
|
366
350
|
|
|
@@ -390,10 +374,10 @@ export interface HttpHeaderValueCollection_1$instance<T> {
|
|
|
390
374
|
Contains(item: T): boolean;
|
|
391
375
|
CopyTo(array: T[], arrayIndex: int): void;
|
|
392
376
|
GetEnumerator(): IEnumerator_1<T>;
|
|
393
|
-
ParseAdd(input: string): void;
|
|
377
|
+
ParseAdd(input: string | null): void;
|
|
394
378
|
Remove(item: T): boolean;
|
|
395
379
|
ToString(): string;
|
|
396
|
-
TryParseAdd(input: string): boolean;
|
|
380
|
+
TryParseAdd(input: string | null): boolean;
|
|
397
381
|
}
|
|
398
382
|
|
|
399
383
|
|
|
@@ -420,10 +404,10 @@ export interface HttpRequestHeaders$instance extends HttpHeaders$instance {
|
|
|
420
404
|
readonly AcceptCharset: HttpHeaderValueCollection_1<StringWithQualityHeaderValue>;
|
|
421
405
|
readonly AcceptEncoding: HttpHeaderValueCollection_1<StringWithQualityHeaderValue>;
|
|
422
406
|
readonly AcceptLanguage: HttpHeaderValueCollection_1<StringWithQualityHeaderValue>;
|
|
423
|
-
get Authorization(): AuthenticationHeaderValue |
|
|
424
|
-
set Authorization(value: AuthenticationHeaderValue |
|
|
425
|
-
get CacheControl(): CacheControlHeaderValue |
|
|
426
|
-
set CacheControl(value: CacheControlHeaderValue |
|
|
407
|
+
get Authorization(): AuthenticationHeaderValue | null;
|
|
408
|
+
set Authorization(value: AuthenticationHeaderValue | null);
|
|
409
|
+
get CacheControl(): CacheControlHeaderValue | null;
|
|
410
|
+
set CacheControl(value: CacheControlHeaderValue | null);
|
|
427
411
|
readonly Connection: HttpHeaderValueCollection_1<System_Internal.String>;
|
|
428
412
|
get ConnectionClose(): Nullable_1<System_Internal.Boolean>;
|
|
429
413
|
set ConnectionClose(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
@@ -432,29 +416,29 @@ export interface HttpRequestHeaders$instance extends HttpHeaders$instance {
|
|
|
432
416
|
readonly Expect: HttpHeaderValueCollection_1<NameValueWithParametersHeaderValue>;
|
|
433
417
|
get ExpectContinue(): Nullable_1<System_Internal.Boolean>;
|
|
434
418
|
set ExpectContinue(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
435
|
-
get From(): string |
|
|
436
|
-
set From(value: string |
|
|
437
|
-
get Host(): string |
|
|
438
|
-
set Host(value: string |
|
|
419
|
+
get From(): string | null;
|
|
420
|
+
set From(value: string | null);
|
|
421
|
+
get Host(): string | null;
|
|
422
|
+
set Host(value: string | null);
|
|
439
423
|
readonly IfMatch: HttpHeaderValueCollection_1<EntityTagHeaderValue>;
|
|
440
424
|
get IfModifiedSince(): Nullable_1<DateTimeOffset>;
|
|
441
425
|
set IfModifiedSince(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
442
426
|
readonly IfNoneMatch: HttpHeaderValueCollection_1<EntityTagHeaderValue>;
|
|
443
|
-
get IfRange(): RangeConditionHeaderValue |
|
|
444
|
-
set IfRange(value: RangeConditionHeaderValue |
|
|
427
|
+
get IfRange(): RangeConditionHeaderValue | null;
|
|
428
|
+
set IfRange(value: RangeConditionHeaderValue | null);
|
|
445
429
|
get IfUnmodifiedSince(): Nullable_1<DateTimeOffset>;
|
|
446
430
|
set IfUnmodifiedSince(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
447
431
|
get MaxForwards(): Nullable_1<System_Internal.Int32>;
|
|
448
432
|
set MaxForwards(value: Nullable_1<System_Internal.Int32> | int);
|
|
449
433
|
readonly Pragma: HttpHeaderValueCollection_1<NameValueHeaderValue>;
|
|
450
|
-
get Protocol(): string |
|
|
451
|
-
set Protocol(value: string |
|
|
452
|
-
get ProxyAuthorization(): AuthenticationHeaderValue |
|
|
453
|
-
set ProxyAuthorization(value: AuthenticationHeaderValue |
|
|
454
|
-
get Range(): RangeHeaderValue |
|
|
455
|
-
set Range(value: RangeHeaderValue |
|
|
456
|
-
get Referrer(): Uri |
|
|
457
|
-
set Referrer(value: Uri |
|
|
434
|
+
get Protocol(): string | null;
|
|
435
|
+
set Protocol(value: string | null);
|
|
436
|
+
get ProxyAuthorization(): AuthenticationHeaderValue | null;
|
|
437
|
+
set ProxyAuthorization(value: AuthenticationHeaderValue | null);
|
|
438
|
+
get Range(): RangeHeaderValue | null;
|
|
439
|
+
set Range(value: RangeHeaderValue | null);
|
|
440
|
+
get Referrer(): Uri | null;
|
|
441
|
+
set Referrer(value: Uri | null);
|
|
458
442
|
readonly TE: HttpHeaderValueCollection_1<TransferCodingWithQualityHeaderValue>;
|
|
459
443
|
readonly Trailer: HttpHeaderValueCollection_1<System_Internal.String>;
|
|
460
444
|
readonly TransferEncoding: HttpHeaderValueCollection_1<TransferCodingHeaderValue>;
|
|
@@ -488,21 +472,21 @@ export interface HttpResponseHeaders$instance extends HttpHeaders$instance {
|
|
|
488
472
|
readonly AcceptRanges: HttpHeaderValueCollection_1<System_Internal.String>;
|
|
489
473
|
get Age(): Nullable_1<TimeSpan>;
|
|
490
474
|
set Age(value: Nullable_1<TimeSpan> | TimeSpan);
|
|
491
|
-
get CacheControl(): CacheControlHeaderValue |
|
|
492
|
-
set CacheControl(value: CacheControlHeaderValue |
|
|
475
|
+
get CacheControl(): CacheControlHeaderValue | null;
|
|
476
|
+
set CacheControl(value: CacheControlHeaderValue | null);
|
|
493
477
|
readonly Connection: HttpHeaderValueCollection_1<System_Internal.String>;
|
|
494
478
|
get ConnectionClose(): Nullable_1<System_Internal.Boolean>;
|
|
495
479
|
set ConnectionClose(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
496
480
|
get Date(): Nullable_1<DateTimeOffset>;
|
|
497
481
|
set Date(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
498
|
-
get ETag(): EntityTagHeaderValue |
|
|
499
|
-
set ETag(value: EntityTagHeaderValue |
|
|
500
|
-
get Location(): Uri |
|
|
501
|
-
set Location(value: Uri |
|
|
482
|
+
get ETag(): EntityTagHeaderValue | null;
|
|
483
|
+
set ETag(value: EntityTagHeaderValue | null);
|
|
484
|
+
get Location(): Uri | null;
|
|
485
|
+
set Location(value: Uri | null);
|
|
502
486
|
readonly Pragma: HttpHeaderValueCollection_1<NameValueHeaderValue>;
|
|
503
487
|
readonly ProxyAuthenticate: HttpHeaderValueCollection_1<AuthenticationHeaderValue>;
|
|
504
|
-
get RetryAfter(): RetryConditionHeaderValue |
|
|
505
|
-
set RetryAfter(value: RetryConditionHeaderValue |
|
|
488
|
+
get RetryAfter(): RetryConditionHeaderValue | null;
|
|
489
|
+
set RetryAfter(value: RetryConditionHeaderValue | null);
|
|
506
490
|
readonly Server: HttpHeaderValueCollection_1<ProductInfoHeaderValue>;
|
|
507
491
|
readonly Trailer: HttpHeaderValueCollection_1<System_Internal.String>;
|
|
508
492
|
readonly TransferEncoding: HttpHeaderValueCollection_1<TransferCodingHeaderValue>;
|
|
@@ -533,12 +517,12 @@ export interface MediaTypeHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
533
517
|
|
|
534
518
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
535
519
|
|
|
536
|
-
get CharSet(): string |
|
|
537
|
-
set CharSet(value: string |
|
|
538
|
-
get MediaType(): string |
|
|
539
|
-
set MediaType(value: string |
|
|
520
|
+
get CharSet(): string | null;
|
|
521
|
+
set CharSet(value: string | null);
|
|
522
|
+
get MediaType(): string | null;
|
|
523
|
+
set MediaType(value: string | null);
|
|
540
524
|
readonly Parameters: ICollection_1<NameValueHeaderValue>;
|
|
541
|
-
Equals(obj:
|
|
525
|
+
Equals(obj: JsValue | null): boolean;
|
|
542
526
|
GetHashCode(): int;
|
|
543
527
|
ToString(): string;
|
|
544
528
|
}
|
|
@@ -546,9 +530,9 @@ export interface MediaTypeHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
546
530
|
|
|
547
531
|
export const MediaTypeHeaderValue: {
|
|
548
532
|
new(mediaType: string): MediaTypeHeaderValue;
|
|
549
|
-
new(mediaType: string, charSet: string): MediaTypeHeaderValue;
|
|
533
|
+
new(mediaType: string, charSet: string | null): MediaTypeHeaderValue;
|
|
550
534
|
Parse(input: string): MediaTypeHeaderValue;
|
|
551
|
-
TryParse(input: string, parsedValue: MediaTypeHeaderValue): boolean;
|
|
535
|
+
TryParse(input: string | null, parsedValue: MediaTypeHeaderValue | null): boolean;
|
|
552
536
|
};
|
|
553
537
|
|
|
554
538
|
|
|
@@ -588,9 +572,9 @@ export interface NameValueHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
588
572
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
589
573
|
|
|
590
574
|
readonly Name: string;
|
|
591
|
-
get Value(): string |
|
|
592
|
-
set Value(value: string |
|
|
593
|
-
Equals(obj:
|
|
575
|
+
get Value(): string | null;
|
|
576
|
+
set Value(value: string | null);
|
|
577
|
+
Equals(obj: JsValue | null): boolean;
|
|
594
578
|
GetHashCode(): int;
|
|
595
579
|
ToString(): string;
|
|
596
580
|
}
|
|
@@ -598,9 +582,9 @@ export interface NameValueHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
598
582
|
|
|
599
583
|
export const NameValueHeaderValue: {
|
|
600
584
|
new(name: string): NameValueHeaderValue;
|
|
601
|
-
new(name: string, value: string): NameValueHeaderValue;
|
|
585
|
+
new(name: string, value: string | null): NameValueHeaderValue;
|
|
602
586
|
Parse(input: string): NameValueHeaderValue;
|
|
603
|
-
TryParse(input: string, parsedValue: NameValueHeaderValue): boolean;
|
|
587
|
+
TryParse(input: string | null, parsedValue: NameValueHeaderValue | null): boolean;
|
|
604
588
|
};
|
|
605
589
|
|
|
606
590
|
|
|
@@ -617,7 +601,7 @@ export interface NameValueWithParametersHeaderValue$instance extends NameValueHe
|
|
|
617
601
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
618
602
|
|
|
619
603
|
readonly Parameters: ICollection_1<NameValueHeaderValue>;
|
|
620
|
-
Equals(obj:
|
|
604
|
+
Equals(obj: JsValue | null): boolean;
|
|
621
605
|
GetHashCode(): int;
|
|
622
606
|
ToString(): string;
|
|
623
607
|
}
|
|
@@ -625,7 +609,7 @@ export interface NameValueWithParametersHeaderValue$instance extends NameValueHe
|
|
|
625
609
|
|
|
626
610
|
export const NameValueWithParametersHeaderValue: {
|
|
627
611
|
new(name: string): NameValueWithParametersHeaderValue;
|
|
628
|
-
new(name: string, value: string): NameValueWithParametersHeaderValue;
|
|
612
|
+
new(name: string, value: string | null): NameValueWithParametersHeaderValue;
|
|
629
613
|
};
|
|
630
614
|
|
|
631
615
|
|
|
@@ -642,8 +626,8 @@ export interface ProductHeaderValue$instance extends System_Internal.ICloneable$
|
|
|
642
626
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
643
627
|
|
|
644
628
|
readonly Name: string;
|
|
645
|
-
readonly Version: string |
|
|
646
|
-
Equals(obj:
|
|
629
|
+
readonly Version: string | null;
|
|
630
|
+
Equals(obj: JsValue | null): boolean;
|
|
647
631
|
GetHashCode(): int;
|
|
648
632
|
ToString(): string;
|
|
649
633
|
}
|
|
@@ -651,9 +635,9 @@ export interface ProductHeaderValue$instance extends System_Internal.ICloneable$
|
|
|
651
635
|
|
|
652
636
|
export const ProductHeaderValue: {
|
|
653
637
|
new(name: string): ProductHeaderValue;
|
|
654
|
-
new(name: string, version: string): ProductHeaderValue;
|
|
638
|
+
new(name: string, version: string | null): ProductHeaderValue;
|
|
655
639
|
Parse(input: string): ProductHeaderValue;
|
|
656
|
-
TryParse(input: string, parsedValue: ProductHeaderValue): boolean;
|
|
640
|
+
TryParse(input: string | null, parsedValue: ProductHeaderValue | null): boolean;
|
|
657
641
|
};
|
|
658
642
|
|
|
659
643
|
|
|
@@ -669,20 +653,20 @@ export interface ProductInfoHeaderValue$instance extends System_Internal.IClonea
|
|
|
669
653
|
|
|
670
654
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
671
655
|
|
|
672
|
-
readonly Comment: string |
|
|
673
|
-
readonly Product: ProductHeaderValue |
|
|
674
|
-
Equals(obj:
|
|
656
|
+
readonly Comment: string | null;
|
|
657
|
+
readonly Product: ProductHeaderValue | null;
|
|
658
|
+
Equals(obj: JsValue | null): boolean;
|
|
675
659
|
GetHashCode(): int;
|
|
676
660
|
ToString(): string;
|
|
677
661
|
}
|
|
678
662
|
|
|
679
663
|
|
|
680
664
|
export const ProductInfoHeaderValue: {
|
|
681
|
-
new(productName: string, productVersion: string): ProductInfoHeaderValue;
|
|
665
|
+
new(productName: string, productVersion: string | null): ProductInfoHeaderValue;
|
|
682
666
|
new(product: ProductHeaderValue): ProductInfoHeaderValue;
|
|
683
667
|
new(comment: string): ProductInfoHeaderValue;
|
|
684
668
|
Parse(input: string): ProductInfoHeaderValue;
|
|
685
|
-
TryParse(input: string, parsedValue: ProductInfoHeaderValue): boolean;
|
|
669
|
+
TryParse(input: string, parsedValue: ProductInfoHeaderValue | null): boolean;
|
|
686
670
|
};
|
|
687
671
|
|
|
688
672
|
|
|
@@ -699,8 +683,8 @@ export interface RangeConditionHeaderValue$instance extends System_Internal.IClo
|
|
|
699
683
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
700
684
|
|
|
701
685
|
readonly Date: Nullable_1<DateTimeOffset>;
|
|
702
|
-
readonly EntityTag: EntityTagHeaderValue |
|
|
703
|
-
Equals(obj:
|
|
686
|
+
readonly EntityTag: EntityTagHeaderValue | null;
|
|
687
|
+
Equals(obj: JsValue | null): boolean;
|
|
704
688
|
GetHashCode(): int;
|
|
705
689
|
ToString(): string;
|
|
706
690
|
}
|
|
@@ -711,7 +695,7 @@ export const RangeConditionHeaderValue: {
|
|
|
711
695
|
new(entityTag: EntityTagHeaderValue): RangeConditionHeaderValue;
|
|
712
696
|
new(entityTag: string): RangeConditionHeaderValue;
|
|
713
697
|
Parse(input: string): RangeConditionHeaderValue;
|
|
714
|
-
TryParse(input: string, parsedValue: RangeConditionHeaderValue): boolean;
|
|
698
|
+
TryParse(input: string | null, parsedValue: RangeConditionHeaderValue | null): boolean;
|
|
715
699
|
};
|
|
716
700
|
|
|
717
701
|
|
|
@@ -729,7 +713,7 @@ export interface RangeHeaderValue$instance extends System_Internal.ICloneable$in
|
|
|
729
713
|
|
|
730
714
|
readonly Ranges: ICollection_1<RangeItemHeaderValue>;
|
|
731
715
|
Unit: string;
|
|
732
|
-
Equals(obj:
|
|
716
|
+
Equals(obj: JsValue | null): boolean;
|
|
733
717
|
GetHashCode(): int;
|
|
734
718
|
ToString(): string;
|
|
735
719
|
}
|
|
@@ -739,7 +723,7 @@ export const RangeHeaderValue: {
|
|
|
739
723
|
new(): RangeHeaderValue;
|
|
740
724
|
new(from: Nullable_1<System_Internal.Int64>, to: Nullable_1<System_Internal.Int64>): RangeHeaderValue;
|
|
741
725
|
Parse(input: string): RangeHeaderValue;
|
|
742
|
-
TryParse(input: string, parsedValue: RangeHeaderValue): boolean;
|
|
726
|
+
TryParse(input: string | null, parsedValue: RangeHeaderValue | null): boolean;
|
|
743
727
|
};
|
|
744
728
|
|
|
745
729
|
|
|
@@ -757,7 +741,7 @@ export interface RangeItemHeaderValue$instance extends System_Internal.ICloneabl
|
|
|
757
741
|
|
|
758
742
|
readonly From: Nullable_1<System_Internal.Int64>;
|
|
759
743
|
readonly To: Nullable_1<System_Internal.Int64>;
|
|
760
|
-
Equals(obj:
|
|
744
|
+
Equals(obj: JsValue | null): boolean;
|
|
761
745
|
GetHashCode(): int;
|
|
762
746
|
ToString(): string;
|
|
763
747
|
}
|
|
@@ -782,7 +766,7 @@ export interface RetryConditionHeaderValue$instance extends System_Internal.IClo
|
|
|
782
766
|
|
|
783
767
|
readonly Date: Nullable_1<DateTimeOffset>;
|
|
784
768
|
readonly Delta: Nullable_1<TimeSpan>;
|
|
785
|
-
Equals(obj:
|
|
769
|
+
Equals(obj: JsValue | null): boolean;
|
|
786
770
|
GetHashCode(): int;
|
|
787
771
|
ToString(): string;
|
|
788
772
|
}
|
|
@@ -792,7 +776,7 @@ export const RetryConditionHeaderValue: {
|
|
|
792
776
|
new(date: DateTimeOffset): RetryConditionHeaderValue;
|
|
793
777
|
new(delta: TimeSpan): RetryConditionHeaderValue;
|
|
794
778
|
Parse(input: string): RetryConditionHeaderValue;
|
|
795
|
-
TryParse(input: string, parsedValue: RetryConditionHeaderValue): boolean;
|
|
779
|
+
TryParse(input: string | null, parsedValue: RetryConditionHeaderValue | null): boolean;
|
|
796
780
|
};
|
|
797
781
|
|
|
798
782
|
|
|
@@ -810,7 +794,7 @@ export interface StringWithQualityHeaderValue$instance extends System_Internal.I
|
|
|
810
794
|
|
|
811
795
|
readonly Quality: Nullable_1<System_Internal.Double>;
|
|
812
796
|
readonly Value: string;
|
|
813
|
-
Equals(obj:
|
|
797
|
+
Equals(obj: JsValue | null): boolean;
|
|
814
798
|
GetHashCode(): int;
|
|
815
799
|
ToString(): string;
|
|
816
800
|
}
|
|
@@ -820,7 +804,7 @@ export const StringWithQualityHeaderValue: {
|
|
|
820
804
|
new(value: string): StringWithQualityHeaderValue;
|
|
821
805
|
new(value: string, quality: double): StringWithQualityHeaderValue;
|
|
822
806
|
Parse(input: string): StringWithQualityHeaderValue;
|
|
823
|
-
TryParse(input: string, parsedValue: StringWithQualityHeaderValue): boolean;
|
|
807
|
+
TryParse(input: string | null, parsedValue: StringWithQualityHeaderValue | null): boolean;
|
|
824
808
|
};
|
|
825
809
|
|
|
826
810
|
|
|
@@ -838,7 +822,7 @@ export interface TransferCodingHeaderValue$instance extends System_Internal.IClo
|
|
|
838
822
|
|
|
839
823
|
readonly Parameters: ICollection_1<NameValueHeaderValue>;
|
|
840
824
|
readonly Value: string;
|
|
841
|
-
Equals(obj:
|
|
825
|
+
Equals(obj: JsValue | null): boolean;
|
|
842
826
|
GetHashCode(): int;
|
|
843
827
|
ToString(): string;
|
|
844
828
|
}
|
|
@@ -847,7 +831,7 @@ export interface TransferCodingHeaderValue$instance extends System_Internal.IClo
|
|
|
847
831
|
export const TransferCodingHeaderValue: {
|
|
848
832
|
new(value: string): TransferCodingHeaderValue;
|
|
849
833
|
Parse(input: string): TransferCodingHeaderValue;
|
|
850
|
-
TryParse(input: string, parsedValue: TransferCodingHeaderValue): boolean;
|
|
834
|
+
TryParse(input: string | null, parsedValue: TransferCodingHeaderValue | null): boolean;
|
|
851
835
|
};
|
|
852
836
|
|
|
853
837
|
|
|
@@ -886,11 +870,11 @@ export interface ViaHeaderValue$instance extends System_Internal.ICloneable$inst
|
|
|
886
870
|
|
|
887
871
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
888
872
|
|
|
889
|
-
readonly Comment: string |
|
|
890
|
-
readonly ProtocolName: string |
|
|
873
|
+
readonly Comment: string | null;
|
|
874
|
+
readonly ProtocolName: string | null;
|
|
891
875
|
readonly ProtocolVersion: string;
|
|
892
876
|
readonly ReceivedBy: string;
|
|
893
|
-
Equals(obj:
|
|
877
|
+
Equals(obj: JsValue | null): boolean;
|
|
894
878
|
GetHashCode(): int;
|
|
895
879
|
ToString(): string;
|
|
896
880
|
}
|
|
@@ -898,10 +882,10 @@ export interface ViaHeaderValue$instance extends System_Internal.ICloneable$inst
|
|
|
898
882
|
|
|
899
883
|
export const ViaHeaderValue: {
|
|
900
884
|
new(protocolVersion: string, receivedBy: string): ViaHeaderValue;
|
|
901
|
-
new(protocolVersion: string, receivedBy: string, protocolName: string): ViaHeaderValue;
|
|
902
|
-
new(protocolVersion: string, receivedBy: string, protocolName: string, comment: string): ViaHeaderValue;
|
|
885
|
+
new(protocolVersion: string, receivedBy: string, protocolName: string | null): ViaHeaderValue;
|
|
886
|
+
new(protocolVersion: string, receivedBy: string, protocolName: string | null, comment: string | null): ViaHeaderValue;
|
|
903
887
|
Parse(input: string): ViaHeaderValue;
|
|
904
|
-
TryParse(input: string, parsedValue: ViaHeaderValue): boolean;
|
|
888
|
+
TryParse(input: string | null, parsedValue: ViaHeaderValue | null): boolean;
|
|
905
889
|
};
|
|
906
890
|
|
|
907
891
|
|
|
@@ -921,7 +905,7 @@ export interface WarningHeaderValue$instance extends System_Internal.ICloneable$
|
|
|
921
905
|
readonly Code: int;
|
|
922
906
|
readonly Date: Nullable_1<DateTimeOffset>;
|
|
923
907
|
readonly Text: string;
|
|
924
|
-
Equals(obj:
|
|
908
|
+
Equals(obj: JsValue | null): boolean;
|
|
925
909
|
GetHashCode(): int;
|
|
926
910
|
ToString(): string;
|
|
927
911
|
}
|
|
@@ -931,7 +915,7 @@ export const WarningHeaderValue: {
|
|
|
931
915
|
new(code: int, agent: string, text: string): WarningHeaderValue;
|
|
932
916
|
new(code: int, agent: string, text: string, date: DateTimeOffset): WarningHeaderValue;
|
|
933
917
|
Parse(input: string): WarningHeaderValue;
|
|
934
|
-
TryParse(input: string, parsedValue: WarningHeaderValue): boolean;
|
|
918
|
+
TryParse(input: string | null, parsedValue: WarningHeaderValue | null): boolean;
|
|
935
919
|
};
|
|
936
920
|
|
|
937
921
|
|