@tsonic/dotnet 0.7.2 → 0.7.4
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.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
- package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
- package/Microsoft.VisualBasic.d.ts +48 -0
- package/Microsoft.Win32.SafeHandles.d.ts +29 -0
- package/Microsoft.Win32.d.ts +21 -0
- package/System/internal/index.d.ts +79 -72
- package/System.Buffers/internal/index.d.ts +1 -1
- package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
- package/System.Buffers.Text.d.ts +16 -0
- package/System.Buffers.d.ts +42 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent.d.ts +33 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic/internal/index.d.ts +10 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable/internal/index.d.ts +16 -11
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +32 -0
- package/System.Collections.Specialized/internal/index.d.ts +3 -2
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel/internal/index.d.ts +11 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/System.ComponentModel.Design/internal/index.d.ts +3 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
- package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
- package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
- package/System.ComponentModel.d.ts +207 -0
- package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
- package/System.Data/internal/index.d.ts +12 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes/internal/index.d.ts +26 -26
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +146 -0
- package/System.Diagnostics/internal/index.d.ts +19 -19
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics.d.ts +42 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
- package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
- package/System.Diagnostics.Tracing.d.ts +47 -0
- package/System.Diagnostics.d.ts +118 -0
- package/System.Drawing/internal/index.d.ts +7 -7
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic/internal/index.d.ts +2 -2
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1/internal/index.d.ts +1 -1
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization/internal/index.d.ts +1 -1
- package/System.Globalization.d.ts +57 -0
- package/System.IO/internal/index.d.ts +9 -9
- package/System.IO.Compression.d.ts +37 -0
- package/System.IO.Enumeration.d.ts +21 -0
- package/System.IO.IsolatedStorage.d.ts +24 -0
- package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
- package/System.IO.Pipelines.d.ts +26 -0
- package/System.IO.Pipes.d.ts +35 -0
- package/System.IO.d.ts +79 -0
- package/System.Linq/internal/index.d.ts +5 -0
- package/System.Linq.Expressions/internal/index.d.ts +47 -47
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +67 -0
- package/System.Linq.d.ts +68 -0
- package/System.Net/internal/index.d.ts +6 -2
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http/internal/index.d.ts +1 -1
- package/System.Net.Http.Headers.d.ts +42 -0
- package/System.Net.Http.Json.d.ts +24 -0
- package/System.Net.Http.Metrics.d.ts +13 -0
- package/System.Net.Http.d.ts +57 -0
- package/System.Net.Mail.d.ts +45 -0
- package/System.Net.Mime.d.ts +22 -0
- package/System.Net.NetworkInformation.d.ts +63 -0
- package/System.Net.Quic.d.ts +35 -0
- package/System.Net.Security/internal/index.d.ts +1 -1
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +32 -0
- package/System.Net.Sockets/internal/index.d.ts +2 -2
- package/System.Net.Sockets.d.ts +55 -0
- package/System.Net.WebSockets.d.ts +41 -0
- package/System.Net.d.ts +120 -0
- package/System.Numerics/internal/index.d.ts +61 -21
- package/System.Numerics.d.ts +67 -0
- package/System.Reflection/internal/index.d.ts +3 -3
- package/System.Reflection.Emit/internal/index.d.ts +7 -7
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata/internal/index.d.ts +46 -43
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
- package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
- package/System.Reflection.Metadata.d.ts +208 -0
- package/System.Reflection.PortableExecutable.d.ts +43 -0
- package/System.Reflection.d.ts +124 -0
- package/System.Resources/internal/index.d.ts +2 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices.d.ts +214 -0
- package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
- package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
- package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
- package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
- package/System.Runtime.InteropServices.Java.d.ts +16 -0
- package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
- package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
- package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
- package/System.Runtime.InteropServices.Swift.d.ts +24 -0
- package/System.Runtime.InteropServices.d.ts +162 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
- package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
- package/System.Runtime.Intrinsics.X86.d.ts +88 -0
- package/System.Runtime.Intrinsics.d.ts +41 -0
- package/System.Runtime.Loader.d.ts +17 -0
- package/System.Runtime.Remoting.d.ts +12 -0
- package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
- package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
- package/System.Runtime.Serialization.Json.d.ts +23 -0
- package/System.Runtime.Serialization.d.ts +76 -0
- package/System.Runtime.Versioning/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +99 -0
- package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
- package/System.Security.Authentication.d.ts +20 -0
- package/System.Security.Claims.d.ts +19 -0
- package/System.Security.Cryptography/internal/index.d.ts +15 -15
- package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
- package/System.Security.Cryptography.d.ts +191 -0
- package/System.Security.Permissions.d.ts +18 -0
- package/System.Security.Policy.d.ts +14 -0
- package/System.Security.Principal/internal/index.d.ts +1 -1
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text/internal/index.d.ts +10 -9
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json/internal/index.d.ts +1 -1
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
- package/System.Text.Json.Serialization.d.ts +70 -0
- package/System.Text.Json.d.ts +44 -0
- package/System.Text.RegularExpressions.d.ts +35 -0
- package/System.Text.Unicode.d.ts +16 -0
- package/System.Text.d.ts +54 -0
- package/System.Threading/internal/index.d.ts +5 -5
- package/System.Threading.Channels.d.ts +38 -0
- package/System.Threading.Tasks/internal/index.d.ts +12 -12
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
- package/System.Threading.Tasks.Dataflow.d.ts +54 -0
- package/System.Threading.Tasks.Sources.d.ts +25 -0
- package/System.Threading.Tasks.d.ts +65 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/System.Transactions/internal/index.d.ts +1 -1
- package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
- package/System.Web.d.ts +16 -0
- package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
- package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
- package/System.Xml.Linq/internal/index.d.ts +10 -10
- package/System.Xml.Linq.d.ts +43 -0
- package/System.Xml.Resolvers.d.ts +18 -0
- package/System.Xml.Schema.d.ts +108 -0
- package/System.Xml.Serialization.d.ts +89 -0
- package/System.Xml.XPath.d.ts +34 -0
- package/System.Xml.Xsl.Runtime.d.ts +66 -0
- package/System.Xml.Xsl.d.ts +29 -0
- package/System.Xml.d.ts +105 -0
- package/System.d.ts +410 -0
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
- package/Internal/index.d.ts +0 -15
- package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
- package/Microsoft.VisualBasic/index.d.ts +0 -50
- package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
- package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
- package/Microsoft.Win32/index.d.ts +0 -23
- package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
- package/System/index.d.ts +0 -428
- package/System.Buffers/index.d.ts +0 -48
- package/System.Buffers.Text/index.d.ts +0 -18
- package/System.CodeDom.Compiler/index.d.ts +0 -19
- package/System.Collections/index.d.ts +0 -41
- package/System.Collections.Concurrent/index.d.ts +0 -35
- package/System.Collections.Frozen/index.d.ts +0 -26
- package/System.Collections.Generic/index.d.ts +0 -129
- package/System.Collections.Immutable/index.d.ts +0 -64
- package/System.Collections.ObjectModel/index.d.ts +0 -34
- package/System.Collections.Specialized/index.d.ts +0 -34
- package/System.ComponentModel/index.d.ts +0 -210
- package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
- package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
- package/System.Data/index.d.ts +0 -139
- package/System.Data.Common/index.d.ts +0 -64
- package/System.Data.SqlTypes/index.d.ts +0 -45
- package/System.Diagnostics/index.d.ts +0 -123
- package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
- package/System.Diagnostics.Contracts/index.d.ts +0 -32
- package/System.Diagnostics.Metrics/index.d.ts +0 -47
- package/System.Diagnostics.Tracing/index.d.ts +0 -49
- package/System.Drawing/index.d.ts +0 -32
- package/System.Dynamic/index.d.ts +0 -39
- package/System.Formats.Asn1/index.d.ts +0 -27
- package/System.Formats.Tar/index.d.ts +0 -29
- package/System.Globalization/index.d.ts +0 -59
- package/System.IO/index.d.ts +0 -81
- package/System.IO.Compression/index.d.ts +0 -39
- package/System.IO.Enumeration/index.d.ts +0 -27
- package/System.IO.IsolatedStorage/index.d.ts +0 -26
- package/System.IO.Pipelines/index.d.ts +0 -28
- package/System.IO.Pipes/index.d.ts +0 -37
- package/System.Linq/index.d.ts +0 -56
- package/System.Linq.Expressions/index.d.ts +0 -61
- package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
- package/System.Net/index.d.ts +0 -122
- package/System.Net.Cache/index.d.ts +0 -18
- package/System.Net.Http/index.d.ts +0 -61
- package/System.Net.Http.Headers/index.d.ts +0 -45
- package/System.Net.Http.Json/index.d.ts +0 -26
- package/System.Net.Http.Metrics/index.d.ts +0 -15
- package/System.Net.Mail/index.d.ts +0 -47
- package/System.Net.Mime/index.d.ts +0 -24
- package/System.Net.NetworkInformation/index.d.ts +0 -65
- package/System.Net.Quic/index.d.ts +0 -37
- package/System.Net.Security/index.d.ts +0 -49
- package/System.Net.ServerSentEvents/index.d.ts +0 -28
- package/System.Net.Sockets/index.d.ts +0 -57
- package/System.Net.WebSockets/index.d.ts +0 -43
- package/System.Numerics/index.d.ts +0 -94
- package/System.Reflection/index.d.ts +0 -126
- package/System.Reflection.Emit/index.d.ts +0 -51
- package/System.Reflection.Metadata/index.d.ts +0 -220
- package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
- package/System.Reflection.PortableExecutable/index.d.ts +0 -45
- package/System.Resources/index.d.ts +0 -29
- package/System.Runtime/index.d.ts +0 -29
- package/System.Runtime.CompilerServices/index.d.ts +0 -219
- package/System.Runtime.InteropServices/index.d.ts +0 -161
- package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
- package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
- package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
- package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
- package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
- package/System.Runtime.Intrinsics/index.d.ts +0 -26
- package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
- package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
- package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
- package/System.Runtime.Loader/index.d.ts +0 -19
- package/System.Runtime.Remoting/index.d.ts +0 -14
- package/System.Runtime.Serialization/index.d.ts +0 -78
- package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
- package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
- package/System.Runtime.Serialization.Json/index.d.ts +0 -25
- package/System.Runtime.Versioning/index.d.ts +0 -29
- package/System.Security/index.d.ts +0 -37
- package/System.Security.AccessControl/index.d.ts +0 -87
- package/System.Security.Authentication/index.d.ts +0 -22
- package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
- package/System.Security.Claims/index.d.ts +0 -21
- package/System.Security.Cryptography/index.d.ts +0 -193
- package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
- package/System.Security.Permissions/index.d.ts +0 -20
- package/System.Security.Policy/index.d.ts +0 -16
- package/System.Security.Principal/index.d.ts +0 -38
- package/System.Text/index.d.ts +0 -56
- package/System.Text.Encodings.Web/index.d.ts +0 -22
- package/System.Text.Json/index.d.ts +0 -46
- package/System.Text.Json.Nodes/index.d.ts +0 -25
- package/System.Text.Json.Schema/index.d.ts +0 -19
- package/System.Text.Json.Serialization/index.d.ts +0 -59
- package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
- package/System.Text.RegularExpressions/index.d.ts +0 -37
- package/System.Text.Unicode/index.d.ts +0 -18
- package/System.Threading/index.d.ts +0 -104
- package/System.Threading.Channels/index.d.ts +0 -34
- package/System.Threading.Tasks/index.d.ts +0 -50
- package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
- package/System.Threading.Tasks.Sources/index.d.ts +0 -20
- package/System.Web/index.d.ts +0 -18
- package/System.Xml/index.d.ts +0 -107
- package/System.Xml.Linq/index.d.ts +0 -45
- package/System.Xml.Resolvers/index.d.ts +0 -20
- package/System.Xml.Schema/index.d.ts +0 -110
- package/System.Xml.Serialization/index.d.ts +0 -91
- package/System.Xml.XPath/index.d.ts +0 -36
- package/System.Xml.Xsl/index.d.ts +0 -31
- package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
package/System.Net/index.d.ts
DELETED
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { NameObjectCollectionBase_KeysCollection, NameValueCollection, StringDictionary } from '../System.Collections.Specialized/internal/index.js';
|
|
11
|
-
import type { ArrayList, ICollection, IDictionary, IEnumerable, IEnumerator } from '../System.Collections/internal/index.js';
|
|
12
|
-
import type { AsyncCompletedEventArgs, AsyncCompletedEventHandler, Component, IComponent, IContainer, ISite, ProgressChangedEventArgs, Win32Exception } from '../System.ComponentModel/internal/index.js';
|
|
13
|
-
import type { BinaryWriter, Stream, TextWriter } from '../System.IO/internal/index.js';
|
|
14
|
-
import type { RequestCachePolicy } from '../System.Net.Cache/internal/index.js';
|
|
15
|
-
import type { AuthenticationLevel, EncryptionPolicy, RemoteCertificateValidationCallback } from '../System.Net.Security/internal/index.js';
|
|
16
|
-
import type { AddressFamily } from '../System.Net.Sockets/internal/index.js';
|
|
17
|
-
import type { HttpListenerWebSocketContext } from '../System.Net.WebSockets/internal/index.js';
|
|
18
|
-
import type { MethodBase, MethodInfo } from '../System.Reflection/internal/index.js';
|
|
19
|
-
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
20
|
-
import type { ChannelBinding, ChannelBindingKind, ExtendedProtectionPolicy, ServiceNameCollection } from '../System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
21
|
-
import type { Claim, ClaimsIdentity } from '../System.Security.Claims/internal/index.js';
|
|
22
|
-
import type { X509Certificate, X509Certificate2, X509CertificateCollection } from '../System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
23
|
-
import type { GenericIdentity, IIdentity, IPrincipal, TokenImpersonationLevel } from '../System.Security.Principal/internal/index.js';
|
|
24
|
-
import type { SecureString } from '../System.Security/internal/index.js';
|
|
25
|
-
import type { Encoding } from '../System.Text/internal/index.js';
|
|
26
|
-
import type { Task, Task_1 } from '../System.Threading.Tasks/internal/index.js';
|
|
27
|
-
import type { CancellationToken } from '../System.Threading/internal/index.js';
|
|
28
|
-
import type { Array as ClrArray, ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, Delegate, Enum, EventArgs, Exception, FormatException, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, InvalidOperationException, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MarshalByRefObject, Memory_1, MulticastDelegate, Object as ClrObject, Predicate_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from '../System/internal/index.js';
|
|
29
|
-
|
|
30
|
-
export * from './internal/index.js';
|
|
31
|
-
|
|
32
|
-
// Individual type exports for convenience
|
|
33
|
-
export { HttpListenerPrefixCollection as HttpListenerPrefixCollection } from './internal/index.js';
|
|
34
|
-
export { HttpListenerRequest as HttpListenerRequest } from './internal/index.js';
|
|
35
|
-
export type AuthenticationSchemeSelector = Internal.AuthenticationSchemeSelector;
|
|
36
|
-
export { HttpListener as HttpListener } from './internal/index.js';
|
|
37
|
-
export type HttpListener_ExtendedProtectionSelector = Internal.HttpListener_ExtendedProtectionSelector;
|
|
38
|
-
export { HttpListenerBasicIdentity as HttpListenerBasicIdentity } from './internal/index.js';
|
|
39
|
-
export { HttpListenerContext as HttpListenerContext } from './internal/index.js';
|
|
40
|
-
export { HttpListenerException as HttpListenerException } from './internal/index.js';
|
|
41
|
-
export { HttpListenerResponse as HttpListenerResponse } from './internal/index.js';
|
|
42
|
-
export { HttpListenerTimeoutManager as HttpListenerTimeoutManager } from './internal/index.js';
|
|
43
|
-
export { Dns$instance as Dns } from './internal/index.js';
|
|
44
|
-
export { IPHostEntry as IPHostEntry } from './internal/index.js';
|
|
45
|
-
export { AuthenticationSchemes as AuthenticationSchemes } from './internal/index.js';
|
|
46
|
-
export { CookieVariant as CookieVariant } from './internal/index.js';
|
|
47
|
-
export { Cookie as Cookie } from './internal/index.js';
|
|
48
|
-
export { CookieContainer as CookieContainer } from './internal/index.js';
|
|
49
|
-
export { PathList as PathList } from './internal/index.js';
|
|
50
|
-
export { CookieCollection as CookieCollection } from './internal/index.js';
|
|
51
|
-
export { CookieException as CookieException } from './internal/index.js';
|
|
52
|
-
export { CredentialCache as CredentialCache } from './internal/index.js';
|
|
53
|
-
export { DecompressionMethods as DecompressionMethods } from './internal/index.js';
|
|
54
|
-
export { DnsEndPoint as DnsEndPoint } from './internal/index.js';
|
|
55
|
-
export { EndPoint as EndPoint } from './internal/index.js';
|
|
56
|
-
export { HttpStatusCode as HttpStatusCode } from './internal/index.js';
|
|
57
|
-
export { HttpVersion$instance as HttpVersion } from './internal/index.js';
|
|
58
|
-
export type ICredentials = Internal.ICredentials;
|
|
59
|
-
export type ICredentialsByHost = Internal.ICredentialsByHost;
|
|
60
|
-
export { IPAddress as IPAddress } from './internal/index.js';
|
|
61
|
-
export { IPNetwork as IPNetwork } from './internal/index.js';
|
|
62
|
-
export { IPEndPoint as IPEndPoint } from './internal/index.js';
|
|
63
|
-
export type IWebProxy = Internal.IWebProxy;
|
|
64
|
-
export { NetworkCredential as NetworkCredential } from './internal/index.js';
|
|
65
|
-
export { TransportContext as TransportContext } from './internal/index.js';
|
|
66
|
-
export { SocketAddress as SocketAddress } from './internal/index.js';
|
|
67
|
-
export { AuthenticationManager as AuthenticationManager } from './internal/index.js';
|
|
68
|
-
export { Authorization as Authorization } from './internal/index.js';
|
|
69
|
-
export { FileWebRequest as FileWebRequest } from './internal/index.js';
|
|
70
|
-
export { FileWebResponse as FileWebResponse } from './internal/index.js';
|
|
71
|
-
export { GlobalProxySelection as GlobalProxySelection } from './internal/index.js';
|
|
72
|
-
export type HttpContinueDelegate = Internal.HttpContinueDelegate;
|
|
73
|
-
export { HttpWebRequest as HttpWebRequest } from './internal/index.js';
|
|
74
|
-
export { HttpWebResponse as HttpWebResponse } from './internal/index.js';
|
|
75
|
-
export type IAuthenticationModule = Internal.IAuthenticationModule;
|
|
76
|
-
export type ICredentialPolicy = Internal.ICredentialPolicy;
|
|
77
|
-
export type IWebRequestCreate = Internal.IWebRequestCreate;
|
|
78
|
-
export { ProtocolViolationException as ProtocolViolationException } from './internal/index.js';
|
|
79
|
-
export { WebException as WebException } from './internal/index.js';
|
|
80
|
-
export { WebExceptionStatus as WebExceptionStatus } from './internal/index.js';
|
|
81
|
-
export { WebRequest as WebRequest } from './internal/index.js';
|
|
82
|
-
export { WebRequestMethods$instance as WebRequestMethods } from './internal/index.js';
|
|
83
|
-
export { WebRequestMethods_Ftp$instance as WebRequestMethods_Ftp } from './internal/index.js';
|
|
84
|
-
export { WebRequestMethods_Http$instance as WebRequestMethods_Http } from './internal/index.js';
|
|
85
|
-
export { WebRequestMethods_File$instance as WebRequestMethods_File } from './internal/index.js';
|
|
86
|
-
export { WebResponse as WebResponse } from './internal/index.js';
|
|
87
|
-
export { FtpStatusCode as FtpStatusCode } from './internal/index.js';
|
|
88
|
-
export { FtpWebRequest as FtpWebRequest } from './internal/index.js';
|
|
89
|
-
export { FtpWebResponse as FtpWebResponse } from './internal/index.js';
|
|
90
|
-
export type BindIPEndPoint = Internal.BindIPEndPoint;
|
|
91
|
-
export { SecurityProtocolType as SecurityProtocolType } from './internal/index.js';
|
|
92
|
-
export { ServicePoint as ServicePoint } from './internal/index.js';
|
|
93
|
-
export { ServicePointManager as ServicePointManager } from './internal/index.js';
|
|
94
|
-
export { WebClient as WebClient } from './internal/index.js';
|
|
95
|
-
export type OpenReadCompletedEventHandler = Internal.OpenReadCompletedEventHandler;
|
|
96
|
-
export type OpenWriteCompletedEventHandler = Internal.OpenWriteCompletedEventHandler;
|
|
97
|
-
export type DownloadStringCompletedEventHandler = Internal.DownloadStringCompletedEventHandler;
|
|
98
|
-
export type DownloadDataCompletedEventHandler = Internal.DownloadDataCompletedEventHandler;
|
|
99
|
-
export type UploadStringCompletedEventHandler = Internal.UploadStringCompletedEventHandler;
|
|
100
|
-
export type UploadDataCompletedEventHandler = Internal.UploadDataCompletedEventHandler;
|
|
101
|
-
export type UploadFileCompletedEventHandler = Internal.UploadFileCompletedEventHandler;
|
|
102
|
-
export type UploadValuesCompletedEventHandler = Internal.UploadValuesCompletedEventHandler;
|
|
103
|
-
export type DownloadProgressChangedEventHandler = Internal.DownloadProgressChangedEventHandler;
|
|
104
|
-
export type UploadProgressChangedEventHandler = Internal.UploadProgressChangedEventHandler;
|
|
105
|
-
export type WriteStreamClosedEventHandler = Internal.WriteStreamClosedEventHandler;
|
|
106
|
-
export { OpenReadCompletedEventArgs as OpenReadCompletedEventArgs } from './internal/index.js';
|
|
107
|
-
export { OpenWriteCompletedEventArgs as OpenWriteCompletedEventArgs } from './internal/index.js';
|
|
108
|
-
export { DownloadStringCompletedEventArgs as DownloadStringCompletedEventArgs } from './internal/index.js';
|
|
109
|
-
export { DownloadDataCompletedEventArgs as DownloadDataCompletedEventArgs } from './internal/index.js';
|
|
110
|
-
export { UploadStringCompletedEventArgs as UploadStringCompletedEventArgs } from './internal/index.js';
|
|
111
|
-
export { UploadDataCompletedEventArgs as UploadDataCompletedEventArgs } from './internal/index.js';
|
|
112
|
-
export { UploadFileCompletedEventArgs as UploadFileCompletedEventArgs } from './internal/index.js';
|
|
113
|
-
export { UploadValuesCompletedEventArgs as UploadValuesCompletedEventArgs } from './internal/index.js';
|
|
114
|
-
export { DownloadProgressChangedEventArgs as DownloadProgressChangedEventArgs } from './internal/index.js';
|
|
115
|
-
export { UploadProgressChangedEventArgs as UploadProgressChangedEventArgs } from './internal/index.js';
|
|
116
|
-
export { WriteStreamClosedEventArgs as WriteStreamClosedEventArgs } from './internal/index.js';
|
|
117
|
-
export { WebHeaderCollection as WebHeaderCollection } from './internal/index.js';
|
|
118
|
-
export { HttpResponseHeader as HttpResponseHeader } from './internal/index.js';
|
|
119
|
-
export { HttpRequestHeader as HttpRequestHeader } from './internal/index.js';
|
|
120
|
-
export type IWebProxyScript = Internal.IWebProxyScript;
|
|
121
|
-
export { WebProxy as WebProxy } from './internal/index.js';
|
|
122
|
-
export { WebUtility$instance as WebUtility } from './internal/index.js';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net.Cache
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Type, TypeCode } from '../System/internal/index.js';
|
|
10
|
-
|
|
11
|
-
export * from './internal/index.js';
|
|
12
|
-
|
|
13
|
-
// Individual type exports for convenience
|
|
14
|
-
export { RequestCacheLevel as RequestCacheLevel } from './internal/index.js';
|
|
15
|
-
export { RequestCachePolicy as RequestCachePolicy } from './internal/index.js';
|
|
16
|
-
export { HttpCacheAgeControl as HttpCacheAgeControl } from './internal/index.js';
|
|
17
|
-
export { HttpRequestCacheLevel as HttpRequestCacheLevel } from './internal/index.js';
|
|
18
|
-
export { HttpRequestCachePolicy as HttpRequestCachePolicy } from './internal/index.js';
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net.Http
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, KeyValuePair_2 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { IDictionary, IEnumerable, IEnumerator } from '../System.Collections/internal/index.js';
|
|
11
|
-
import type { IMeterFactory } from '../System.Diagnostics.Metrics/internal/index.js';
|
|
12
|
-
import type { DistributedContextPropagator } from '../System.Diagnostics/internal/index.js';
|
|
13
|
-
import type { IOException, Stream } from '../System.IO/internal/index.js';
|
|
14
|
-
import type { HttpContentHeaders, HttpRequestHeaders, HttpResponseHeaders, MediaTypeHeaderValue } from '../System.Net.Http.Headers/internal/index.js';
|
|
15
|
-
import type { SslClientAuthenticationOptions, SslPolicyErrors } from '../System.Net.Security/internal/index.js';
|
|
16
|
-
import type { CookieContainer, DecompressionMethods, DnsEndPoint, HttpStatusCode, ICredentials, IWebProxy, TransportContext } from '../System.Net/internal/index.js';
|
|
17
|
-
import type { MethodBase, MethodInfo } from '../System.Reflection/internal/index.js';
|
|
18
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
19
|
-
import type { SslProtocols } from '../System.Security.Authentication/internal/index.js';
|
|
20
|
-
import type { X509Certificate2, X509CertificateCollection, X509Chain } from '../System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
21
|
-
import type { Encoding } from '../System.Text/internal/index.js';
|
|
22
|
-
import type { Task, Task_1, ValueTask_1 } from '../System.Threading.Tasks/internal/index.js';
|
|
23
|
-
import type { CancellationToken } from '../System.Threading/internal/index.js';
|
|
24
|
-
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, Exception, Func_3, Func_5, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from '../System/internal/index.js';
|
|
25
|
-
|
|
26
|
-
export * from './internal/index.js';
|
|
27
|
-
|
|
28
|
-
// Individual type exports for convenience
|
|
29
|
-
export { ByteArrayContent as ByteArrayContent } from './internal/index.js';
|
|
30
|
-
export { ClientCertificateOption as ClientCertificateOption } from './internal/index.js';
|
|
31
|
-
export { DelegatingHandler as DelegatingHandler } from './internal/index.js';
|
|
32
|
-
export { FormUrlEncodedContent as FormUrlEncodedContent } from './internal/index.js';
|
|
33
|
-
export type HeaderEncodingSelector_1<TContext> = Internal.HeaderEncodingSelector_1<TContext>;
|
|
34
|
-
export type HeaderEncodingSelector<TContext> = Internal.HeaderEncodingSelector_1<TContext>;
|
|
35
|
-
export { HttpClient as HttpClient } from './internal/index.js';
|
|
36
|
-
export { HttpClientHandler as HttpClientHandler } from './internal/index.js';
|
|
37
|
-
export { HttpCompletionOption as HttpCompletionOption } from './internal/index.js';
|
|
38
|
-
export { HttpContent as HttpContent } from './internal/index.js';
|
|
39
|
-
export { HttpMessageHandler as HttpMessageHandler } from './internal/index.js';
|
|
40
|
-
export { HttpMessageInvoker as HttpMessageInvoker } from './internal/index.js';
|
|
41
|
-
export { HttpMethod as HttpMethod } from './internal/index.js';
|
|
42
|
-
export { HttpProtocolException as HttpProtocolException } from './internal/index.js';
|
|
43
|
-
export { HttpRequestException as HttpRequestException } from './internal/index.js';
|
|
44
|
-
export { HttpRequestError as HttpRequestError } from './internal/index.js';
|
|
45
|
-
export { HttpRequestMessage as HttpRequestMessage } from './internal/index.js';
|
|
46
|
-
export { HttpRequestOptions as HttpRequestOptions } from './internal/index.js';
|
|
47
|
-
export { HttpRequestOptionsKey_1 as HttpRequestOptionsKey_1 } from './internal/index.js';
|
|
48
|
-
export { HttpRequestOptionsKey_1 as HttpRequestOptionsKey } from './internal/index.js';
|
|
49
|
-
export { HttpResponseMessage as HttpResponseMessage } from './internal/index.js';
|
|
50
|
-
export { HttpIOException as HttpIOException } from './internal/index.js';
|
|
51
|
-
export { HttpVersionPolicy as HttpVersionPolicy } from './internal/index.js';
|
|
52
|
-
export { MessageProcessingHandler as MessageProcessingHandler } from './internal/index.js';
|
|
53
|
-
export { MultipartContent as MultipartContent } from './internal/index.js';
|
|
54
|
-
export { MultipartFormDataContent as MultipartFormDataContent } from './internal/index.js';
|
|
55
|
-
export { ReadOnlyMemoryContent as ReadOnlyMemoryContent } from './internal/index.js';
|
|
56
|
-
export { StreamContent as StreamContent } from './internal/index.js';
|
|
57
|
-
export { StringContent as StringContent } from './internal/index.js';
|
|
58
|
-
export { SocketsHttpPlaintextStreamFilterContext as SocketsHttpPlaintextStreamFilterContext } from './internal/index.js';
|
|
59
|
-
export { HttpKeepAlivePingPolicy as HttpKeepAlivePingPolicy } from './internal/index.js';
|
|
60
|
-
export { SocketsHttpConnectionContext as SocketsHttpConnectionContext } from './internal/index.js';
|
|
61
|
-
export { SocketsHttpHandler as SocketsHttpHandler } from './internal/index.js';
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net.Http.Headers
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, KeyValuePair_2 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { IEnumerable, IEnumerator } from '../System.Collections/internal/index.js';
|
|
11
|
-
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';
|
|
12
|
-
|
|
13
|
-
export * from './internal/index.js';
|
|
14
|
-
|
|
15
|
-
// Individual type exports for convenience
|
|
16
|
-
export { AuthenticationHeaderValue as AuthenticationHeaderValue } from './internal/index.js';
|
|
17
|
-
export { CacheControlHeaderValue as CacheControlHeaderValue } from './internal/index.js';
|
|
18
|
-
export { ContentDispositionHeaderValue as ContentDispositionHeaderValue } from './internal/index.js';
|
|
19
|
-
export { ContentRangeHeaderValue as ContentRangeHeaderValue } from './internal/index.js';
|
|
20
|
-
export { EntityTagHeaderValue as EntityTagHeaderValue } from './internal/index.js';
|
|
21
|
-
export { HeaderStringValues as HeaderStringValues } from './internal/index.js';
|
|
22
|
-
export { HeaderStringValues_Enumerator as HeaderStringValues_Enumerator } from './internal/index.js';
|
|
23
|
-
export { HttpContentHeaders as HttpContentHeaders } from './internal/index.js';
|
|
24
|
-
export { HttpHeaders as HttpHeaders } from './internal/index.js';
|
|
25
|
-
export { HttpHeadersNonValidated as HttpHeadersNonValidated } from './internal/index.js';
|
|
26
|
-
export { HttpHeadersNonValidated_Enumerator as HttpHeadersNonValidated_Enumerator } from './internal/index.js';
|
|
27
|
-
export { HttpHeaderValueCollection_1 as HttpHeaderValueCollection_1 } from './internal/index.js';
|
|
28
|
-
export { HttpHeaderValueCollection_1 as HttpHeaderValueCollection } from './internal/index.js';
|
|
29
|
-
export { HttpRequestHeaders as HttpRequestHeaders } from './internal/index.js';
|
|
30
|
-
export { HttpResponseHeaders as HttpResponseHeaders } from './internal/index.js';
|
|
31
|
-
export { MediaTypeHeaderValue as MediaTypeHeaderValue } from './internal/index.js';
|
|
32
|
-
export { MediaTypeWithQualityHeaderValue as MediaTypeWithQualityHeaderValue } from './internal/index.js';
|
|
33
|
-
export { NameValueHeaderValue as NameValueHeaderValue } from './internal/index.js';
|
|
34
|
-
export { NameValueWithParametersHeaderValue as NameValueWithParametersHeaderValue } from './internal/index.js';
|
|
35
|
-
export { ProductHeaderValue as ProductHeaderValue } from './internal/index.js';
|
|
36
|
-
export { ProductInfoHeaderValue as ProductInfoHeaderValue } from './internal/index.js';
|
|
37
|
-
export { RangeConditionHeaderValue as RangeConditionHeaderValue } from './internal/index.js';
|
|
38
|
-
export { RangeHeaderValue as RangeHeaderValue } from './internal/index.js';
|
|
39
|
-
export { RangeItemHeaderValue as RangeItemHeaderValue } from './internal/index.js';
|
|
40
|
-
export { RetryConditionHeaderValue as RetryConditionHeaderValue } from './internal/index.js';
|
|
41
|
-
export { StringWithQualityHeaderValue as StringWithQualityHeaderValue } from './internal/index.js';
|
|
42
|
-
export { TransferCodingHeaderValue as TransferCodingHeaderValue } from './internal/index.js';
|
|
43
|
-
export { TransferCodingWithQualityHeaderValue as TransferCodingWithQualityHeaderValue } from './internal/index.js';
|
|
44
|
-
export { ViaHeaderValue as ViaHeaderValue } from './internal/index.js';
|
|
45
|
-
export { WarningHeaderValue as WarningHeaderValue } from './internal/index.js';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net.Http.Json
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IAsyncEnumerable_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { Stream } from '../System.IO/internal/index.js';
|
|
11
|
-
import type { HttpContentHeaders, MediaTypeHeaderValue } from '../System.Net.Http.Headers/internal/index.js';
|
|
12
|
-
import type { HttpClient, HttpContent, HttpResponseMessage } from '../System.Net.Http/internal/index.js';
|
|
13
|
-
import type { TransportContext } from '../System.Net/internal/index.js';
|
|
14
|
-
import type { JsonTypeInfo, JsonTypeInfo_1 } from '../System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
15
|
-
import type { JsonSerializerContext } from '../System.Text.Json.Serialization/internal/index.js';
|
|
16
|
-
import type { JsonSerializerOptions } from '../System.Text.Json/internal/index.js';
|
|
17
|
-
import type { Task, Task_1 } from '../System.Threading.Tasks/internal/index.js';
|
|
18
|
-
import type { CancellationToken } from '../System.Threading/internal/index.js';
|
|
19
|
-
import type { Boolean as ClrBoolean, Byte, IDisposable, Int32, Int64, Object as ClrObject, String as ClrString, Type, Uri, Void } from '../System/internal/index.js';
|
|
20
|
-
|
|
21
|
-
export * from './internal/index.js';
|
|
22
|
-
|
|
23
|
-
// Individual type exports for convenience
|
|
24
|
-
export { HttpClientJsonExtensions$instance as HttpClientJsonExtensions } from './internal/index.js';
|
|
25
|
-
export { HttpContentJsonExtensions$instance as HttpContentJsonExtensions } from './internal/index.js';
|
|
26
|
-
export { JsonContent as JsonContent } from './internal/index.js';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net.Http.Metrics
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { HttpRequestMessage, HttpResponseMessage } from '../System.Net.Http/internal/index.js';
|
|
10
|
-
import type { Action_1, Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Type, Void } from '../System/internal/index.js';
|
|
11
|
-
|
|
12
|
-
export * from './internal/index.js';
|
|
13
|
-
|
|
14
|
-
// Individual type exports for convenience
|
|
15
|
-
export { HttpMetricsEnrichmentContext as HttpMetricsEnrichmentContext } from './internal/index.js';
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net.Mail
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { Collection_1 } from '../System.Collections.ObjectModel/internal/index.js';
|
|
11
|
-
import type { NameValueCollection } from '../System.Collections.Specialized/internal/index.js';
|
|
12
|
-
import type { ICollection, IDictionary, IEnumerable, IEnumerator, IList } from '../System.Collections/internal/index.js';
|
|
13
|
-
import type { AsyncCompletedEventArgs } from '../System.ComponentModel/internal/index.js';
|
|
14
|
-
import type { Stream } from '../System.IO/internal/index.js';
|
|
15
|
-
import type { ContentDisposition, ContentType, TransferEncoding } from '../System.Net.Mime/internal/index.js';
|
|
16
|
-
import type { ICredentialsByHost, ServicePoint } from '../System.Net/internal/index.js';
|
|
17
|
-
import type { MethodBase, MethodInfo } from '../System.Reflection/internal/index.js';
|
|
18
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
19
|
-
import type { X509CertificateCollection } from '../System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
20
|
-
import type { Encoding } from '../System.Text/internal/index.js';
|
|
21
|
-
import type { Task } from '../System.Threading.Tasks/internal/index.js';
|
|
22
|
-
import type { CancellationToken } from '../System.Threading/internal/index.js';
|
|
23
|
-
import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Delegate, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, Void } from '../System/internal/index.js';
|
|
24
|
-
|
|
25
|
-
export * from './internal/index.js';
|
|
26
|
-
|
|
27
|
-
// Individual type exports for convenience
|
|
28
|
-
export { AlternateView as AlternateView } from './internal/index.js';
|
|
29
|
-
export { AlternateViewCollection as AlternateViewCollection } from './internal/index.js';
|
|
30
|
-
export { AttachmentBase as AttachmentBase } from './internal/index.js';
|
|
31
|
-
export { Attachment as Attachment } from './internal/index.js';
|
|
32
|
-
export { AttachmentCollection as AttachmentCollection } from './internal/index.js';
|
|
33
|
-
export { LinkedResource as LinkedResource } from './internal/index.js';
|
|
34
|
-
export { LinkedResourceCollection as LinkedResourceCollection } from './internal/index.js';
|
|
35
|
-
export { MailAddress as MailAddress } from './internal/index.js';
|
|
36
|
-
export { MailAddressCollection as MailAddressCollection } from './internal/index.js';
|
|
37
|
-
export { DeliveryNotificationOptions as DeliveryNotificationOptions } from './internal/index.js';
|
|
38
|
-
export { MailMessage as MailMessage } from './internal/index.js';
|
|
39
|
-
export { MailPriority as MailPriority } from './internal/index.js';
|
|
40
|
-
export { SmtpException as SmtpException } from './internal/index.js';
|
|
41
|
-
export { SmtpFailedRecipientException as SmtpFailedRecipientException } from './internal/index.js';
|
|
42
|
-
export { SmtpFailedRecipientsException as SmtpFailedRecipientsException } from './internal/index.js';
|
|
43
|
-
export { SmtpStatusCode as SmtpStatusCode } from './internal/index.js';
|
|
44
|
-
export type SendCompletedEventHandler = Internal.SendCompletedEventHandler;
|
|
45
|
-
export { SmtpDeliveryMethod as SmtpDeliveryMethod } from './internal/index.js';
|
|
46
|
-
export { SmtpDeliveryFormat as SmtpDeliveryFormat } from './internal/index.js';
|
|
47
|
-
export { SmtpClient as SmtpClient } from './internal/index.js';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net.Mime
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { StringDictionary } from '../System.Collections.Specialized/internal/index.js';
|
|
10
|
-
import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from '../System/internal/index.js';
|
|
11
|
-
|
|
12
|
-
export * from './internal/index.js';
|
|
13
|
-
|
|
14
|
-
// Individual type exports for convenience
|
|
15
|
-
export { TransferEncoding as TransferEncoding } from './internal/index.js';
|
|
16
|
-
export { ContentDisposition as ContentDisposition } from './internal/index.js';
|
|
17
|
-
export { ContentType as ContentType } from './internal/index.js';
|
|
18
|
-
export { DispositionTypeNames$instance as DispositionTypeNames } from './internal/index.js';
|
|
19
|
-
export { MediaTypeNames$instance as MediaTypeNames } from './internal/index.js';
|
|
20
|
-
export { MediaTypeNames_Application$instance as MediaTypeNames_Application } from './internal/index.js';
|
|
21
|
-
export { MediaTypeNames_Font$instance as MediaTypeNames_Font } from './internal/index.js';
|
|
22
|
-
export { MediaTypeNames_Image$instance as MediaTypeNames_Image } from './internal/index.js';
|
|
23
|
-
export { MediaTypeNames_Multipart$instance as MediaTypeNames_Multipart } from './internal/index.js';
|
|
24
|
-
export { MediaTypeNames_Text$instance as MediaTypeNames_Text } from './internal/index.js';
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net.NetworkInformation
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ICollection_1, IEnumerable_1, IEnumerator_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { IDictionary, IEnumerable, IEnumerator } from '../System.Collections/internal/index.js';
|
|
11
|
-
import type { AsyncCompletedEventArgs, Component, IComponent, IContainer, ISite, Win32Exception } from '../System.ComponentModel/internal/index.js';
|
|
12
|
-
import type { IPAddress, IPEndPoint } from '../System.Net/internal/index.js';
|
|
13
|
-
import type { MethodBase, MethodInfo } from '../System.Reflection/internal/index.js';
|
|
14
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
15
|
-
import type { Task_1 } from '../System.Threading.Tasks/internal/index.js';
|
|
16
|
-
import type { CancellationToken } from '../System.Threading/internal/index.js';
|
|
17
|
-
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, InvalidOperationException, ISpanFormattable, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, TypeCode, Void } from '../System/internal/index.js';
|
|
18
|
-
|
|
19
|
-
export * from './internal/index.js';
|
|
20
|
-
|
|
21
|
-
// Individual type exports for convenience
|
|
22
|
-
export { DuplicateAddressDetectionState as DuplicateAddressDetectionState } from './internal/index.js';
|
|
23
|
-
export { GatewayIPAddressInformation as GatewayIPAddressInformation } from './internal/index.js';
|
|
24
|
-
export { GatewayIPAddressInformationCollection as GatewayIPAddressInformationCollection } from './internal/index.js';
|
|
25
|
-
export { IcmpV4Statistics as IcmpV4Statistics } from './internal/index.js';
|
|
26
|
-
export { IcmpV6Statistics as IcmpV6Statistics } from './internal/index.js';
|
|
27
|
-
export { IPAddressInformation as IPAddressInformation } from './internal/index.js';
|
|
28
|
-
export { IPAddressInformationCollection as IPAddressInformationCollection } from './internal/index.js';
|
|
29
|
-
export { IPGlobalProperties as IPGlobalProperties } from './internal/index.js';
|
|
30
|
-
export { IPGlobalStatistics as IPGlobalStatistics } from './internal/index.js';
|
|
31
|
-
export { IPInterfaceProperties as IPInterfaceProperties } from './internal/index.js';
|
|
32
|
-
export { IPInterfaceStatistics as IPInterfaceStatistics } from './internal/index.js';
|
|
33
|
-
export { IPv4InterfaceProperties as IPv4InterfaceProperties } from './internal/index.js';
|
|
34
|
-
export { IPv4InterfaceStatistics as IPv4InterfaceStatistics } from './internal/index.js';
|
|
35
|
-
export { IPv6InterfaceProperties as IPv6InterfaceProperties } from './internal/index.js';
|
|
36
|
-
export { MulticastIPAddressInformation as MulticastIPAddressInformation } from './internal/index.js';
|
|
37
|
-
export { MulticastIPAddressInformationCollection as MulticastIPAddressInformationCollection } from './internal/index.js';
|
|
38
|
-
export { NetBiosNodeType as NetBiosNodeType } from './internal/index.js';
|
|
39
|
-
export { NetworkChange as NetworkChange } from './internal/index.js';
|
|
40
|
-
export { NetworkAvailabilityEventArgs as NetworkAvailabilityEventArgs } from './internal/index.js';
|
|
41
|
-
export type NetworkAddressChangedEventHandler = Internal.NetworkAddressChangedEventHandler;
|
|
42
|
-
export type NetworkAvailabilityChangedEventHandler = Internal.NetworkAvailabilityChangedEventHandler;
|
|
43
|
-
export { NetworkInterface as NetworkInterface } from './internal/index.js';
|
|
44
|
-
export { NetworkInterfaceComponent as NetworkInterfaceComponent } from './internal/index.js';
|
|
45
|
-
export { NetworkInterfaceType as NetworkInterfaceType } from './internal/index.js';
|
|
46
|
-
export { OperationalStatus as OperationalStatus } from './internal/index.js';
|
|
47
|
-
export { PhysicalAddress as PhysicalAddress } from './internal/index.js';
|
|
48
|
-
export { PrefixOrigin as PrefixOrigin } from './internal/index.js';
|
|
49
|
-
export { ScopeLevel as ScopeLevel } from './internal/index.js';
|
|
50
|
-
export { SuffixOrigin as SuffixOrigin } from './internal/index.js';
|
|
51
|
-
export { TcpConnectionInformation as TcpConnectionInformation } from './internal/index.js';
|
|
52
|
-
export { TcpState as TcpState } from './internal/index.js';
|
|
53
|
-
export { TcpStatistics as TcpStatistics } from './internal/index.js';
|
|
54
|
-
export { UdpStatistics as UdpStatistics } from './internal/index.js';
|
|
55
|
-
export { UnicastIPAddressInformation as UnicastIPAddressInformation } from './internal/index.js';
|
|
56
|
-
export { UnicastIPAddressInformationCollection as UnicastIPAddressInformationCollection } from './internal/index.js';
|
|
57
|
-
export { NetworkInformationException as NetworkInformationException } from './internal/index.js';
|
|
58
|
-
export { IPStatus as IPStatus } from './internal/index.js';
|
|
59
|
-
export { Ping as Ping } from './internal/index.js';
|
|
60
|
-
export type PingCompletedEventHandler = Internal.PingCompletedEventHandler;
|
|
61
|
-
export { PingCompletedEventArgs as PingCompletedEventArgs } from './internal/index.js';
|
|
62
|
-
export { PingException as PingException } from './internal/index.js';
|
|
63
|
-
export { PingOptions as PingOptions } from './internal/index.js';
|
|
64
|
-
export { PingReply as PingReply } from './internal/index.js';
|
|
65
|
-
export { IPAddressCollection as IPAddressCollection } from './internal/index.js';
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net.Quic
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { List_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { IDictionary } from '../System.Collections/internal/index.js';
|
|
11
|
-
import type { IOException, SeekOrigin, Stream } from '../System.IO/internal/index.js';
|
|
12
|
-
import type { SslApplicationProtocol, SslClientAuthenticationOptions, SslClientHelloInfo, SslServerAuthenticationOptions, TlsCipherSuite } from '../System.Net.Security/internal/index.js';
|
|
13
|
-
import type { EndPoint, IPEndPoint } from '../System.Net/internal/index.js';
|
|
14
|
-
import type { MethodBase } from '../System.Reflection/internal/index.js';
|
|
15
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
16
|
-
import type { SslProtocols } from '../System.Security.Authentication/internal/index.js';
|
|
17
|
-
import type { X509Certificate } from '../System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
18
|
-
import type { Task, Task_1, ValueTask, ValueTask_1 } from '../System.Threading.Tasks/internal/index.js';
|
|
19
|
-
import type { CancellationToken } from '../System.Threading/internal/index.js';
|
|
20
|
-
import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, Exception, Func_4, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, ValueType, Void } from '../System/internal/index.js';
|
|
21
|
-
|
|
22
|
-
export * from './internal/index.js';
|
|
23
|
-
|
|
24
|
-
// Individual type exports for convenience
|
|
25
|
-
export { QuicAbortDirection as QuicAbortDirection } from './internal/index.js';
|
|
26
|
-
export { QuicConnection as QuicConnection } from './internal/index.js';
|
|
27
|
-
export { QuicReceiveWindowSizes as QuicReceiveWindowSizes } from './internal/index.js';
|
|
28
|
-
export { QuicStreamCapacityChangedArgs as QuicStreamCapacityChangedArgs } from './internal/index.js';
|
|
29
|
-
export { QuicConnectionOptions as QuicConnectionOptions } from './internal/index.js';
|
|
30
|
-
export { QuicClientConnectionOptions as QuicClientConnectionOptions } from './internal/index.js';
|
|
31
|
-
export { QuicServerConnectionOptions as QuicServerConnectionOptions } from './internal/index.js';
|
|
32
|
-
export { QuicError as QuicError } from './internal/index.js';
|
|
33
|
-
export { QuicException as QuicException } from './internal/index.js';
|
|
34
|
-
export { QuicListener as QuicListener } from './internal/index.js';
|
|
35
|
-
export { QuicListenerOptions as QuicListenerOptions } from './internal/index.js';
|
|
36
|
-
export { QuicStream as QuicStream } from './internal/index.js';
|
|
37
|
-
export { QuicStreamType as QuicStreamType } from './internal/index.js';
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net.Security
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IBufferWriter_1 } from '../System.Buffers/internal/index.js';
|
|
10
|
-
import type { IEnumerable_1, List_1 } from '../System.Collections.Generic/internal/index.js';
|
|
11
|
-
import type { ReadOnlyCollection_1 } from '../System.Collections.ObjectModel/internal/index.js';
|
|
12
|
-
import type { SeekOrigin, Stream } from '../System.IO/internal/index.js';
|
|
13
|
-
import type { NetworkCredential, TransportContext } from '../System.Net/internal/index.js';
|
|
14
|
-
import type { MethodInfo } from '../System.Reflection/internal/index.js';
|
|
15
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
16
|
-
import type { ChannelBinding, ExtendedProtectionPolicy } from '../System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
17
|
-
import type { CipherAlgorithmType, ExchangeAlgorithmType, HashAlgorithmType, SslProtocols } from '../System.Security.Authentication/internal/index.js';
|
|
18
|
-
import type { X509Certificate, X509Certificate2, X509Certificate2Collection, X509CertificateCollection, X509Chain, X509ChainPolicy, X509RevocationMode, X509Store } from '../System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
19
|
-
import type { IIdentity, TokenImpersonationLevel } from '../System.Security.Principal/internal/index.js';
|
|
20
|
-
import type { Task, Task_1, ValueTask, ValueTask_1 } from '../System.Threading.Tasks/internal/index.js';
|
|
21
|
-
import type { CancellationToken } from '../System.Threading/internal/index.js';
|
|
22
|
-
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, Enum, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, Memory_1, MulticastDelegate, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, TypeCode, UInt16, ValueType, Void } from '../System/internal/index.js';
|
|
23
|
-
|
|
24
|
-
export * from './internal/index.js';
|
|
25
|
-
|
|
26
|
-
// Individual type exports for convenience
|
|
27
|
-
export { AuthenticationLevel as AuthenticationLevel } from './internal/index.js';
|
|
28
|
-
export { SslPolicyErrors as SslPolicyErrors } from './internal/index.js';
|
|
29
|
-
export { AuthenticatedStream as AuthenticatedStream } from './internal/index.js';
|
|
30
|
-
export { CipherSuitesPolicy as CipherSuitesPolicy } from './internal/index.js';
|
|
31
|
-
export { NegotiateAuthentication as NegotiateAuthentication } from './internal/index.js';
|
|
32
|
-
export { NegotiateAuthenticationClientOptions as NegotiateAuthenticationClientOptions } from './internal/index.js';
|
|
33
|
-
export { NegotiateAuthenticationServerOptions as NegotiateAuthenticationServerOptions } from './internal/index.js';
|
|
34
|
-
export { NegotiateAuthenticationStatusCode as NegotiateAuthenticationStatusCode } from './internal/index.js';
|
|
35
|
-
export { ProtectionLevel as ProtectionLevel } from './internal/index.js';
|
|
36
|
-
export { SslApplicationProtocol as SslApplicationProtocol } from './internal/index.js';
|
|
37
|
-
export { SslCertificateTrust as SslCertificateTrust } from './internal/index.js';
|
|
38
|
-
export { SslClientAuthenticationOptions as SslClientAuthenticationOptions } from './internal/index.js';
|
|
39
|
-
export { SslClientHelloInfo as SslClientHelloInfo } from './internal/index.js';
|
|
40
|
-
export { SslServerAuthenticationOptions as SslServerAuthenticationOptions } from './internal/index.js';
|
|
41
|
-
export { EncryptionPolicy as EncryptionPolicy } from './internal/index.js';
|
|
42
|
-
export type RemoteCertificateValidationCallback = Internal.RemoteCertificateValidationCallback;
|
|
43
|
-
export type LocalCertificateSelectionCallback = Internal.LocalCertificateSelectionCallback;
|
|
44
|
-
export type ServerCertificateSelectionCallback = Internal.ServerCertificateSelectionCallback;
|
|
45
|
-
export type ServerOptionsSelectionCallback = Internal.ServerOptionsSelectionCallback;
|
|
46
|
-
export { SslStream as SslStream } from './internal/index.js';
|
|
47
|
-
export { SslStreamCertificateContext as SslStreamCertificateContext } from './internal/index.js';
|
|
48
|
-
export { NegotiateStream as NegotiateStream } from './internal/index.js';
|
|
49
|
-
export { TlsCipherSuite as TlsCipherSuite } from './internal/index.js';
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Net.ServerSentEvents
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IBufferWriter_1 } from '../System.Buffers/internal/index.js';
|
|
10
|
-
import type { IAsyncEnumerable_1, IEnumerable_1 } from '../System.Collections.Generic/internal/index.js';
|
|
11
|
-
import type { Stream } from '../System.IO/internal/index.js';
|
|
12
|
-
import type { MethodInfo } from '../System.Reflection/internal/index.js';
|
|
13
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
14
|
-
import type { Task } from '../System.Threading.Tasks/internal/index.js';
|
|
15
|
-
import type { CancellationToken } from '../System.Threading/internal/index.js';
|
|
16
|
-
import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, IAsyncResult, ICloneable, Int32, IntPtr, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, ValueType, Void } from '../System/internal/index.js';
|
|
17
|
-
|
|
18
|
-
export * from './internal/index.js';
|
|
19
|
-
|
|
20
|
-
// Individual type exports for convenience
|
|
21
|
-
export { SseFormatter$instance as SseFormatter } from './internal/index.js';
|
|
22
|
-
export { SseParser_1 as SseParser_1 } from './internal/index.js';
|
|
23
|
-
export { SseParser_1 as SseParser } from './internal/index.js';
|
|
24
|
-
export { SseItem_1 as SseItem_1 } from './internal/index.js';
|
|
25
|
-
export { SseItem_1 as SseItem } from './internal/index.js';
|
|
26
|
-
export type SseItemParser_1<T> = Internal.SseItemParser_1<T>;
|
|
27
|
-
export type SseItemParser<T> = Internal.SseItemParser_1<T>;
|
|
28
|
-
export { SseParser$instance as SseParser_0 } from './internal/index.js';
|