@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
|
@@ -47,86 +47,86 @@ export type CLROf<T> =
|
|
|
47
47
|
|
|
48
48
|
export class JsonContent$instance extends System_Net_Http_Internal.HttpContent$instance {
|
|
49
49
|
readonly objectType: Type;
|
|
50
|
-
readonly value:
|
|
50
|
+
readonly value: unknown;
|
|
51
51
|
dispose(): void;
|
|
52
|
-
static
|
|
53
|
-
static
|
|
54
|
-
static
|
|
55
|
-
static
|
|
52
|
+
static create4(inputValue: unknown, jsonTypeInfo: JsonTypeInfo, mediaType?: MediaTypeHeaderValue): JsonContent;
|
|
53
|
+
static create4(inputValue: unknown, inputType: Type, mediaType?: MediaTypeHeaderValue, options?: JsonSerializerOptions): JsonContent;
|
|
54
|
+
static create4<T>(inputValue: T, jsonTypeInfo: JsonTypeInfo_1<T>, mediaType?: MediaTypeHeaderValue): JsonContent;
|
|
55
|
+
static create4<T>(inputValue: T, mediaType?: MediaTypeHeaderValue, options?: JsonSerializerOptions): JsonContent;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
export interface __JsonContent$views {
|
|
60
|
-
|
|
60
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
export type JsonContent = JsonContent$instance & __JsonContent$views;
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
export abstract class HttpClientJsonExtensions$instance {
|
|
67
|
-
static
|
|
68
|
-
static
|
|
69
|
-
static
|
|
70
|
-
static
|
|
71
|
-
static
|
|
72
|
-
static
|
|
73
|
-
static
|
|
74
|
-
static
|
|
75
|
-
static
|
|
76
|
-
static
|
|
77
|
-
static
|
|
78
|
-
static
|
|
79
|
-
static
|
|
80
|
-
static
|
|
81
|
-
static
|
|
82
|
-
static
|
|
83
|
-
static
|
|
84
|
-
static
|
|
85
|
-
static
|
|
86
|
-
static
|
|
87
|
-
static
|
|
88
|
-
static
|
|
89
|
-
static
|
|
90
|
-
static
|
|
91
|
-
static
|
|
92
|
-
static
|
|
93
|
-
static
|
|
94
|
-
static
|
|
95
|
-
static
|
|
96
|
-
static
|
|
97
|
-
static
|
|
98
|
-
static
|
|
99
|
-
static
|
|
100
|
-
static
|
|
101
|
-
static
|
|
102
|
-
static
|
|
103
|
-
static
|
|
104
|
-
static
|
|
105
|
-
static
|
|
106
|
-
static
|
|
107
|
-
static
|
|
108
|
-
static
|
|
109
|
-
static
|
|
110
|
-
static
|
|
111
|
-
static
|
|
112
|
-
static
|
|
113
|
-
static
|
|
114
|
-
static
|
|
67
|
+
static deleteFromJsonAsync7<TValue>(client: HttpClient, requestUri: string, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
68
|
+
static deleteFromJsonAsync7<TValue>(client: HttpClient, requestUri: string, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
69
|
+
static deleteFromJsonAsync7<TValue>(client: HttpClient, requestUri: string, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
70
|
+
static deleteFromJsonAsync7(client: HttpClient, requestUri: string, type_: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
71
|
+
static deleteFromJsonAsync7(client: HttpClient, requestUri: string, type_: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
72
|
+
static deleteFromJsonAsync7(client: HttpClient, requestUri: string, type_: Type, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
73
|
+
static deleteFromJsonAsync7<TValue>(client: HttpClient, requestUri: Uri, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
74
|
+
static deleteFromJsonAsync7<TValue>(client: HttpClient, requestUri: Uri, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
75
|
+
static deleteFromJsonAsync7<TValue>(client: HttpClient, requestUri: Uri, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
76
|
+
static deleteFromJsonAsync7(client: HttpClient, requestUri: Uri, type_: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
77
|
+
static deleteFromJsonAsync7(client: HttpClient, requestUri: Uri, type_: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
78
|
+
static deleteFromJsonAsync7(client: HttpClient, requestUri: Uri, type_: Type, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
79
|
+
static getFromJsonAsAsyncEnumerable3<TValue>(client: HttpClient, requestUri: string, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue>;
|
|
80
|
+
static getFromJsonAsAsyncEnumerable3<TValue>(client: HttpClient, requestUri: string, options: JsonSerializerOptions, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue>;
|
|
81
|
+
static getFromJsonAsAsyncEnumerable3<TValue>(client: HttpClient, requestUri: string, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue>;
|
|
82
|
+
static getFromJsonAsAsyncEnumerable3<TValue>(client: HttpClient, requestUri: Uri, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue>;
|
|
83
|
+
static getFromJsonAsAsyncEnumerable3<TValue>(client: HttpClient, requestUri: Uri, options: JsonSerializerOptions, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue>;
|
|
84
|
+
static getFromJsonAsAsyncEnumerable3<TValue>(client: HttpClient, requestUri: Uri, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue>;
|
|
85
|
+
static getFromJsonAsync7<TValue>(client: HttpClient, requestUri: string, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
86
|
+
static getFromJsonAsync7<TValue>(client: HttpClient, requestUri: string, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
87
|
+
static getFromJsonAsync7<TValue>(client: HttpClient, requestUri: string, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
88
|
+
static getFromJsonAsync7(client: HttpClient, requestUri: string, type_: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
89
|
+
static getFromJsonAsync7(client: HttpClient, requestUri: string, type_: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
90
|
+
static getFromJsonAsync7(client: HttpClient, requestUri: string, type_: Type, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
91
|
+
static getFromJsonAsync7<TValue>(client: HttpClient, requestUri: Uri, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
92
|
+
static getFromJsonAsync7<TValue>(client: HttpClient, requestUri: Uri, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
93
|
+
static getFromJsonAsync7<TValue>(client: HttpClient, requestUri: Uri, cancellationToken?: CancellationToken): Task_1<TValue>;
|
|
94
|
+
static getFromJsonAsync7(client: HttpClient, requestUri: Uri, type_: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
95
|
+
static getFromJsonAsync7(client: HttpClient, requestUri: Uri, type_: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
96
|
+
static getFromJsonAsync7(client: HttpClient, requestUri: Uri, type_: Type, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
97
|
+
static patchAsJsonAsync5<TValue>(client: HttpClient, requestUri: string, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
98
|
+
static patchAsJsonAsync5<TValue>(client: HttpClient, requestUri: string, value: TValue, options?: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
99
|
+
static patchAsJsonAsync5<TValue>(client: HttpClient, requestUri: string, value: TValue, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
100
|
+
static patchAsJsonAsync5<TValue>(client: HttpClient, requestUri: Uri, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
101
|
+
static patchAsJsonAsync5<TValue>(client: HttpClient, requestUri: Uri, value: TValue, options?: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
102
|
+
static patchAsJsonAsync5<TValue>(client: HttpClient, requestUri: Uri, value: TValue, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
103
|
+
static postAsJsonAsync5<TValue>(client: HttpClient, requestUri: string, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
104
|
+
static postAsJsonAsync5<TValue>(client: HttpClient, requestUri: string, value: TValue, options?: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
105
|
+
static postAsJsonAsync5<TValue>(client: HttpClient, requestUri: string, value: TValue, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
106
|
+
static postAsJsonAsync5<TValue>(client: HttpClient, requestUri: Uri, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
107
|
+
static postAsJsonAsync5<TValue>(client: HttpClient, requestUri: Uri, value: TValue, options?: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
108
|
+
static postAsJsonAsync5<TValue>(client: HttpClient, requestUri: Uri, value: TValue, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
109
|
+
static putAsJsonAsync5<TValue>(client: HttpClient, requestUri: string, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
110
|
+
static putAsJsonAsync5<TValue>(client: HttpClient, requestUri: string, value: TValue, options?: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
111
|
+
static putAsJsonAsync5<TValue>(client: HttpClient, requestUri: string, value: TValue, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
112
|
+
static putAsJsonAsync5<TValue>(client: HttpClient, requestUri: Uri, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
113
|
+
static putAsJsonAsync5<TValue>(client: HttpClient, requestUri: Uri, value: TValue, options?: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<HttpResponseMessage>;
|
|
114
|
+
static putAsJsonAsync5<TValue>(client: HttpClient, requestUri: Uri, value: TValue, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
export type HttpClientJsonExtensions = HttpClientJsonExtensions$instance;
|
|
119
119
|
|
|
120
120
|
export abstract class HttpContentJsonExtensions$instance {
|
|
121
|
-
static
|
|
122
|
-
static
|
|
123
|
-
static
|
|
124
|
-
static
|
|
125
|
-
static
|
|
126
|
-
static
|
|
127
|
-
static
|
|
128
|
-
static
|
|
129
|
-
static
|
|
121
|
+
static readFromJsonAsAsyncEnumerable3<TValue>(content: HttpContent, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue>;
|
|
122
|
+
static readFromJsonAsAsyncEnumerable3<TValue>(content: HttpContent, options: JsonSerializerOptions, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue>;
|
|
123
|
+
static readFromJsonAsAsyncEnumerable3<TValue>(content: HttpContent, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue>;
|
|
124
|
+
static readFromJsonAsync6<T>(content: HttpContent, jsonTypeInfo: JsonTypeInfo_1<T>, cancellationToken?: CancellationToken): Task_1<T>;
|
|
125
|
+
static readFromJsonAsync6<T>(content: HttpContent, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<T>;
|
|
126
|
+
static readFromJsonAsync6<T>(content: HttpContent, cancellationToken?: CancellationToken): Task_1<T>;
|
|
127
|
+
static readFromJsonAsync6(content: HttpContent, type_: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
128
|
+
static readFromJsonAsync6(content: HttpContent, type_: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
129
|
+
static readFromJsonAsync6(content: HttpContent, type_: Type, cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
|
|
@@ -39,8 +39,8 @@ export class HttpMetricsEnrichmentContext$instance {
|
|
|
39
39
|
readonly exception: Exception;
|
|
40
40
|
readonly request: HttpRequestMessage;
|
|
41
41
|
readonly response: HttpResponseMessage;
|
|
42
|
-
addCustomTag(name: string, value:
|
|
43
|
-
static
|
|
42
|
+
addCustomTag(name: string, value: unknown): void;
|
|
43
|
+
static addCallback(request: HttpRequestMessage, callback: Action_1<HttpMetricsEnrichmentContext>): void;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
|
|
@@ -10692,7 +10692,7 @@
|
|
|
10692
10692
|
{
|
|
10693
10693
|
"stableId": "System.Net.Mail:System.Net.Mail.MailMessage::CC:System.Net.Mail.MailAddressCollection",
|
|
10694
10694
|
"clrName": "CC",
|
|
10695
|
-
"tsEmitName": "
|
|
10695
|
+
"tsEmitName": "CC",
|
|
10696
10696
|
"metadataToken": 385876088,
|
|
10697
10697
|
"canonicalSignature": ":System.Net.Mail.MailAddressCollection",
|
|
10698
10698
|
"normalizedSignature": "CC|:System.Net.Mail.MailAddressCollection|static=false|accessor=get",
|
|
@@ -11060,7 +11060,7 @@
|
|
|
11060
11060
|
}
|
|
11061
11061
|
},
|
|
11062
11062
|
{
|
|
11063
|
-
"tsName": "
|
|
11063
|
+
"tsName": "CC",
|
|
11064
11064
|
"isStatic": false,
|
|
11065
11065
|
"tsSignatureId": "CC|:System.Net.Mail.MailAddressCollection|static=false|accessor=get",
|
|
11066
11066
|
"target": {
|
|
@@ -123,14 +123,14 @@ export class AlternateView$instance extends AttachmentBase$instance {
|
|
|
123
123
|
baseUri: Uri;
|
|
124
124
|
readonly linkedResources: LinkedResourceCollection;
|
|
125
125
|
dispose(): void;
|
|
126
|
-
static
|
|
127
|
-
static
|
|
128
|
-
static
|
|
126
|
+
static createAlternateViewFromString3(content: string, contentType: ContentType): AlternateView;
|
|
127
|
+
static createAlternateViewFromString3(content: string, contentEncoding: Encoding, mediaType: string): AlternateView;
|
|
128
|
+
static createAlternateViewFromString3(content: string): AlternateView;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
export interface __AlternateView$views {
|
|
133
|
-
|
|
133
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
export type AlternateView = AlternateView$instance & __AlternateView$views;
|
|
@@ -138,10 +138,10 @@ export type AlternateView = AlternateView$instance & __AlternateView$views;
|
|
|
138
138
|
|
|
139
139
|
export class AlternateViewCollection$instance extends System_Collections_ObjectModel_Internal.Collection_1$instance<AlternateView> {
|
|
140
140
|
add(item: AlternateView): void;
|
|
141
|
-
add(value:
|
|
141
|
+
add(value: unknown): int;
|
|
142
142
|
clear(): void;
|
|
143
143
|
contains(item: AlternateView): boolean;
|
|
144
|
-
contains(value:
|
|
144
|
+
contains(value: unknown): boolean;
|
|
145
145
|
copyTo(array: AlternateView[], index: int): void;
|
|
146
146
|
copyTo(array: ClrArray, index: int): void;
|
|
147
147
|
dispose(): void;
|
|
@@ -149,24 +149,26 @@ export class AlternateViewCollection$instance extends System_Collections_ObjectM
|
|
|
149
149
|
getEnumerator(): IEnumerator;
|
|
150
150
|
indexOf(item: AlternateView): int;
|
|
151
151
|
insert(index: int, item: AlternateView): void;
|
|
152
|
-
insert(index: int, value:
|
|
152
|
+
insert(index: int, value: unknown): void;
|
|
153
153
|
remove(item: AlternateView): boolean;
|
|
154
|
-
remove(value:
|
|
154
|
+
remove(value: unknown): void;
|
|
155
155
|
removeAt(index: int): void;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
|
|
159
159
|
export interface __AlternateViewCollection$views {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
160
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<AlternateView>;
|
|
161
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<AlternateView>;
|
|
162
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<AlternateView>;
|
|
163
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<AlternateView>;
|
|
164
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
165
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
166
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
167
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
+
export interface AlternateViewCollection$instance extends System_Internal.IDisposable$instance {}
|
|
171
|
+
|
|
170
172
|
export type AlternateViewCollection = AlternateViewCollection$instance & __AlternateViewCollection$views;
|
|
171
173
|
|
|
172
174
|
|
|
@@ -181,14 +183,14 @@ export class Attachment$instance extends AttachmentBase$instance {
|
|
|
181
183
|
name: string;
|
|
182
184
|
nameEncoding: Encoding;
|
|
183
185
|
dispose(): void;
|
|
184
|
-
static
|
|
185
|
-
static
|
|
186
|
-
static
|
|
186
|
+
static createAttachmentFromString3(content: string, contentType: ContentType): Attachment;
|
|
187
|
+
static createAttachmentFromString3(content: string, name: string, contentEncoding: Encoding, mediaType: string): Attachment;
|
|
188
|
+
static createAttachmentFromString3(content: string, name: string): Attachment;
|
|
187
189
|
}
|
|
188
190
|
|
|
189
191
|
|
|
190
192
|
export interface __Attachment$views {
|
|
191
|
-
|
|
193
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
192
194
|
}
|
|
193
195
|
|
|
194
196
|
export type Attachment = Attachment$instance & __Attachment$views;
|
|
@@ -204,18 +206,20 @@ export abstract class AttachmentBase$instance {
|
|
|
204
206
|
|
|
205
207
|
|
|
206
208
|
export interface __AttachmentBase$views {
|
|
207
|
-
|
|
209
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
208
210
|
}
|
|
209
211
|
|
|
212
|
+
export interface AttachmentBase$instance extends System_Internal.IDisposable$instance {}
|
|
213
|
+
|
|
210
214
|
export type AttachmentBase = AttachmentBase$instance & __AttachmentBase$views;
|
|
211
215
|
|
|
212
216
|
|
|
213
217
|
export class AttachmentCollection$instance extends System_Collections_ObjectModel_Internal.Collection_1$instance<Attachment> {
|
|
214
218
|
add(item: Attachment): void;
|
|
215
|
-
add(value:
|
|
219
|
+
add(value: unknown): int;
|
|
216
220
|
clear(): void;
|
|
217
221
|
contains(item: Attachment): boolean;
|
|
218
|
-
contains(value:
|
|
222
|
+
contains(value: unknown): boolean;
|
|
219
223
|
copyTo(array: Attachment[], index: int): void;
|
|
220
224
|
copyTo(array: ClrArray, index: int): void;
|
|
221
225
|
dispose(): void;
|
|
@@ -223,24 +227,26 @@ export class AttachmentCollection$instance extends System_Collections_ObjectMode
|
|
|
223
227
|
getEnumerator(): IEnumerator;
|
|
224
228
|
indexOf(item: Attachment): int;
|
|
225
229
|
insert(index: int, item: Attachment): void;
|
|
226
|
-
insert(index: int, value:
|
|
230
|
+
insert(index: int, value: unknown): void;
|
|
227
231
|
remove(item: Attachment): boolean;
|
|
228
|
-
remove(value:
|
|
232
|
+
remove(value: unknown): void;
|
|
229
233
|
removeAt(index: int): void;
|
|
230
234
|
}
|
|
231
235
|
|
|
232
236
|
|
|
233
237
|
export interface __AttachmentCollection$views {
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
238
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<Attachment>;
|
|
239
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<Attachment>;
|
|
240
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<Attachment>;
|
|
241
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<Attachment>;
|
|
242
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
243
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
244
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
245
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
242
246
|
}
|
|
243
247
|
|
|
248
|
+
export interface AttachmentCollection$instance extends System_Internal.IDisposable$instance {}
|
|
249
|
+
|
|
244
250
|
export type AttachmentCollection = AttachmentCollection$instance & __AttachmentCollection$views;
|
|
245
251
|
|
|
246
252
|
|
|
@@ -253,14 +259,14 @@ export class LinkedResource$instance extends AttachmentBase$instance {
|
|
|
253
259
|
constructor(contentStream: Stream, contentType: ContentType);
|
|
254
260
|
contentLink: Uri;
|
|
255
261
|
dispose(): void;
|
|
256
|
-
static
|
|
257
|
-
static
|
|
258
|
-
static
|
|
262
|
+
static createLinkedResourceFromString3(content: string, contentType: ContentType): LinkedResource;
|
|
263
|
+
static createLinkedResourceFromString3(content: string, contentEncoding: Encoding, mediaType: string): LinkedResource;
|
|
264
|
+
static createLinkedResourceFromString3(content: string): LinkedResource;
|
|
259
265
|
}
|
|
260
266
|
|
|
261
267
|
|
|
262
268
|
export interface __LinkedResource$views {
|
|
263
|
-
|
|
269
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
264
270
|
}
|
|
265
271
|
|
|
266
272
|
export type LinkedResource = LinkedResource$instance & __LinkedResource$views;
|
|
@@ -268,10 +274,10 @@ export type LinkedResource = LinkedResource$instance & __LinkedResource$views;
|
|
|
268
274
|
|
|
269
275
|
export class LinkedResourceCollection$instance extends System_Collections_ObjectModel_Internal.Collection_1$instance<LinkedResource> {
|
|
270
276
|
add(item: LinkedResource): void;
|
|
271
|
-
add(value:
|
|
277
|
+
add(value: unknown): int;
|
|
272
278
|
clear(): void;
|
|
273
279
|
contains(item: LinkedResource): boolean;
|
|
274
|
-
contains(value:
|
|
280
|
+
contains(value: unknown): boolean;
|
|
275
281
|
copyTo(array: LinkedResource[], index: int): void;
|
|
276
282
|
copyTo(array: ClrArray, index: int): void;
|
|
277
283
|
dispose(): void;
|
|
@@ -279,24 +285,26 @@ export class LinkedResourceCollection$instance extends System_Collections_Object
|
|
|
279
285
|
getEnumerator(): IEnumerator;
|
|
280
286
|
indexOf(item: LinkedResource): int;
|
|
281
287
|
insert(index: int, item: LinkedResource): void;
|
|
282
|
-
insert(index: int, value:
|
|
288
|
+
insert(index: int, value: unknown): void;
|
|
283
289
|
remove(item: LinkedResource): boolean;
|
|
284
|
-
remove(value:
|
|
290
|
+
remove(value: unknown): void;
|
|
285
291
|
removeAt(index: int): void;
|
|
286
292
|
}
|
|
287
293
|
|
|
288
294
|
|
|
289
295
|
export interface __LinkedResourceCollection$views {
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
296
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<LinkedResource>;
|
|
297
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<LinkedResource>;
|
|
298
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<LinkedResource>;
|
|
299
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<LinkedResource>;
|
|
300
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
301
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
302
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
303
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
298
304
|
}
|
|
299
305
|
|
|
306
|
+
export interface LinkedResourceCollection$instance extends System_Internal.IDisposable$instance {}
|
|
307
|
+
|
|
300
308
|
export type LinkedResourceCollection = LinkedResourceCollection$instance & __LinkedResourceCollection$views;
|
|
301
309
|
|
|
302
310
|
|
|
@@ -308,12 +316,12 @@ export class MailAddress$instance {
|
|
|
308
316
|
readonly displayName: string;
|
|
309
317
|
readonly host: string;
|
|
310
318
|
readonly user: string;
|
|
311
|
-
equals(value:
|
|
319
|
+
equals(value: unknown): boolean;
|
|
312
320
|
getHashCode(): int;
|
|
313
321
|
toString(): string;
|
|
314
|
-
static
|
|
315
|
-
static
|
|
316
|
-
static
|
|
322
|
+
static tryCreate(address: string, result: { value: ref<MailAddress> }): boolean;
|
|
323
|
+
static tryCreate(address: string, displayName: string, result: { value: ref<MailAddress> }): boolean;
|
|
324
|
+
static tryCreate(address: string, displayName: string, displayNameEncoding: Encoding, result: { value: ref<MailAddress> }): boolean;
|
|
317
325
|
}
|
|
318
326
|
|
|
319
327
|
|
|
@@ -322,32 +330,32 @@ export type MailAddress = MailAddress$instance;
|
|
|
322
330
|
export class MailAddressCollection$instance extends System_Collections_ObjectModel_Internal.Collection_1$instance<MailAddress> {
|
|
323
331
|
constructor();
|
|
324
332
|
add(item: MailAddress): void;
|
|
325
|
-
add(value:
|
|
333
|
+
add(value: unknown): int;
|
|
326
334
|
clear(): void;
|
|
327
335
|
contains(item: MailAddress): boolean;
|
|
328
|
-
contains(value:
|
|
336
|
+
contains(value: unknown): boolean;
|
|
329
337
|
copyTo(array: MailAddress[], index: int): void;
|
|
330
338
|
copyTo(array: ClrArray, index: int): void;
|
|
331
339
|
getEnumerator(): IEnumerator_1<MailAddress>;
|
|
332
340
|
getEnumerator(): IEnumerator;
|
|
333
341
|
indexOf(item: MailAddress): int;
|
|
334
342
|
insert(index: int, item: MailAddress): void;
|
|
335
|
-
insert(index: int, value:
|
|
343
|
+
insert(index: int, value: unknown): void;
|
|
336
344
|
remove(item: MailAddress): boolean;
|
|
337
|
-
remove(value:
|
|
345
|
+
remove(value: unknown): void;
|
|
338
346
|
removeAt(index: int): void;
|
|
339
347
|
toString(): string;
|
|
340
348
|
}
|
|
341
349
|
|
|
342
350
|
|
|
343
351
|
export interface __MailAddressCollection$views {
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
352
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<MailAddress>;
|
|
353
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<MailAddress>;
|
|
354
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<MailAddress>;
|
|
355
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<MailAddress>;
|
|
356
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
357
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
358
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
351
359
|
}
|
|
352
360
|
|
|
353
361
|
export type MailAddressCollection = MailAddressCollection$instance & __MailAddressCollection$views;
|
|
@@ -364,7 +372,7 @@ export class MailMessage$instance {
|
|
|
364
372
|
body: string;
|
|
365
373
|
bodyEncoding: Encoding;
|
|
366
374
|
bodyTransferEncoding: TransferEncoding;
|
|
367
|
-
readonly
|
|
375
|
+
readonly CC: MailAddressCollection;
|
|
368
376
|
deliveryNotificationOptions: DeliveryNotificationOptions;
|
|
369
377
|
from_: MailAddress;
|
|
370
378
|
readonly headers: NameValueCollection;
|
|
@@ -382,25 +390,27 @@ export class MailMessage$instance {
|
|
|
382
390
|
|
|
383
391
|
|
|
384
392
|
export interface __MailMessage$views {
|
|
385
|
-
|
|
393
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
386
394
|
}
|
|
387
395
|
|
|
396
|
+
export interface MailMessage$instance extends System_Internal.IDisposable$instance {}
|
|
397
|
+
|
|
388
398
|
export type MailMessage = MailMessage$instance & __MailMessage$views;
|
|
389
399
|
|
|
390
400
|
|
|
391
401
|
export class SendCompletedEventHandler$instance extends Function {
|
|
392
|
-
constructor(object_:
|
|
393
|
-
beginInvoke(sender:
|
|
394
|
-
clone():
|
|
402
|
+
constructor(object_: unknown, method: nint);
|
|
403
|
+
beginInvoke(sender: unknown, e: AsyncCompletedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
404
|
+
clone(): unknown;
|
|
395
405
|
endInvoke(result: IAsyncResult): void;
|
|
396
406
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
397
|
-
invoke(sender:
|
|
407
|
+
invoke(sender: unknown, e: AsyncCompletedEventArgs): void;
|
|
398
408
|
}
|
|
399
409
|
|
|
400
410
|
|
|
401
411
|
export interface __SendCompletedEventHandler$views {
|
|
402
|
-
|
|
403
|
-
|
|
412
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
413
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
404
414
|
}
|
|
405
415
|
|
|
406
416
|
export type SendCompletedEventHandler = SendCompletedEventHandler$instance & __SendCompletedEventHandler$views;
|
|
@@ -425,8 +435,8 @@ export class SmtpClient$instance {
|
|
|
425
435
|
dispose(): void;
|
|
426
436
|
send(from_: string, recipients: string, subject: string, body: string): void;
|
|
427
437
|
send(message: MailMessage): void;
|
|
428
|
-
sendAsync(from_: string, recipients: string, subject: string, body: string, userToken:
|
|
429
|
-
sendAsync(message: MailMessage, userToken:
|
|
438
|
+
sendAsync(from_: string, recipients: string, subject: string, body: string, userToken: unknown): void;
|
|
439
|
+
sendAsync(message: MailMessage, userToken: unknown): void;
|
|
430
440
|
sendAsyncCancel(): void;
|
|
431
441
|
sendMailAsync(from_: string, recipients: string, subject: string, body: string): Task;
|
|
432
442
|
sendMailAsync(message: MailMessage): Task;
|
|
@@ -436,9 +446,11 @@ export class SmtpClient$instance {
|
|
|
436
446
|
|
|
437
447
|
|
|
438
448
|
export interface __SmtpClient$views {
|
|
439
|
-
|
|
449
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
440
450
|
}
|
|
441
451
|
|
|
452
|
+
export interface SmtpClient$instance extends System_Internal.IDisposable$instance {}
|
|
453
|
+
|
|
442
454
|
export type SmtpClient = SmtpClient$instance & __SmtpClient$views;
|
|
443
455
|
|
|
444
456
|
|
|
@@ -454,7 +466,7 @@ export class SmtpException$instance extends System_Internal.Exception$instance {
|
|
|
454
466
|
|
|
455
467
|
|
|
456
468
|
export interface __SmtpException$views {
|
|
457
|
-
|
|
469
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
458
470
|
}
|
|
459
471
|
|
|
460
472
|
export type SmtpException = SmtpException$instance & __SmtpException$views;
|
|
@@ -473,7 +485,7 @@ export class SmtpFailedRecipientException$instance extends SmtpException$instanc
|
|
|
473
485
|
|
|
474
486
|
|
|
475
487
|
export interface __SmtpFailedRecipientException$views {
|
|
476
|
-
|
|
488
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
477
489
|
}
|
|
478
490
|
|
|
479
491
|
export type SmtpFailedRecipientException = SmtpFailedRecipientException$instance & __SmtpFailedRecipientException$views;
|
|
@@ -490,7 +502,7 @@ export class SmtpFailedRecipientsException$instance extends SmtpFailedRecipientE
|
|
|
490
502
|
|
|
491
503
|
|
|
492
504
|
export interface __SmtpFailedRecipientsException$views {
|
|
493
|
-
|
|
505
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
494
506
|
}
|
|
495
507
|
|
|
496
508
|
export type SmtpFailedRecipientsException = SmtpFailedRecipientsException$instance & __SmtpFailedRecipientsException$views;
|