@tsonic/dotnet 10.0.3 → 10.0.5
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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -88,6 +88,8 @@ export const HttpRequestOptionsKey_1: {
|
|
|
88
88
|
export type HttpRequestOptionsKey_1<TValue> = HttpRequestOptionsKey_1$instance<TValue>;
|
|
89
89
|
|
|
90
90
|
export interface ByteArrayContent$instance extends HttpContent$instance {
|
|
91
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
92
|
+
|
|
91
93
|
CreateContentReadStream(cancellationToken: CancellationToken): Stream;
|
|
92
94
|
CreateContentReadStreamAsync(): Task_1<Stream>;
|
|
93
95
|
CreateContentReadStreamAsync(): Task_1<Stream>;
|
|
@@ -115,6 +117,8 @@ export type ByteArrayContent = ByteArrayContent$instance & __ByteArrayContent$vi
|
|
|
115
117
|
|
|
116
118
|
|
|
117
119
|
export interface DelegatingHandler$instance extends HttpMessageHandler$instance {
|
|
120
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
121
|
+
|
|
118
122
|
get InnerHandler(): HttpMessageHandler | undefined;
|
|
119
123
|
set InnerHandler(value: HttpMessageHandler | undefined);
|
|
120
124
|
Dispose(disposing: boolean): void;
|
|
@@ -137,6 +141,8 @@ export type DelegatingHandler = DelegatingHandler$instance & __DelegatingHandler
|
|
|
137
141
|
|
|
138
142
|
|
|
139
143
|
export interface FormUrlEncodedContent$instance extends ByteArrayContent$instance {
|
|
144
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
145
|
+
|
|
140
146
|
Dispose(): void;
|
|
141
147
|
Dispose(disposing: boolean): void;
|
|
142
148
|
SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
|
|
@@ -157,6 +163,8 @@ export type FormUrlEncodedContent = FormUrlEncodedContent$instance & __FormUrlEn
|
|
|
157
163
|
|
|
158
164
|
|
|
159
165
|
export interface HttpClient$instance extends HttpMessageInvoker$instance {
|
|
166
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
167
|
+
|
|
160
168
|
get BaseAddress(): Uri | undefined;
|
|
161
169
|
set BaseAddress(value: Uri | undefined);
|
|
162
170
|
readonly DefaultRequestHeaders: HttpRequestHeaders;
|
|
@@ -225,6 +233,8 @@ export type HttpClient = HttpClient$instance & __HttpClient$views;
|
|
|
225
233
|
|
|
226
234
|
|
|
227
235
|
export interface HttpClientHandler$instance extends HttpMessageHandler$instance {
|
|
236
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
237
|
+
|
|
228
238
|
AllowAutoRedirect: boolean;
|
|
229
239
|
AutomaticDecompression: DecompressionMethods;
|
|
230
240
|
CheckCertificateRevocationList: boolean;
|
|
@@ -275,6 +285,8 @@ export type HttpClientHandler = HttpClientHandler$instance & __HttpClientHandler
|
|
|
275
285
|
|
|
276
286
|
|
|
277
287
|
export interface HttpContent$instance {
|
|
288
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
289
|
+
|
|
278
290
|
readonly Headers: HttpContentHeaders;
|
|
279
291
|
CopyTo(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): void;
|
|
280
292
|
CopyToAsync(stream: Stream): Task;
|
|
@@ -317,6 +329,8 @@ export type HttpContent = HttpContent$instance & __HttpContent$views;
|
|
|
317
329
|
|
|
318
330
|
|
|
319
331
|
export interface HttpIOException$instance extends IOException {
|
|
332
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
333
|
+
|
|
320
334
|
readonly HttpRequestError: HttpRequestError;
|
|
321
335
|
readonly Message: string;
|
|
322
336
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -336,6 +350,8 @@ export type HttpIOException = HttpIOException$instance & __HttpIOException$views
|
|
|
336
350
|
|
|
337
351
|
|
|
338
352
|
export interface HttpMessageHandler$instance {
|
|
353
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
354
|
+
|
|
339
355
|
Dispose(disposing: boolean): void;
|
|
340
356
|
Dispose(): void;
|
|
341
357
|
Send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
|
|
@@ -355,6 +371,8 @@ export type HttpMessageHandler = HttpMessageHandler$instance & __HttpMessageHand
|
|
|
355
371
|
|
|
356
372
|
|
|
357
373
|
export interface HttpMessageInvoker$instance {
|
|
374
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
375
|
+
|
|
358
376
|
Dispose(): void;
|
|
359
377
|
Dispose(disposing: boolean): void;
|
|
360
378
|
Send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
|
|
@@ -376,6 +394,8 @@ export type HttpMessageInvoker = HttpMessageInvoker$instance & __HttpMessageInvo
|
|
|
376
394
|
|
|
377
395
|
|
|
378
396
|
export interface HttpMethod$instance {
|
|
397
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
398
|
+
|
|
379
399
|
readonly Method: string;
|
|
380
400
|
Equals(other: HttpMethod): boolean;
|
|
381
401
|
Equals(obj: unknown): boolean;
|
|
@@ -411,6 +431,8 @@ export type HttpMethod = HttpMethod$instance & __HttpMethod$views;
|
|
|
411
431
|
|
|
412
432
|
|
|
413
433
|
export interface HttpProtocolException$instance extends HttpIOException$instance {
|
|
434
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
435
|
+
|
|
414
436
|
readonly ErrorCode: long;
|
|
415
437
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
416
438
|
}
|
|
@@ -429,6 +451,8 @@ export type HttpProtocolException = HttpProtocolException$instance & __HttpProto
|
|
|
429
451
|
|
|
430
452
|
|
|
431
453
|
export interface HttpRequestException$instance extends Exception {
|
|
454
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
455
|
+
|
|
432
456
|
readonly HttpRequestError: HttpRequestError;
|
|
433
457
|
readonly StatusCode: Nullable_1<HttpStatusCode>;
|
|
434
458
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -452,6 +476,8 @@ export type HttpRequestException = HttpRequestException$instance & __HttpRequest
|
|
|
452
476
|
|
|
453
477
|
|
|
454
478
|
export interface HttpRequestMessage$instance {
|
|
479
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
480
|
+
|
|
455
481
|
get Content(): HttpContent | undefined;
|
|
456
482
|
set Content(value: HttpContent | undefined);
|
|
457
483
|
readonly Headers: HttpRequestHeaders;
|
|
@@ -483,6 +509,13 @@ export type HttpRequestMessage = HttpRequestMessage$instance & __HttpRequestMess
|
|
|
483
509
|
|
|
484
510
|
|
|
485
511
|
export interface HttpRequestOptions$instance {
|
|
512
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
513
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
514
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
515
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
516
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
517
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
518
|
+
|
|
486
519
|
Set<TValue>(key: HttpRequestOptionsKey_1<TValue>, value: TValue): void;
|
|
487
520
|
TryGetValue<TValue>(key: HttpRequestOptionsKey_1<TValue>, value: TValue): boolean;
|
|
488
521
|
}
|
|
@@ -506,6 +539,8 @@ export type HttpRequestOptions = HttpRequestOptions$instance & __HttpRequestOpti
|
|
|
506
539
|
|
|
507
540
|
|
|
508
541
|
export interface HttpResponseMessage$instance {
|
|
542
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
543
|
+
|
|
509
544
|
Content: HttpContent;
|
|
510
545
|
readonly Headers: HttpResponseHeaders;
|
|
511
546
|
readonly IsSuccessStatusCode: boolean;
|
|
@@ -537,6 +572,8 @@ export type HttpResponseMessage = HttpResponseMessage$instance & __HttpResponseM
|
|
|
537
572
|
|
|
538
573
|
|
|
539
574
|
export interface MessageProcessingHandler$instance extends DelegatingHandler$instance {
|
|
575
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
576
|
+
|
|
540
577
|
Dispose(disposing: boolean): void;
|
|
541
578
|
Dispose(): void;
|
|
542
579
|
ProcessRequest(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpRequestMessage;
|
|
@@ -559,6 +596,10 @@ export type MessageProcessingHandler = MessageProcessingHandler$instance & __Mes
|
|
|
559
596
|
|
|
560
597
|
|
|
561
598
|
export interface MultipartContent$instance extends HttpContent$instance {
|
|
599
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
600
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
601
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
602
|
+
|
|
562
603
|
get HeaderEncodingSelector(): HeaderEncodingSelector_1<HttpContent> | undefined;
|
|
563
604
|
set HeaderEncodingSelector(value: HeaderEncodingSelector_1<HttpContent> | undefined);
|
|
564
605
|
Add(content: HttpContent): void;
|
|
@@ -594,6 +635,10 @@ export type MultipartContent = MultipartContent$instance & __MultipartContent$vi
|
|
|
594
635
|
|
|
595
636
|
|
|
596
637
|
export interface MultipartFormDataContent$instance extends MultipartContent$instance {
|
|
638
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
639
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
640
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
641
|
+
|
|
597
642
|
Add(content: HttpContent): void;
|
|
598
643
|
Dispose(disposing: boolean): void;
|
|
599
644
|
Dispose(): void;
|
|
@@ -620,6 +665,8 @@ export type MultipartFormDataContent = MultipartFormDataContent$instance & __Mul
|
|
|
620
665
|
|
|
621
666
|
|
|
622
667
|
export interface ReadOnlyMemoryContent$instance extends HttpContent$instance {
|
|
668
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
669
|
+
|
|
623
670
|
CreateContentReadStream(cancellationToken: CancellationToken): Stream;
|
|
624
671
|
CreateContentReadStreamAsync(): Task_1<Stream>;
|
|
625
672
|
CreateContentReadStreamAsync(): Task_1<Stream>;
|
|
@@ -658,6 +705,8 @@ export const SocketsHttpConnectionContext: {
|
|
|
658
705
|
export type SocketsHttpConnectionContext = SocketsHttpConnectionContext$instance;
|
|
659
706
|
|
|
660
707
|
export interface SocketsHttpHandler$instance extends HttpMessageHandler$instance {
|
|
708
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
709
|
+
|
|
661
710
|
get ActivityHeadersPropagator(): DistributedContextPropagator | undefined;
|
|
662
711
|
set ActivityHeadersPropagator(value: DistributedContextPropagator | undefined);
|
|
663
712
|
AllowAutoRedirect: boolean;
|
|
@@ -733,6 +782,8 @@ export const SocketsHttpPlaintextStreamFilterContext: {
|
|
|
733
782
|
export type SocketsHttpPlaintextStreamFilterContext = SocketsHttpPlaintextStreamFilterContext$instance;
|
|
734
783
|
|
|
735
784
|
export interface StreamContent$instance extends HttpContent$instance {
|
|
785
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
786
|
+
|
|
736
787
|
CreateContentReadStream(cancellationToken: CancellationToken): Stream;
|
|
737
788
|
CreateContentReadStreamAsync(): Task_1<Stream>;
|
|
738
789
|
CreateContentReadStreamAsync(): Task_1<Stream>;
|
|
@@ -760,6 +811,8 @@ export type StreamContent = StreamContent$instance & __StreamContent$views;
|
|
|
760
811
|
|
|
761
812
|
|
|
762
813
|
export interface StringContent$instance extends ByteArrayContent$instance {
|
|
814
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
815
|
+
|
|
763
816
|
Dispose(): void;
|
|
764
817
|
Dispose(disposing: boolean): void;
|
|
765
818
|
SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
|
|
@@ -17,6 +17,10 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
17
17
|
import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Double, ICloneable, IDisposable, Int32, Int64, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Type, Uri, ValueType, Void } from "../../System/internal/index.js";
|
|
18
18
|
|
|
19
19
|
export interface HeaderStringValues$instance {
|
|
20
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
21
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
22
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
23
|
+
|
|
20
24
|
readonly Count: int;
|
|
21
25
|
GetEnumerator(): HeaderStringValues_Enumerator;
|
|
22
26
|
ToString(): string;
|
|
@@ -38,6 +42,10 @@ export type HeaderStringValues = HeaderStringValues$instance & __HeaderStringVal
|
|
|
38
42
|
|
|
39
43
|
|
|
40
44
|
export interface HeaderStringValues_Enumerator$instance extends IDisposable {
|
|
45
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
46
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
47
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
48
|
+
|
|
41
49
|
readonly Current: string;
|
|
42
50
|
Dispose(): void;
|
|
43
51
|
MoveNext(): boolean;
|
|
@@ -59,8 +67,13 @@ export type HeaderStringValues_Enumerator = HeaderStringValues_Enumerator$instan
|
|
|
59
67
|
|
|
60
68
|
|
|
61
69
|
export interface HttpHeadersNonValidated$instance {
|
|
70
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
71
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
72
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
73
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
74
|
+
|
|
62
75
|
readonly Count: int;
|
|
63
|
-
readonly
|
|
76
|
+
readonly [headerName: string]: HeaderStringValues;
|
|
64
77
|
Contains(headerName: string): boolean;
|
|
65
78
|
GetEnumerator(): HttpHeadersNonValidated_Enumerator;
|
|
66
79
|
TryGetValues(headerName: string, values: HeaderStringValues): boolean;
|
|
@@ -83,6 +96,10 @@ export type HttpHeadersNonValidated = HttpHeadersNonValidated$instance & __HttpH
|
|
|
83
96
|
|
|
84
97
|
|
|
85
98
|
export interface HttpHeadersNonValidated_Enumerator$instance extends IDisposable {
|
|
99
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
100
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
101
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
102
|
+
|
|
86
103
|
readonly Current: KeyValuePair_2<System_Internal.String, HeaderStringValues>;
|
|
87
104
|
Dispose(): void;
|
|
88
105
|
MoveNext(): boolean;
|
|
@@ -104,6 +121,8 @@ export type HttpHeadersNonValidated_Enumerator = HttpHeadersNonValidated_Enumera
|
|
|
104
121
|
|
|
105
122
|
|
|
106
123
|
export interface AuthenticationHeaderValue$instance {
|
|
124
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
125
|
+
|
|
107
126
|
readonly Parameter: string | undefined;
|
|
108
127
|
readonly Scheme: string;
|
|
109
128
|
Equals(obj: unknown): boolean;
|
|
@@ -130,6 +149,8 @@ export type AuthenticationHeaderValue = AuthenticationHeaderValue$instance & __A
|
|
|
130
149
|
|
|
131
150
|
|
|
132
151
|
export interface CacheControlHeaderValue$instance {
|
|
152
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
153
|
+
|
|
133
154
|
readonly Extensions: ICollection_1<NameValueHeaderValue>;
|
|
134
155
|
MaxAge: Nullable_1<TimeSpan>;
|
|
135
156
|
MaxStale: boolean;
|
|
@@ -169,6 +190,8 @@ export type CacheControlHeaderValue = CacheControlHeaderValue$instance & __Cache
|
|
|
169
190
|
|
|
170
191
|
|
|
171
192
|
export interface ContentDispositionHeaderValue$instance {
|
|
193
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
194
|
+
|
|
172
195
|
CreationDate: Nullable_1<DateTimeOffset>;
|
|
173
196
|
DispositionType: string;
|
|
174
197
|
get FileName(): string | undefined;
|
|
@@ -204,6 +227,8 @@ export type ContentDispositionHeaderValue = ContentDispositionHeaderValue$instan
|
|
|
204
227
|
|
|
205
228
|
|
|
206
229
|
export interface ContentRangeHeaderValue$instance {
|
|
230
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
231
|
+
|
|
207
232
|
readonly From: Nullable_1<System_Internal.Int64>;
|
|
208
233
|
readonly HasLength: boolean;
|
|
209
234
|
readonly HasRange: boolean;
|
|
@@ -235,6 +260,8 @@ export type ContentRangeHeaderValue = ContentRangeHeaderValue$instance & __Conte
|
|
|
235
260
|
|
|
236
261
|
|
|
237
262
|
export interface EntityTagHeaderValue$instance {
|
|
263
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
264
|
+
|
|
238
265
|
IsWeak: boolean;
|
|
239
266
|
Tag: string;
|
|
240
267
|
Equals(obj: unknown): boolean;
|
|
@@ -262,6 +289,9 @@ export type EntityTagHeaderValue = EntityTagHeaderValue$instance & __EntityTagHe
|
|
|
262
289
|
|
|
263
290
|
|
|
264
291
|
export interface HttpContentHeaders$instance extends HttpHeaders$instance {
|
|
292
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
293
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
294
|
+
|
|
265
295
|
readonly Allow: ICollection_1<System_Internal.String>;
|
|
266
296
|
get ContentDisposition(): ContentDispositionHeaderValue | undefined;
|
|
267
297
|
set ContentDisposition(value: ContentDispositionHeaderValue | undefined);
|
|
@@ -296,6 +326,9 @@ export type HttpContentHeaders = HttpContentHeaders$instance & __HttpContentHead
|
|
|
296
326
|
|
|
297
327
|
|
|
298
328
|
export interface HttpHeaders$instance {
|
|
329
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
330
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
331
|
+
|
|
299
332
|
readonly NonValidated: HttpHeadersNonValidated;
|
|
300
333
|
Add(name: string, value: string): void;
|
|
301
334
|
Add(name: string, values: IEnumerable_1<System_Internal.String>): void;
|
|
@@ -324,6 +357,10 @@ export type HttpHeaders = HttpHeaders$instance & __HttpHeaders$views;
|
|
|
324
357
|
|
|
325
358
|
|
|
326
359
|
export interface HttpHeaderValueCollection_1$instance<T> {
|
|
360
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
361
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
362
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
363
|
+
|
|
327
364
|
readonly Count: int;
|
|
328
365
|
readonly IsReadOnly: boolean;
|
|
329
366
|
Add(item: T): void;
|
|
@@ -352,6 +389,9 @@ export type HttpHeaderValueCollection_1<T> = HttpHeaderValueCollection_1$instanc
|
|
|
352
389
|
|
|
353
390
|
|
|
354
391
|
export interface HttpRequestHeaders$instance extends HttpHeaders$instance {
|
|
392
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
393
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
394
|
+
|
|
355
395
|
readonly Accept: HttpHeaderValueCollection_1<MediaTypeWithQualityHeaderValue>;
|
|
356
396
|
readonly AcceptCharset: HttpHeaderValueCollection_1<StringWithQualityHeaderValue>;
|
|
357
397
|
readonly AcceptEncoding: HttpHeaderValueCollection_1<StringWithQualityHeaderValue>;
|
|
@@ -411,6 +451,9 @@ export type HttpRequestHeaders = HttpRequestHeaders$instance & __HttpRequestHead
|
|
|
411
451
|
|
|
412
452
|
|
|
413
453
|
export interface HttpResponseHeaders$instance extends HttpHeaders$instance {
|
|
454
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
455
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
456
|
+
|
|
414
457
|
readonly AcceptRanges: HttpHeaderValueCollection_1<System_Internal.String>;
|
|
415
458
|
Age: Nullable_1<TimeSpan>;
|
|
416
459
|
get CacheControl(): CacheControlHeaderValue | undefined;
|
|
@@ -453,6 +496,8 @@ export type HttpResponseHeaders = HttpResponseHeaders$instance & __HttpResponseH
|
|
|
453
496
|
|
|
454
497
|
|
|
455
498
|
export interface MediaTypeHeaderValue$instance {
|
|
499
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
500
|
+
|
|
456
501
|
get CharSet(): string | undefined;
|
|
457
502
|
set CharSet(value: string | undefined);
|
|
458
503
|
get MediaType(): string | undefined;
|
|
@@ -482,6 +527,8 @@ export type MediaTypeHeaderValue = MediaTypeHeaderValue$instance & __MediaTypeHe
|
|
|
482
527
|
|
|
483
528
|
|
|
484
529
|
export interface MediaTypeWithQualityHeaderValue$instance extends MediaTypeHeaderValue$instance {
|
|
530
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
531
|
+
|
|
485
532
|
Quality: Nullable_1<System_Internal.Double>;
|
|
486
533
|
Clone(): unknown;
|
|
487
534
|
}
|
|
@@ -503,6 +550,8 @@ export type MediaTypeWithQualityHeaderValue = MediaTypeWithQualityHeaderValue$in
|
|
|
503
550
|
|
|
504
551
|
|
|
505
552
|
export interface NameValueHeaderValue$instance {
|
|
553
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
554
|
+
|
|
506
555
|
readonly Name: string;
|
|
507
556
|
get Value(): string | undefined;
|
|
508
557
|
set Value(value: string | undefined);
|
|
@@ -530,6 +579,8 @@ export type NameValueHeaderValue = NameValueHeaderValue$instance & __NameValueHe
|
|
|
530
579
|
|
|
531
580
|
|
|
532
581
|
export interface NameValueWithParametersHeaderValue$instance extends NameValueHeaderValue$instance {
|
|
582
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
583
|
+
|
|
533
584
|
readonly Parameters: ICollection_1<NameValueHeaderValue>;
|
|
534
585
|
Clone(): unknown;
|
|
535
586
|
Equals(obj: unknown): boolean;
|
|
@@ -554,6 +605,8 @@ export type NameValueWithParametersHeaderValue = NameValueWithParametersHeaderVa
|
|
|
554
605
|
|
|
555
606
|
|
|
556
607
|
export interface ProductHeaderValue$instance {
|
|
608
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
609
|
+
|
|
557
610
|
readonly Name: string;
|
|
558
611
|
readonly Version: string | undefined;
|
|
559
612
|
Equals(obj: unknown): boolean;
|
|
@@ -580,6 +633,8 @@ export type ProductHeaderValue = ProductHeaderValue$instance & __ProductHeaderVa
|
|
|
580
633
|
|
|
581
634
|
|
|
582
635
|
export interface ProductInfoHeaderValue$instance {
|
|
636
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
637
|
+
|
|
583
638
|
readonly Comment: string | undefined;
|
|
584
639
|
readonly Product: ProductHeaderValue | undefined;
|
|
585
640
|
Equals(obj: unknown): boolean;
|
|
@@ -607,6 +662,8 @@ export type ProductInfoHeaderValue = ProductInfoHeaderValue$instance & __Product
|
|
|
607
662
|
|
|
608
663
|
|
|
609
664
|
export interface RangeConditionHeaderValue$instance {
|
|
665
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
666
|
+
|
|
610
667
|
readonly Date: Nullable_1<DateTimeOffset>;
|
|
611
668
|
readonly EntityTag: EntityTagHeaderValue | undefined;
|
|
612
669
|
Equals(obj: unknown): boolean;
|
|
@@ -634,6 +691,8 @@ export type RangeConditionHeaderValue = RangeConditionHeaderValue$instance & __R
|
|
|
634
691
|
|
|
635
692
|
|
|
636
693
|
export interface RangeHeaderValue$instance {
|
|
694
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
695
|
+
|
|
637
696
|
readonly Ranges: ICollection_1<RangeItemHeaderValue>;
|
|
638
697
|
Unit: string;
|
|
639
698
|
Equals(obj: unknown): boolean;
|
|
@@ -660,6 +719,8 @@ export type RangeHeaderValue = RangeHeaderValue$instance & __RangeHeaderValue$vi
|
|
|
660
719
|
|
|
661
720
|
|
|
662
721
|
export interface RangeItemHeaderValue$instance {
|
|
722
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
723
|
+
|
|
663
724
|
readonly From: Nullable_1<System_Internal.Int64>;
|
|
664
725
|
readonly To: Nullable_1<System_Internal.Int64>;
|
|
665
726
|
Equals(obj: unknown): boolean;
|
|
@@ -683,6 +744,8 @@ export type RangeItemHeaderValue = RangeItemHeaderValue$instance & __RangeItemHe
|
|
|
683
744
|
|
|
684
745
|
|
|
685
746
|
export interface RetryConditionHeaderValue$instance {
|
|
747
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
748
|
+
|
|
686
749
|
readonly Date: Nullable_1<DateTimeOffset>;
|
|
687
750
|
readonly Delta: Nullable_1<TimeSpan>;
|
|
688
751
|
Equals(obj: unknown): boolean;
|
|
@@ -709,6 +772,8 @@ export type RetryConditionHeaderValue = RetryConditionHeaderValue$instance & __R
|
|
|
709
772
|
|
|
710
773
|
|
|
711
774
|
export interface StringWithQualityHeaderValue$instance {
|
|
775
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
776
|
+
|
|
712
777
|
readonly Quality: Nullable_1<System_Internal.Double>;
|
|
713
778
|
readonly Value: string;
|
|
714
779
|
Equals(obj: unknown): boolean;
|
|
@@ -735,6 +800,8 @@ export type StringWithQualityHeaderValue = StringWithQualityHeaderValue$instance
|
|
|
735
800
|
|
|
736
801
|
|
|
737
802
|
export interface TransferCodingHeaderValue$instance {
|
|
803
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
804
|
+
|
|
738
805
|
readonly Parameters: ICollection_1<NameValueHeaderValue>;
|
|
739
806
|
readonly Value: string;
|
|
740
807
|
Equals(obj: unknown): boolean;
|
|
@@ -760,6 +827,8 @@ export type TransferCodingHeaderValue = TransferCodingHeaderValue$instance & __T
|
|
|
760
827
|
|
|
761
828
|
|
|
762
829
|
export interface TransferCodingWithQualityHeaderValue$instance extends TransferCodingHeaderValue$instance {
|
|
830
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
831
|
+
|
|
763
832
|
Quality: Nullable_1<System_Internal.Double>;
|
|
764
833
|
Clone(): unknown;
|
|
765
834
|
}
|
|
@@ -781,6 +850,8 @@ export type TransferCodingWithQualityHeaderValue = TransferCodingWithQualityHead
|
|
|
781
850
|
|
|
782
851
|
|
|
783
852
|
export interface ViaHeaderValue$instance {
|
|
853
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
854
|
+
|
|
784
855
|
readonly Comment: string | undefined;
|
|
785
856
|
readonly ProtocolName: string | undefined;
|
|
786
857
|
readonly ProtocolVersion: string;
|
|
@@ -810,6 +881,8 @@ export type ViaHeaderValue = ViaHeaderValue$instance & __ViaHeaderValue$views;
|
|
|
810
881
|
|
|
811
882
|
|
|
812
883
|
export interface WarningHeaderValue$instance {
|
|
884
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
885
|
+
|
|
813
886
|
readonly Agent: string;
|
|
814
887
|
readonly Code: int;
|
|
815
888
|
readonly Date: Nullable_1<DateTimeOffset>;
|
|
@@ -24,6 +24,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
24
24
|
import type { Boolean as ClrBoolean, Byte, IDisposable, Int32, Int64, Object as ClrObject, String as ClrString, Type, Uri, Void } from "../../System/internal/index.js";
|
|
25
25
|
|
|
26
26
|
export interface JsonContent$instance extends HttpContent {
|
|
27
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
28
|
+
|
|
27
29
|
readonly ObjectType: Type;
|
|
28
30
|
readonly Value: unknown | undefined;
|
|
29
31
|
Dispose(disposing: boolean): void;
|
|
@@ -92,6 +92,8 @@ export type SendCompletedEventHandler = (sender: unknown, e: AsyncCompletedEvent
|
|
|
92
92
|
|
|
93
93
|
|
|
94
94
|
export interface AlternateView$instance extends AttachmentBase$instance {
|
|
95
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
96
|
+
|
|
95
97
|
get BaseUri(): Uri | undefined;
|
|
96
98
|
set BaseUri(value: Uri | undefined);
|
|
97
99
|
readonly LinkedResources: LinkedResourceCollection;
|
|
@@ -121,6 +123,16 @@ export type AlternateView = AlternateView$instance & __AlternateView$views;
|
|
|
121
123
|
|
|
122
124
|
|
|
123
125
|
export interface AlternateViewCollection$instance extends Collection_1<AlternateView> {
|
|
126
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
127
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
128
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
129
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
130
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
131
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
132
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
133
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
134
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
135
|
+
|
|
124
136
|
Add(item: AlternateView): void;
|
|
125
137
|
Add(value: unknown): int;
|
|
126
138
|
Clear(): void;
|
|
@@ -165,6 +177,8 @@ export type AlternateViewCollection = AlternateViewCollection$instance & __Alter
|
|
|
165
177
|
|
|
166
178
|
|
|
167
179
|
export interface Attachment$instance extends AttachmentBase$instance {
|
|
180
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
181
|
+
|
|
168
182
|
readonly ContentDisposition: ContentDisposition | undefined;
|
|
169
183
|
get Name(): string | undefined;
|
|
170
184
|
set Name(value: string | undefined);
|
|
@@ -196,6 +210,8 @@ export type Attachment = Attachment$instance & __Attachment$views;
|
|
|
196
210
|
|
|
197
211
|
|
|
198
212
|
export interface AttachmentBase$instance {
|
|
213
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
214
|
+
|
|
199
215
|
ContentId: string;
|
|
200
216
|
readonly ContentStream: Stream;
|
|
201
217
|
ContentType: ContentType;
|
|
@@ -217,6 +233,16 @@ export type AttachmentBase = AttachmentBase$instance & __AttachmentBase$views;
|
|
|
217
233
|
|
|
218
234
|
|
|
219
235
|
export interface AttachmentCollection$instance extends Collection_1<Attachment> {
|
|
236
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
237
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
238
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
239
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
240
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
241
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
242
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
243
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
244
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
245
|
+
|
|
220
246
|
Add(item: Attachment): void;
|
|
221
247
|
Add(value: unknown): int;
|
|
222
248
|
Clear(): void;
|
|
@@ -261,6 +287,8 @@ export type AttachmentCollection = AttachmentCollection$instance & __AttachmentC
|
|
|
261
287
|
|
|
262
288
|
|
|
263
289
|
export interface LinkedResource$instance extends AttachmentBase$instance {
|
|
290
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
291
|
+
|
|
264
292
|
get ContentLink(): Uri | undefined;
|
|
265
293
|
set ContentLink(value: Uri | undefined);
|
|
266
294
|
Dispose(): void;
|
|
@@ -289,6 +317,16 @@ export type LinkedResource = LinkedResource$instance & __LinkedResource$views;
|
|
|
289
317
|
|
|
290
318
|
|
|
291
319
|
export interface LinkedResourceCollection$instance extends Collection_1<LinkedResource> {
|
|
320
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
321
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
322
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
323
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
324
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
325
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
326
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
327
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
328
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
329
|
+
|
|
292
330
|
Add(item: LinkedResource): void;
|
|
293
331
|
Add(value: unknown): int;
|
|
294
332
|
Clear(): void;
|
|
@@ -356,6 +394,15 @@ export const MailAddress: {
|
|
|
356
394
|
export type MailAddress = MailAddress$instance;
|
|
357
395
|
|
|
358
396
|
export interface MailAddressCollection$instance extends Collection_1<MailAddress> {
|
|
397
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
398
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
399
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
400
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
401
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
402
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
403
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
404
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
405
|
+
|
|
359
406
|
Add(item: MailAddress): void;
|
|
360
407
|
Add(value: unknown): int;
|
|
361
408
|
Clear(): void;
|
|
@@ -396,6 +443,8 @@ export type MailAddressCollection = MailAddressCollection$instance & __MailAddre
|
|
|
396
443
|
|
|
397
444
|
|
|
398
445
|
export interface MailMessage$instance {
|
|
446
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
447
|
+
|
|
399
448
|
readonly AlternateViews: AlternateViewCollection;
|
|
400
449
|
readonly Attachments: AttachmentCollection;
|
|
401
450
|
readonly Bcc: MailAddressCollection;
|
|
@@ -442,6 +491,8 @@ export type MailMessage = MailMessage$instance & __MailMessage$views;
|
|
|
442
491
|
|
|
443
492
|
|
|
444
493
|
export interface SmtpClient$instance {
|
|
494
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
495
|
+
|
|
445
496
|
readonly ClientCertificates: X509CertificateCollection;
|
|
446
497
|
get Credentials(): ICredentialsByHost | undefined;
|
|
447
498
|
set Credentials(value: ICredentialsByHost | undefined);
|
|
@@ -487,6 +538,8 @@ export type SmtpClient = SmtpClient$instance & __SmtpClient$views;
|
|
|
487
538
|
|
|
488
539
|
|
|
489
540
|
export interface SmtpException$instance extends Exception {
|
|
541
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
542
|
+
|
|
490
543
|
StatusCode: SmtpStatusCode;
|
|
491
544
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
492
545
|
}
|
|
@@ -509,6 +562,8 @@ export type SmtpException = SmtpException$instance & __SmtpException$views;
|
|
|
509
562
|
|
|
510
563
|
|
|
511
564
|
export interface SmtpFailedRecipientException$instance extends SmtpException$instance {
|
|
565
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
566
|
+
|
|
512
567
|
readonly FailedRecipient: string | undefined;
|
|
513
568
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
514
569
|
}
|
|
@@ -532,6 +587,8 @@ export type SmtpFailedRecipientException = SmtpFailedRecipientException$instance
|
|
|
532
587
|
|
|
533
588
|
|
|
534
589
|
export interface SmtpFailedRecipientsException$instance extends SmtpFailedRecipientException$instance {
|
|
590
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
591
|
+
|
|
535
592
|
readonly InnerExceptions: SmtpFailedRecipientException[];
|
|
536
593
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
537
594
|
}
|