@tsonic/dotnet 0.7.2 → 0.7.3

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.
Files changed (246) hide show
  1. package/Internal.d.ts +13 -0
  2. package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
  3. package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
  4. package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
  5. package/Microsoft.VisualBasic.d.ts +48 -0
  6. package/Microsoft.Win32.SafeHandles.d.ts +29 -0
  7. package/Microsoft.Win32.d.ts +21 -0
  8. package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
  9. package/System.Buffers.Text.d.ts +16 -0
  10. package/System.Buffers.d.ts +33 -0
  11. package/System.CodeDom.Compiler.d.ts +17 -0
  12. package/System.Collections.Concurrent.d.ts +24 -0
  13. package/System.Collections.Frozen.d.ts +18 -0
  14. package/System.Collections.Generic.d.ts +61 -0
  15. package/System.Collections.Immutable.d.ts +35 -0
  16. package/System.Collections.ObjectModel.d.ts +23 -0
  17. package/System.Collections.Specialized.d.ts +32 -0
  18. package/System.Collections.d.ts +39 -0
  19. package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
  20. package/System.ComponentModel.DataAnnotations.d.ts +55 -0
  21. package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
  22. package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
  23. package/System.ComponentModel.d.ts +207 -0
  24. package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
  25. package/System.Data.Common.d.ts +62 -0
  26. package/System.Data.SqlTypes.d.ts +43 -0
  27. package/System.Data.d.ts +133 -0
  28. package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
  29. package/System.Diagnostics.Contracts.d.ts +30 -0
  30. package/System.Diagnostics.Metrics.d.ts +33 -0
  31. package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
  32. package/System.Diagnostics.Tracing.d.ts +47 -0
  33. package/System.Diagnostics.d.ts +118 -0
  34. package/System.Drawing.d.ts +30 -0
  35. package/System.Dynamic.d.ts +37 -0
  36. package/System.Formats.Asn1.d.ts +25 -0
  37. package/System.Formats.Tar.d.ts +27 -0
  38. package/System.Globalization.d.ts +57 -0
  39. package/System.IO.Compression.d.ts +37 -0
  40. package/System.IO.Enumeration.d.ts +21 -0
  41. package/System.IO.IsolatedStorage.d.ts +24 -0
  42. package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
  43. package/System.IO.Pipelines.d.ts +26 -0
  44. package/System.IO.Pipes.d.ts +35 -0
  45. package/System.IO.d.ts +79 -0
  46. package/System.Linq.Expressions.Interpreter.d.ts +12 -0
  47. package/System.Linq.Expressions.d.ts +58 -0
  48. package/System.Linq.d.ts +43 -0
  49. package/System.Net.Cache.d.ts +16 -0
  50. package/System.Net.Http.Headers.d.ts +42 -0
  51. package/System.Net.Http.Json.d.ts +24 -0
  52. package/System.Net.Http.Metrics.d.ts +13 -0
  53. package/System.Net.Http.d.ts +57 -0
  54. package/System.Net.Mail.d.ts +45 -0
  55. package/System.Net.Mime.d.ts +22 -0
  56. package/System.Net.NetworkInformation.d.ts +63 -0
  57. package/System.Net.Quic.d.ts +35 -0
  58. package/System.Net.Security.d.ts +47 -0
  59. package/System.Net.ServerSentEvents.d.ts +23 -0
  60. package/System.Net.Sockets.d.ts +55 -0
  61. package/System.Net.WebSockets.d.ts +41 -0
  62. package/System.Net.d.ts +120 -0
  63. package/System.Numerics.d.ts +58 -0
  64. package/System.Reflection.Emit.d.ts +49 -0
  65. package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
  66. package/System.Reflection.Metadata.d.ts +208 -0
  67. package/System.Reflection.PortableExecutable.d.ts +43 -0
  68. package/System.Reflection.d.ts +124 -0
  69. package/System.Resources.d.ts +27 -0
  70. package/System.Runtime.CompilerServices.d.ts +185 -0
  71. package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
  72. package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
  73. package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
  74. package/System.Runtime.InteropServices.Java.d.ts +16 -0
  75. package/System.Runtime.InteropServices.JavaScript.d.ts +43 -0
  76. package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
  77. package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
  78. package/System.Runtime.InteropServices.Swift.d.ts +15 -0
  79. package/System.Runtime.InteropServices.d.ts +153 -0
  80. package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
  81. package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
  82. package/System.Runtime.Intrinsics.X86.d.ts +88 -0
  83. package/System.Runtime.Intrinsics.d.ts +20 -0
  84. package/System.Runtime.Loader.d.ts +17 -0
  85. package/System.Runtime.Remoting.d.ts +12 -0
  86. package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
  87. package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
  88. package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
  89. package/System.Runtime.Serialization.Json.d.ts +23 -0
  90. package/System.Runtime.Serialization.d.ts +76 -0
  91. package/System.Runtime.Versioning.d.ts +27 -0
  92. package/System.Runtime.d.ts +27 -0
  93. package/System.Security.AccessControl.d.ts +82 -0
  94. package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
  95. package/System.Security.Authentication.d.ts +20 -0
  96. package/System.Security.Claims.d.ts +19 -0
  97. package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
  98. package/System.Security.Cryptography.d.ts +191 -0
  99. package/System.Security.Permissions.d.ts +18 -0
  100. package/System.Security.Policy.d.ts +14 -0
  101. package/System.Security.Principal.d.ts +36 -0
  102. package/System.Security.d.ts +35 -0
  103. package/System.Text.Encodings.Web.d.ts +20 -0
  104. package/System.Text.Json.Nodes.d.ts +23 -0
  105. package/System.Text.Json.Schema.d.ts +17 -0
  106. package/System.Text.Json.Serialization.Metadata.d.ts +33 -0
  107. package/System.Text.Json.Serialization.d.ts +53 -0
  108. package/System.Text.Json.d.ts +44 -0
  109. package/System.Text.RegularExpressions.d.ts +35 -0
  110. package/System.Text.Unicode.d.ts +16 -0
  111. package/System.Text.d.ts +54 -0
  112. package/System.Threading.Channels.d.ts +27 -0
  113. package/System.Threading.Tasks.Dataflow.d.ts +35 -0
  114. package/{System.Threading.Tasks.Sources/index.d.ts → System.Threading.Tasks.Sources.d.ts} +6 -10
  115. package/System.Threading.Tasks.d.ts +44 -0
  116. package/System.Threading.d.ts +99 -0
  117. package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
  118. package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
  119. package/System.Web.d.ts +16 -0
  120. package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
  121. package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
  122. package/System.Xml.Linq.d.ts +43 -0
  123. package/System.Xml.Resolvers.d.ts +18 -0
  124. package/System.Xml.Schema.d.ts +108 -0
  125. package/System.Xml.Serialization.d.ts +89 -0
  126. package/System.Xml.XPath.d.ts +34 -0
  127. package/System.Xml.Xsl.Runtime.d.ts +66 -0
  128. package/System.Xml.Xsl.d.ts +29 -0
  129. package/System.Xml.d.ts +105 -0
  130. package/System.d.ts +349 -0
  131. package/package.json +1 -1
  132. package/Internal/index.d.ts +0 -15
  133. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
  134. package/Microsoft.VisualBasic/index.d.ts +0 -50
  135. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
  136. package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
  137. package/Microsoft.Win32/index.d.ts +0 -23
  138. package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
  139. package/System/index.d.ts +0 -428
  140. package/System.Buffers/index.d.ts +0 -48
  141. package/System.Buffers.Text/index.d.ts +0 -18
  142. package/System.CodeDom.Compiler/index.d.ts +0 -19
  143. package/System.Collections/index.d.ts +0 -41
  144. package/System.Collections.Concurrent/index.d.ts +0 -35
  145. package/System.Collections.Frozen/index.d.ts +0 -26
  146. package/System.Collections.Generic/index.d.ts +0 -129
  147. package/System.Collections.Immutable/index.d.ts +0 -64
  148. package/System.Collections.ObjectModel/index.d.ts +0 -34
  149. package/System.Collections.Specialized/index.d.ts +0 -34
  150. package/System.ComponentModel/index.d.ts +0 -210
  151. package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
  152. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
  153. package/System.Data/index.d.ts +0 -139
  154. package/System.Data.Common/index.d.ts +0 -64
  155. package/System.Data.SqlTypes/index.d.ts +0 -45
  156. package/System.Diagnostics/index.d.ts +0 -123
  157. package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
  158. package/System.Diagnostics.Contracts/index.d.ts +0 -32
  159. package/System.Diagnostics.Metrics/index.d.ts +0 -47
  160. package/System.Diagnostics.Tracing/index.d.ts +0 -49
  161. package/System.Drawing/index.d.ts +0 -32
  162. package/System.Dynamic/index.d.ts +0 -39
  163. package/System.Formats.Asn1/index.d.ts +0 -27
  164. package/System.Formats.Tar/index.d.ts +0 -29
  165. package/System.Globalization/index.d.ts +0 -59
  166. package/System.IO/index.d.ts +0 -81
  167. package/System.IO.Compression/index.d.ts +0 -39
  168. package/System.IO.Enumeration/index.d.ts +0 -27
  169. package/System.IO.IsolatedStorage/index.d.ts +0 -26
  170. package/System.IO.Pipelines/index.d.ts +0 -28
  171. package/System.IO.Pipes/index.d.ts +0 -37
  172. package/System.Linq/index.d.ts +0 -56
  173. package/System.Linq.Expressions/index.d.ts +0 -61
  174. package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
  175. package/System.Net/index.d.ts +0 -122
  176. package/System.Net.Cache/index.d.ts +0 -18
  177. package/System.Net.Http/index.d.ts +0 -61
  178. package/System.Net.Http.Headers/index.d.ts +0 -45
  179. package/System.Net.Http.Json/index.d.ts +0 -26
  180. package/System.Net.Http.Metrics/index.d.ts +0 -15
  181. package/System.Net.Mail/index.d.ts +0 -47
  182. package/System.Net.Mime/index.d.ts +0 -24
  183. package/System.Net.NetworkInformation/index.d.ts +0 -65
  184. package/System.Net.Quic/index.d.ts +0 -37
  185. package/System.Net.Security/index.d.ts +0 -49
  186. package/System.Net.ServerSentEvents/index.d.ts +0 -28
  187. package/System.Net.Sockets/index.d.ts +0 -57
  188. package/System.Net.WebSockets/index.d.ts +0 -43
  189. package/System.Numerics/index.d.ts +0 -94
  190. package/System.Reflection/index.d.ts +0 -126
  191. package/System.Reflection.Emit/index.d.ts +0 -51
  192. package/System.Reflection.Metadata/index.d.ts +0 -220
  193. package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
  194. package/System.Reflection.PortableExecutable/index.d.ts +0 -45
  195. package/System.Resources/index.d.ts +0 -29
  196. package/System.Runtime/index.d.ts +0 -29
  197. package/System.Runtime.CompilerServices/index.d.ts +0 -219
  198. package/System.Runtime.InteropServices/index.d.ts +0 -161
  199. package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
  200. package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
  201. package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
  202. package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
  203. package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
  204. package/System.Runtime.Intrinsics/index.d.ts +0 -26
  205. package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
  206. package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
  207. package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
  208. package/System.Runtime.Loader/index.d.ts +0 -19
  209. package/System.Runtime.Remoting/index.d.ts +0 -14
  210. package/System.Runtime.Serialization/index.d.ts +0 -78
  211. package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
  212. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
  213. package/System.Runtime.Serialization.Json/index.d.ts +0 -25
  214. package/System.Runtime.Versioning/index.d.ts +0 -29
  215. package/System.Security/index.d.ts +0 -37
  216. package/System.Security.AccessControl/index.d.ts +0 -87
  217. package/System.Security.Authentication/index.d.ts +0 -22
  218. package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
  219. package/System.Security.Claims/index.d.ts +0 -21
  220. package/System.Security.Cryptography/index.d.ts +0 -193
  221. package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
  222. package/System.Security.Permissions/index.d.ts +0 -20
  223. package/System.Security.Policy/index.d.ts +0 -16
  224. package/System.Security.Principal/index.d.ts +0 -38
  225. package/System.Text/index.d.ts +0 -56
  226. package/System.Text.Encodings.Web/index.d.ts +0 -22
  227. package/System.Text.Json/index.d.ts +0 -46
  228. package/System.Text.Json.Nodes/index.d.ts +0 -25
  229. package/System.Text.Json.Schema/index.d.ts +0 -19
  230. package/System.Text.Json.Serialization/index.d.ts +0 -59
  231. package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
  232. package/System.Text.RegularExpressions/index.d.ts +0 -37
  233. package/System.Text.Unicode/index.d.ts +0 -18
  234. package/System.Threading/index.d.ts +0 -104
  235. package/System.Threading.Channels/index.d.ts +0 -34
  236. package/System.Threading.Tasks/index.d.ts +0 -50
  237. package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
  238. package/System.Web/index.d.ts +0 -18
  239. package/System.Xml/index.d.ts +0 -107
  240. package/System.Xml.Linq/index.d.ts +0 -45
  241. package/System.Xml.Resolvers/index.d.ts +0 -20
  242. package/System.Xml.Schema/index.d.ts +0 -110
  243. package/System.Xml.Serialization/index.d.ts +0 -91
  244. package/System.Xml.XPath/index.d.ts +0 -36
  245. package/System.Xml.Xsl/index.d.ts +0 -31
  246. package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
@@ -0,0 +1,57 @@
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 './System.Net.Http/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
+ // Public API exports (curated - no internal $instance/$views leakage)
27
+ export { ByteArrayContent as ByteArrayContent } from './System.Net.Http/internal/index.js';
28
+ export { ClientCertificateOption as ClientCertificateOption } from './System.Net.Http/internal/index.js';
29
+ export { DelegatingHandler as DelegatingHandler } from './System.Net.Http/internal/index.js';
30
+ export { FormUrlEncodedContent as FormUrlEncodedContent } from './System.Net.Http/internal/index.js';
31
+ export type HeaderEncodingSelector<TContext> = Internal.HeaderEncodingSelector_1<TContext>;
32
+ export { HttpClient as HttpClient } from './System.Net.Http/internal/index.js';
33
+ export { HttpClientHandler as HttpClientHandler } from './System.Net.Http/internal/index.js';
34
+ export { HttpCompletionOption as HttpCompletionOption } from './System.Net.Http/internal/index.js';
35
+ export { HttpContent as HttpContent } from './System.Net.Http/internal/index.js';
36
+ export { HttpMessageHandler as HttpMessageHandler } from './System.Net.Http/internal/index.js';
37
+ export { HttpMessageInvoker as HttpMessageInvoker } from './System.Net.Http/internal/index.js';
38
+ export { HttpMethod as HttpMethod } from './System.Net.Http/internal/index.js';
39
+ export { HttpProtocolException as HttpProtocolException } from './System.Net.Http/internal/index.js';
40
+ export { HttpRequestException as HttpRequestException } from './System.Net.Http/internal/index.js';
41
+ export { HttpRequestError as HttpRequestError } from './System.Net.Http/internal/index.js';
42
+ export { HttpRequestMessage as HttpRequestMessage } from './System.Net.Http/internal/index.js';
43
+ export { HttpRequestOptions as HttpRequestOptions } from './System.Net.Http/internal/index.js';
44
+ export { HttpRequestOptionsKey_1 as HttpRequestOptionsKey } from './System.Net.Http/internal/index.js';
45
+ export { HttpResponseMessage as HttpResponseMessage } from './System.Net.Http/internal/index.js';
46
+ export { HttpIOException as HttpIOException } from './System.Net.Http/internal/index.js';
47
+ export { HttpVersionPolicy as HttpVersionPolicy } from './System.Net.Http/internal/index.js';
48
+ export { MessageProcessingHandler as MessageProcessingHandler } from './System.Net.Http/internal/index.js';
49
+ export { MultipartContent as MultipartContent } from './System.Net.Http/internal/index.js';
50
+ export { MultipartFormDataContent as MultipartFormDataContent } from './System.Net.Http/internal/index.js';
51
+ export { ReadOnlyMemoryContent as ReadOnlyMemoryContent } from './System.Net.Http/internal/index.js';
52
+ export { StreamContent as StreamContent } from './System.Net.Http/internal/index.js';
53
+ export { StringContent as StringContent } from './System.Net.Http/internal/index.js';
54
+ export { SocketsHttpPlaintextStreamFilterContext as SocketsHttpPlaintextStreamFilterContext } from './System.Net.Http/internal/index.js';
55
+ export { HttpKeepAlivePingPolicy as HttpKeepAlivePingPolicy } from './System.Net.Http/internal/index.js';
56
+ export { SocketsHttpConnectionContext as SocketsHttpConnectionContext } from './System.Net.Http/internal/index.js';
57
+ export { SocketsHttpHandler as SocketsHttpHandler } from './System.Net.Http/internal/index.js';
@@ -0,0 +1,45 @@
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 './System.Net.Mail/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
+ // Public API exports (curated - no internal $instance/$views leakage)
26
+ export { AlternateView as AlternateView } from './System.Net.Mail/internal/index.js';
27
+ export { AlternateViewCollection as AlternateViewCollection } from './System.Net.Mail/internal/index.js';
28
+ export { AttachmentBase as AttachmentBase } from './System.Net.Mail/internal/index.js';
29
+ export { Attachment as Attachment } from './System.Net.Mail/internal/index.js';
30
+ export { AttachmentCollection as AttachmentCollection } from './System.Net.Mail/internal/index.js';
31
+ export { LinkedResource as LinkedResource } from './System.Net.Mail/internal/index.js';
32
+ export { LinkedResourceCollection as LinkedResourceCollection } from './System.Net.Mail/internal/index.js';
33
+ export { MailAddress as MailAddress } from './System.Net.Mail/internal/index.js';
34
+ export { MailAddressCollection as MailAddressCollection } from './System.Net.Mail/internal/index.js';
35
+ export { DeliveryNotificationOptions as DeliveryNotificationOptions } from './System.Net.Mail/internal/index.js';
36
+ export { MailMessage as MailMessage } from './System.Net.Mail/internal/index.js';
37
+ export { MailPriority as MailPriority } from './System.Net.Mail/internal/index.js';
38
+ export { SmtpException as SmtpException } from './System.Net.Mail/internal/index.js';
39
+ export { SmtpFailedRecipientException as SmtpFailedRecipientException } from './System.Net.Mail/internal/index.js';
40
+ export { SmtpFailedRecipientsException as SmtpFailedRecipientsException } from './System.Net.Mail/internal/index.js';
41
+ export { SmtpStatusCode as SmtpStatusCode } from './System.Net.Mail/internal/index.js';
42
+ export type SendCompletedEventHandler = Internal.SendCompletedEventHandler;
43
+ export { SmtpDeliveryMethod as SmtpDeliveryMethod } from './System.Net.Mail/internal/index.js';
44
+ export { SmtpDeliveryFormat as SmtpDeliveryFormat } from './System.Net.Mail/internal/index.js';
45
+ export { SmtpClient as SmtpClient } from './System.Net.Mail/internal/index.js';
@@ -0,0 +1,22 @@
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 './System.Net.Mime/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
+ // Public API exports (curated - no internal $instance/$views leakage)
13
+ export { TransferEncoding as TransferEncoding } from './System.Net.Mime/internal/index.js';
14
+ export { ContentDisposition as ContentDisposition } from './System.Net.Mime/internal/index.js';
15
+ export { ContentType as ContentType } from './System.Net.Mime/internal/index.js';
16
+ export { DispositionTypeNames$instance as DispositionTypeNames } from './System.Net.Mime/internal/index.js';
17
+ export { MediaTypeNames$instance as MediaTypeNames } from './System.Net.Mime/internal/index.js';
18
+ export { MediaTypeNames_Application$instance as MediaTypeNames_Application } from './System.Net.Mime/internal/index.js';
19
+ export { MediaTypeNames_Font$instance as MediaTypeNames_Font } from './System.Net.Mime/internal/index.js';
20
+ export { MediaTypeNames_Image$instance as MediaTypeNames_Image } from './System.Net.Mime/internal/index.js';
21
+ export { MediaTypeNames_Multipart$instance as MediaTypeNames_Multipart } from './System.Net.Mime/internal/index.js';
22
+ export { MediaTypeNames_Text$instance as MediaTypeNames_Text } from './System.Net.Mime/internal/index.js';
@@ -0,0 +1,63 @@
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 './System.Net.NetworkInformation/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
+ // Public API exports (curated - no internal $instance/$views leakage)
20
+ export { DuplicateAddressDetectionState as DuplicateAddressDetectionState } from './System.Net.NetworkInformation/internal/index.js';
21
+ export { GatewayIPAddressInformation as GatewayIPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
22
+ export { GatewayIPAddressInformationCollection as GatewayIPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
23
+ export { IcmpV4Statistics as IcmpV4Statistics } from './System.Net.NetworkInformation/internal/index.js';
24
+ export { IcmpV6Statistics as IcmpV6Statistics } from './System.Net.NetworkInformation/internal/index.js';
25
+ export { IPAddressInformation as IPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
26
+ export { IPAddressInformationCollection as IPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
27
+ export { IPGlobalProperties as IPGlobalProperties } from './System.Net.NetworkInformation/internal/index.js';
28
+ export { IPGlobalStatistics as IPGlobalStatistics } from './System.Net.NetworkInformation/internal/index.js';
29
+ export { IPInterfaceProperties as IPInterfaceProperties } from './System.Net.NetworkInformation/internal/index.js';
30
+ export { IPInterfaceStatistics as IPInterfaceStatistics } from './System.Net.NetworkInformation/internal/index.js';
31
+ export { IPv4InterfaceProperties as IPv4InterfaceProperties } from './System.Net.NetworkInformation/internal/index.js';
32
+ export { IPv4InterfaceStatistics as IPv4InterfaceStatistics } from './System.Net.NetworkInformation/internal/index.js';
33
+ export { IPv6InterfaceProperties as IPv6InterfaceProperties } from './System.Net.NetworkInformation/internal/index.js';
34
+ export { MulticastIPAddressInformation as MulticastIPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
35
+ export { MulticastIPAddressInformationCollection as MulticastIPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
36
+ export { NetBiosNodeType as NetBiosNodeType } from './System.Net.NetworkInformation/internal/index.js';
37
+ export { NetworkChange as NetworkChange } from './System.Net.NetworkInformation/internal/index.js';
38
+ export { NetworkAvailabilityEventArgs as NetworkAvailabilityEventArgs } from './System.Net.NetworkInformation/internal/index.js';
39
+ export type NetworkAddressChangedEventHandler = Internal.NetworkAddressChangedEventHandler;
40
+ export type NetworkAvailabilityChangedEventHandler = Internal.NetworkAvailabilityChangedEventHandler;
41
+ export { NetworkInterface as NetworkInterface } from './System.Net.NetworkInformation/internal/index.js';
42
+ export { NetworkInterfaceComponent as NetworkInterfaceComponent } from './System.Net.NetworkInformation/internal/index.js';
43
+ export { NetworkInterfaceType as NetworkInterfaceType } from './System.Net.NetworkInformation/internal/index.js';
44
+ export { OperationalStatus as OperationalStatus } from './System.Net.NetworkInformation/internal/index.js';
45
+ export { PhysicalAddress as PhysicalAddress } from './System.Net.NetworkInformation/internal/index.js';
46
+ export { PrefixOrigin as PrefixOrigin } from './System.Net.NetworkInformation/internal/index.js';
47
+ export { ScopeLevel as ScopeLevel } from './System.Net.NetworkInformation/internal/index.js';
48
+ export { SuffixOrigin as SuffixOrigin } from './System.Net.NetworkInformation/internal/index.js';
49
+ export { TcpConnectionInformation as TcpConnectionInformation } from './System.Net.NetworkInformation/internal/index.js';
50
+ export { TcpState as TcpState } from './System.Net.NetworkInformation/internal/index.js';
51
+ export { TcpStatistics as TcpStatistics } from './System.Net.NetworkInformation/internal/index.js';
52
+ export { UdpStatistics as UdpStatistics } from './System.Net.NetworkInformation/internal/index.js';
53
+ export { UnicastIPAddressInformation as UnicastIPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
54
+ export { UnicastIPAddressInformationCollection as UnicastIPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
55
+ export { NetworkInformationException as NetworkInformationException } from './System.Net.NetworkInformation/internal/index.js';
56
+ export { IPStatus as IPStatus } from './System.Net.NetworkInformation/internal/index.js';
57
+ export { Ping as Ping } from './System.Net.NetworkInformation/internal/index.js';
58
+ export type PingCompletedEventHandler = Internal.PingCompletedEventHandler;
59
+ export { PingCompletedEventArgs as PingCompletedEventArgs } from './System.Net.NetworkInformation/internal/index.js';
60
+ export { PingException as PingException } from './System.Net.NetworkInformation/internal/index.js';
61
+ export { PingOptions as PingOptions } from './System.Net.NetworkInformation/internal/index.js';
62
+ export { PingReply as PingReply } from './System.Net.NetworkInformation/internal/index.js';
63
+ export { IPAddressCollection as IPAddressCollection } from './System.Net.NetworkInformation/internal/index.js';
@@ -0,0 +1,35 @@
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 './System.Net.Quic/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
+ // Public API exports (curated - no internal $instance/$views leakage)
23
+ export { QuicAbortDirection as QuicAbortDirection } from './System.Net.Quic/internal/index.js';
24
+ export { QuicConnection as QuicConnection } from './System.Net.Quic/internal/index.js';
25
+ export { QuicReceiveWindowSizes as QuicReceiveWindowSizes } from './System.Net.Quic/internal/index.js';
26
+ export { QuicStreamCapacityChangedArgs as QuicStreamCapacityChangedArgs } from './System.Net.Quic/internal/index.js';
27
+ export { QuicConnectionOptions as QuicConnectionOptions } from './System.Net.Quic/internal/index.js';
28
+ export { QuicClientConnectionOptions as QuicClientConnectionOptions } from './System.Net.Quic/internal/index.js';
29
+ export { QuicServerConnectionOptions as QuicServerConnectionOptions } from './System.Net.Quic/internal/index.js';
30
+ export { QuicError as QuicError } from './System.Net.Quic/internal/index.js';
31
+ export { QuicException as QuicException } from './System.Net.Quic/internal/index.js';
32
+ export { QuicListener as QuicListener } from './System.Net.Quic/internal/index.js';
33
+ export { QuicListenerOptions as QuicListenerOptions } from './System.Net.Quic/internal/index.js';
34
+ export { QuicStream as QuicStream } from './System.Net.Quic/internal/index.js';
35
+ export { QuicStreamType as QuicStreamType } from './System.Net.Quic/internal/index.js';
@@ -0,0 +1,47 @@
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 './System.Net.Security/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
+ // Public API exports (curated - no internal $instance/$views leakage)
25
+ export { AuthenticationLevel as AuthenticationLevel } from './System.Net.Security/internal/index.js';
26
+ export { SslPolicyErrors as SslPolicyErrors } from './System.Net.Security/internal/index.js';
27
+ export { AuthenticatedStream as AuthenticatedStream } from './System.Net.Security/internal/index.js';
28
+ export { CipherSuitesPolicy as CipherSuitesPolicy } from './System.Net.Security/internal/index.js';
29
+ export { NegotiateAuthentication as NegotiateAuthentication } from './System.Net.Security/internal/index.js';
30
+ export { NegotiateAuthenticationClientOptions as NegotiateAuthenticationClientOptions } from './System.Net.Security/internal/index.js';
31
+ export { NegotiateAuthenticationServerOptions as NegotiateAuthenticationServerOptions } from './System.Net.Security/internal/index.js';
32
+ export { NegotiateAuthenticationStatusCode as NegotiateAuthenticationStatusCode } from './System.Net.Security/internal/index.js';
33
+ export { ProtectionLevel as ProtectionLevel } from './System.Net.Security/internal/index.js';
34
+ export { SslApplicationProtocol as SslApplicationProtocol } from './System.Net.Security/internal/index.js';
35
+ export { SslCertificateTrust as SslCertificateTrust } from './System.Net.Security/internal/index.js';
36
+ export { SslClientAuthenticationOptions as SslClientAuthenticationOptions } from './System.Net.Security/internal/index.js';
37
+ export { SslClientHelloInfo as SslClientHelloInfo } from './System.Net.Security/internal/index.js';
38
+ export { SslServerAuthenticationOptions as SslServerAuthenticationOptions } from './System.Net.Security/internal/index.js';
39
+ export { EncryptionPolicy as EncryptionPolicy } from './System.Net.Security/internal/index.js';
40
+ export type RemoteCertificateValidationCallback = Internal.RemoteCertificateValidationCallback;
41
+ export type LocalCertificateSelectionCallback = Internal.LocalCertificateSelectionCallback;
42
+ export type ServerCertificateSelectionCallback = Internal.ServerCertificateSelectionCallback;
43
+ export type ServerOptionsSelectionCallback = Internal.ServerOptionsSelectionCallback;
44
+ export { SslStream as SslStream } from './System.Net.Security/internal/index.js';
45
+ export { SslStreamCertificateContext as SslStreamCertificateContext } from './System.Net.Security/internal/index.js';
46
+ export { NegotiateStream as NegotiateStream } from './System.Net.Security/internal/index.js';
47
+ export { TlsCipherSuite as TlsCipherSuite } from './System.Net.Security/internal/index.js';
@@ -0,0 +1,23 @@
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 './System.Net.ServerSentEvents/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
+ // Public API exports (curated - no internal $instance/$views leakage)
19
+ export { SseFormatter$instance as SseFormatter } from './System.Net.ServerSentEvents/internal/index.js';
20
+ export { SseParser_1 as SseParser } from './System.Net.ServerSentEvents/internal/index.js';
21
+ export { SseItem_1 as SseItem } from './System.Net.ServerSentEvents/internal/index.js';
22
+ export type SseItemParser<T> = Internal.SseItemParser_1<T>;
23
+ export { SseParser$instance as SseParser_0 } from './System.Net.ServerSentEvents/internal/index.js';
@@ -0,0 +1,55 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.Sockets
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.Sockets/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { SafeHandleMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
+ import type { IList_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { IDictionary, IList } from './System.Collections/internal/index.js';
12
+ import type { Win32Exception } from './System.ComponentModel/internal/index.js';
13
+ import type { FileAccess, FileStream, SeekOrigin, Stream } from './System.IO/internal/index.js';
14
+ import type { EndPoint, IPAddress, IPEndPoint, SocketAddress } from './System.Net/internal/index.js';
15
+ import type { MethodBase } from './System.Reflection/internal/index.js';
16
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
17
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
18
+ import type { CancellationToken } from './System.Threading/internal/index.js';
19
+ import type { ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, EventArgs, EventHandler_1, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, 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';
20
+
21
+ // Public API exports (curated - no internal $instance/$views leakage)
22
+ export { SocketException as SocketException } from './System.Net.Sockets/internal/index.js';
23
+ export { AddressFamily as AddressFamily } from './System.Net.Sockets/internal/index.js';
24
+ export { SocketError as SocketError } from './System.Net.Sockets/internal/index.js';
25
+ export { SocketReceiveFromResult as SocketReceiveFromResult } from './System.Net.Sockets/internal/index.js';
26
+ export { SocketReceiveMessageFromResult as SocketReceiveMessageFromResult } from './System.Net.Sockets/internal/index.js';
27
+ export { SocketTaskExtensions$instance as SocketTaskExtensions } from './System.Net.Sockets/internal/index.js';
28
+ export { IOControlCode as IOControlCode } from './System.Net.Sockets/internal/index.js';
29
+ export { IPPacketInformation as IPPacketInformation } from './System.Net.Sockets/internal/index.js';
30
+ export { IPProtectionLevel as IPProtectionLevel } from './System.Net.Sockets/internal/index.js';
31
+ export { LingerOption as LingerOption } from './System.Net.Sockets/internal/index.js';
32
+ export { MulticastOption as MulticastOption } from './System.Net.Sockets/internal/index.js';
33
+ export { IPv6MulticastOption as IPv6MulticastOption } from './System.Net.Sockets/internal/index.js';
34
+ export { NetworkStream as NetworkStream } from './System.Net.Sockets/internal/index.js';
35
+ export { SafeSocketHandle as SafeSocketHandle } from './System.Net.Sockets/internal/index.js';
36
+ export { SelectMode as SelectMode } from './System.Net.Sockets/internal/index.js';
37
+ export { SendPacketsElement as SendPacketsElement } from './System.Net.Sockets/internal/index.js';
38
+ export { Socket as Socket } from './System.Net.Sockets/internal/index.js';
39
+ export { SocketAsyncEventArgs as SocketAsyncEventArgs } from './System.Net.Sockets/internal/index.js';
40
+ export { SocketAsyncOperation as SocketAsyncOperation } from './System.Net.Sockets/internal/index.js';
41
+ export { SocketFlags as SocketFlags } from './System.Net.Sockets/internal/index.js';
42
+ export { SocketInformationOptions as SocketInformationOptions } from './System.Net.Sockets/internal/index.js';
43
+ export { SocketInformation as SocketInformation } from './System.Net.Sockets/internal/index.js';
44
+ export { SocketOptionLevel as SocketOptionLevel } from './System.Net.Sockets/internal/index.js';
45
+ export { SocketOptionName as SocketOptionName } from './System.Net.Sockets/internal/index.js';
46
+ export { SocketShutdown as SocketShutdown } from './System.Net.Sockets/internal/index.js';
47
+ export { TcpClient as TcpClient } from './System.Net.Sockets/internal/index.js';
48
+ export { TcpListener as TcpListener } from './System.Net.Sockets/internal/index.js';
49
+ export { TransmitFileOptions as TransmitFileOptions } from './System.Net.Sockets/internal/index.js';
50
+ export { UdpClient as UdpClient } from './System.Net.Sockets/internal/index.js';
51
+ export { UdpReceiveResult as UdpReceiveResult } from './System.Net.Sockets/internal/index.js';
52
+ export { UnixDomainSocketEndPoint as UnixDomainSocketEndPoint } from './System.Net.Sockets/internal/index.js';
53
+ export { ProtocolFamily as ProtocolFamily } from './System.Net.Sockets/internal/index.js';
54
+ export { ProtocolType as ProtocolType } from './System.Net.Sockets/internal/index.js';
55
+ export { SocketType as SocketType } from './System.Net.Sockets/internal/index.js';
@@ -0,0 +1,41 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.WebSockets
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.WebSockets/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IEnumerable_1, IReadOnlyDictionary_2 } from './System.Collections.Generic/internal/index.js';
10
+ import type { NameValueCollection } from './System.Collections.Specialized/internal/index.js';
11
+ import type { IDictionary } from './System.Collections/internal/index.js';
12
+ import type { Win32Exception } from './System.ComponentModel/internal/index.js';
13
+ import type { SeekOrigin, Stream } from './System.IO/internal/index.js';
14
+ import type { HttpMessageInvoker, HttpVersionPolicy } from './System.Net.Http/internal/index.js';
15
+ import type { RemoteCertificateValidationCallback } from './System.Net.Security/internal/index.js';
16
+ import type { CookieCollection, CookieContainer, HttpStatusCode, ICredentials, IWebProxy } from './System.Net/internal/index.js';
17
+ import type { MethodBase } 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 { IPrincipal } from './System.Security.Principal/internal/index.js';
21
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
22
+ import type { CancellationToken } from './System.Threading/internal/index.js';
23
+ import type { ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, Exception, 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, Uri, ValueType, Version, Void } from './System/internal/index.js';
24
+
25
+ // Public API exports (curated - no internal $instance/$views leakage)
26
+ export { HttpListenerWebSocketContext as HttpListenerWebSocketContext } from './System.Net.WebSockets/internal/index.js';
27
+ export { ValueWebSocketReceiveResult as ValueWebSocketReceiveResult } from './System.Net.WebSockets/internal/index.js';
28
+ export { WebSocket as WebSocket } from './System.Net.WebSockets/internal/index.js';
29
+ export { WebSocketCloseStatus as WebSocketCloseStatus } from './System.Net.WebSockets/internal/index.js';
30
+ export { WebSocketContext as WebSocketContext } from './System.Net.WebSockets/internal/index.js';
31
+ export { WebSocketCreationOptions as WebSocketCreationOptions } from './System.Net.WebSockets/internal/index.js';
32
+ export { WebSocketDeflateOptions as WebSocketDeflateOptions } from './System.Net.WebSockets/internal/index.js';
33
+ export { WebSocketError as WebSocketError } from './System.Net.WebSockets/internal/index.js';
34
+ export { WebSocketException as WebSocketException } from './System.Net.WebSockets/internal/index.js';
35
+ export { WebSocketMessageType as WebSocketMessageType } from './System.Net.WebSockets/internal/index.js';
36
+ export { WebSocketMessageFlags as WebSocketMessageFlags } from './System.Net.WebSockets/internal/index.js';
37
+ export { WebSocketReceiveResult as WebSocketReceiveResult } from './System.Net.WebSockets/internal/index.js';
38
+ export { WebSocketState as WebSocketState } from './System.Net.WebSockets/internal/index.js';
39
+ export { WebSocketStream as WebSocketStream } from './System.Net.WebSockets/internal/index.js';
40
+ export { ClientWebSocket as ClientWebSocket } from './System.Net.WebSockets/internal/index.js';
41
+ export { ClientWebSocketOptions as ClientWebSocketOptions } from './System.Net.WebSockets/internal/index.js';
@@ -0,0 +1,120 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net/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
+ // Public API exports (curated - no internal $instance/$views leakage)
31
+ export { HttpListenerPrefixCollection as HttpListenerPrefixCollection } from './System.Net/internal/index.js';
32
+ export { HttpListenerRequest as HttpListenerRequest } from './System.Net/internal/index.js';
33
+ export type AuthenticationSchemeSelector = Internal.AuthenticationSchemeSelector;
34
+ export { HttpListener as HttpListener } from './System.Net/internal/index.js';
35
+ export type HttpListener_ExtendedProtectionSelector = Internal.HttpListener_ExtendedProtectionSelector;
36
+ export { HttpListenerBasicIdentity as HttpListenerBasicIdentity } from './System.Net/internal/index.js';
37
+ export { HttpListenerContext as HttpListenerContext } from './System.Net/internal/index.js';
38
+ export { HttpListenerException as HttpListenerException } from './System.Net/internal/index.js';
39
+ export { HttpListenerResponse as HttpListenerResponse } from './System.Net/internal/index.js';
40
+ export { HttpListenerTimeoutManager as HttpListenerTimeoutManager } from './System.Net/internal/index.js';
41
+ export { Dns$instance as Dns } from './System.Net/internal/index.js';
42
+ export { IPHostEntry as IPHostEntry } from './System.Net/internal/index.js';
43
+ export { AuthenticationSchemes as AuthenticationSchemes } from './System.Net/internal/index.js';
44
+ export { CookieVariant as CookieVariant } from './System.Net/internal/index.js';
45
+ export { Cookie as Cookie } from './System.Net/internal/index.js';
46
+ export { CookieContainer as CookieContainer } from './System.Net/internal/index.js';
47
+ export { PathList as PathList } from './System.Net/internal/index.js';
48
+ export { CookieCollection as CookieCollection } from './System.Net/internal/index.js';
49
+ export { CookieException as CookieException } from './System.Net/internal/index.js';
50
+ export { CredentialCache as CredentialCache } from './System.Net/internal/index.js';
51
+ export { DecompressionMethods as DecompressionMethods } from './System.Net/internal/index.js';
52
+ export { DnsEndPoint as DnsEndPoint } from './System.Net/internal/index.js';
53
+ export { EndPoint as EndPoint } from './System.Net/internal/index.js';
54
+ export { HttpStatusCode as HttpStatusCode } from './System.Net/internal/index.js';
55
+ export { HttpVersion$instance as HttpVersion } from './System.Net/internal/index.js';
56
+ export type ICredentials = Internal.ICredentials;
57
+ export type ICredentialsByHost = Internal.ICredentialsByHost;
58
+ export { IPAddress as IPAddress } from './System.Net/internal/index.js';
59
+ export { IPNetwork as IPNetwork } from './System.Net/internal/index.js';
60
+ export { IPEndPoint as IPEndPoint } from './System.Net/internal/index.js';
61
+ export type IWebProxy = Internal.IWebProxy;
62
+ export { NetworkCredential as NetworkCredential } from './System.Net/internal/index.js';
63
+ export { TransportContext as TransportContext } from './System.Net/internal/index.js';
64
+ export { SocketAddress as SocketAddress } from './System.Net/internal/index.js';
65
+ export { AuthenticationManager as AuthenticationManager } from './System.Net/internal/index.js';
66
+ export { Authorization as Authorization } from './System.Net/internal/index.js';
67
+ export { FileWebRequest as FileWebRequest } from './System.Net/internal/index.js';
68
+ export { FileWebResponse as FileWebResponse } from './System.Net/internal/index.js';
69
+ export { GlobalProxySelection as GlobalProxySelection } from './System.Net/internal/index.js';
70
+ export type HttpContinueDelegate = Internal.HttpContinueDelegate;
71
+ export { HttpWebRequest as HttpWebRequest } from './System.Net/internal/index.js';
72
+ export { HttpWebResponse as HttpWebResponse } from './System.Net/internal/index.js';
73
+ export type IAuthenticationModule = Internal.IAuthenticationModule;
74
+ export type ICredentialPolicy = Internal.ICredentialPolicy;
75
+ export type IWebRequestCreate = Internal.IWebRequestCreate;
76
+ export { ProtocolViolationException as ProtocolViolationException } from './System.Net/internal/index.js';
77
+ export { WebException as WebException } from './System.Net/internal/index.js';
78
+ export { WebExceptionStatus as WebExceptionStatus } from './System.Net/internal/index.js';
79
+ export { WebRequest as WebRequest } from './System.Net/internal/index.js';
80
+ export { WebRequestMethods$instance as WebRequestMethods } from './System.Net/internal/index.js';
81
+ export { WebRequestMethods_Ftp$instance as WebRequestMethods_Ftp } from './System.Net/internal/index.js';
82
+ export { WebRequestMethods_Http$instance as WebRequestMethods_Http } from './System.Net/internal/index.js';
83
+ export { WebRequestMethods_File$instance as WebRequestMethods_File } from './System.Net/internal/index.js';
84
+ export { WebResponse as WebResponse } from './System.Net/internal/index.js';
85
+ export { FtpStatusCode as FtpStatusCode } from './System.Net/internal/index.js';
86
+ export { FtpWebRequest as FtpWebRequest } from './System.Net/internal/index.js';
87
+ export { FtpWebResponse as FtpWebResponse } from './System.Net/internal/index.js';
88
+ export type BindIPEndPoint = Internal.BindIPEndPoint;
89
+ export { SecurityProtocolType as SecurityProtocolType } from './System.Net/internal/index.js';
90
+ export { ServicePoint as ServicePoint } from './System.Net/internal/index.js';
91
+ export { ServicePointManager as ServicePointManager } from './System.Net/internal/index.js';
92
+ export { WebClient as WebClient } from './System.Net/internal/index.js';
93
+ export type OpenReadCompletedEventHandler = Internal.OpenReadCompletedEventHandler;
94
+ export type OpenWriteCompletedEventHandler = Internal.OpenWriteCompletedEventHandler;
95
+ export type DownloadStringCompletedEventHandler = Internal.DownloadStringCompletedEventHandler;
96
+ export type DownloadDataCompletedEventHandler = Internal.DownloadDataCompletedEventHandler;
97
+ export type UploadStringCompletedEventHandler = Internal.UploadStringCompletedEventHandler;
98
+ export type UploadDataCompletedEventHandler = Internal.UploadDataCompletedEventHandler;
99
+ export type UploadFileCompletedEventHandler = Internal.UploadFileCompletedEventHandler;
100
+ export type UploadValuesCompletedEventHandler = Internal.UploadValuesCompletedEventHandler;
101
+ export type DownloadProgressChangedEventHandler = Internal.DownloadProgressChangedEventHandler;
102
+ export type UploadProgressChangedEventHandler = Internal.UploadProgressChangedEventHandler;
103
+ export type WriteStreamClosedEventHandler = Internal.WriteStreamClosedEventHandler;
104
+ export { OpenReadCompletedEventArgs as OpenReadCompletedEventArgs } from './System.Net/internal/index.js';
105
+ export { OpenWriteCompletedEventArgs as OpenWriteCompletedEventArgs } from './System.Net/internal/index.js';
106
+ export { DownloadStringCompletedEventArgs as DownloadStringCompletedEventArgs } from './System.Net/internal/index.js';
107
+ export { DownloadDataCompletedEventArgs as DownloadDataCompletedEventArgs } from './System.Net/internal/index.js';
108
+ export { UploadStringCompletedEventArgs as UploadStringCompletedEventArgs } from './System.Net/internal/index.js';
109
+ export { UploadDataCompletedEventArgs as UploadDataCompletedEventArgs } from './System.Net/internal/index.js';
110
+ export { UploadFileCompletedEventArgs as UploadFileCompletedEventArgs } from './System.Net/internal/index.js';
111
+ export { UploadValuesCompletedEventArgs as UploadValuesCompletedEventArgs } from './System.Net/internal/index.js';
112
+ export { DownloadProgressChangedEventArgs as DownloadProgressChangedEventArgs } from './System.Net/internal/index.js';
113
+ export { UploadProgressChangedEventArgs as UploadProgressChangedEventArgs } from './System.Net/internal/index.js';
114
+ export { WriteStreamClosedEventArgs as WriteStreamClosedEventArgs } from './System.Net/internal/index.js';
115
+ export { WebHeaderCollection as WebHeaderCollection } from './System.Net/internal/index.js';
116
+ export { HttpResponseHeader as HttpResponseHeader } from './System.Net/internal/index.js';
117
+ export { HttpRequestHeader as HttpRequestHeader } from './System.Net/internal/index.js';
118
+ export type IWebProxyScript = Internal.IWebProxyScript;
119
+ export { WebProxy as WebProxy } from './System.Net/internal/index.js';
120
+ export { WebUtility$instance as WebUtility } from './System.Net/internal/index.js';
@@ -0,0 +1,58 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Numerics
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Numerics/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IComparer_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { NumberStyles } from './System.Globalization/internal/index.js';
11
+ import type { Boolean as ClrBoolean, Byte, Char, Decimal, Double, IComparable, IComparable_1, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from './System/internal/index.js';
12
+
13
+ // Public API exports (curated - no internal $instance/$views leakage)
14
+ export { BitOperations$instance as BitOperations } from './System.Numerics/internal/index.js';
15
+ export { Matrix3x2 as Matrix3x2 } from './System.Numerics/internal/index.js';
16
+ export { Matrix4x4 as Matrix4x4 } from './System.Numerics/internal/index.js';
17
+ export { Plane as Plane } from './System.Numerics/internal/index.js';
18
+ export { Vector$instance as Vector_0 } from './System.Numerics/internal/index.js';
19
+ export { Quaternion as Quaternion } from './System.Numerics/internal/index.js';
20
+ export { TotalOrderIeee754Comparer_1 as TotalOrderIeee754Comparer } from './System.Numerics/internal/index.js';
21
+ export { Vector_1 as Vector } from './System.Numerics/internal/index.js';
22
+ export { Vector2 as Vector2 } from './System.Numerics/internal/index.js';
23
+ export { Vector3 as Vector3 } from './System.Numerics/internal/index.js';
24
+ export { Vector4 as Vector4 } from './System.Numerics/internal/index.js';
25
+ export type IAdditionOperators<TSelf extends Internal.IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IAdditionOperators_3<TSelf, TOther, TResult>;
26
+ export type IAdditiveIdentity<TSelf extends Internal.IAdditiveIdentity_2<TSelf, TResult>, TResult> = Internal.IAdditiveIdentity_2<TSelf, TResult>;
27
+ export type IBinaryFloatingPointIeee754<TSelf extends Internal.IBinaryFloatingPointIeee754_1<TSelf>> = Internal.IBinaryFloatingPointIeee754_1<TSelf>;
28
+ export type IBinaryInteger<TSelf extends Internal.IBinaryInteger_1<TSelf>> = Internal.IBinaryInteger_1<TSelf>;
29
+ export type IBinaryNumber<TSelf extends Internal.IBinaryNumber_1<TSelf>> = Internal.IBinaryNumber_1<TSelf>;
30
+ export type IBitwiseOperators<TSelf extends Internal.IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IBitwiseOperators_3<TSelf, TOther, TResult>;
31
+ export type IComparisonOperators<TSelf extends Internal.IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IComparisonOperators_3<TSelf, TOther, TResult>;
32
+ export type IDecrementOperators<TSelf extends Internal.IDecrementOperators_1<TSelf>> = Internal.IDecrementOperators_1<TSelf>;
33
+ export type IDivisionOperators<TSelf extends Internal.IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IDivisionOperators_3<TSelf, TOther, TResult>;
34
+ export type IEqualityOperators<TSelf extends Internal.IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IEqualityOperators_3<TSelf, TOther, TResult>;
35
+ export type IExponentialFunctions<TSelf extends Internal.IExponentialFunctions_1<TSelf>> = Internal.IExponentialFunctions_1<TSelf>;
36
+ export type IFloatingPoint<TSelf extends Internal.IFloatingPoint_1<TSelf>> = Internal.IFloatingPoint_1<TSelf>;
37
+ export type IFloatingPointConstants<TSelf extends Internal.IFloatingPointConstants_1<TSelf>> = Internal.IFloatingPointConstants_1<TSelf>;
38
+ export type IFloatingPointIeee754<TSelf extends Internal.IFloatingPointIeee754_1<TSelf>> = Internal.IFloatingPointIeee754_1<TSelf>;
39
+ export type IHyperbolicFunctions<TSelf extends Internal.IHyperbolicFunctions_1<TSelf>> = Internal.IHyperbolicFunctions_1<TSelf>;
40
+ export type IIncrementOperators<TSelf extends Internal.IIncrementOperators_1<TSelf>> = Internal.IIncrementOperators_1<TSelf>;
41
+ export type ILogarithmicFunctions<TSelf extends Internal.ILogarithmicFunctions_1<TSelf>> = Internal.ILogarithmicFunctions_1<TSelf>;
42
+ export type IMinMaxValue<TSelf extends Internal.IMinMaxValue_1<TSelf>> = Internal.IMinMaxValue_1<TSelf>;
43
+ export type IModulusOperators<TSelf extends Internal.IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IModulusOperators_3<TSelf, TOther, TResult>;
44
+ export type IMultiplicativeIdentity<TSelf extends Internal.IMultiplicativeIdentity_2<TSelf, TResult>, TResult> = Internal.IMultiplicativeIdentity_2<TSelf, TResult>;
45
+ export type IMultiplyOperators<TSelf extends Internal.IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IMultiplyOperators_3<TSelf, TOther, TResult>;
46
+ export type INumber<TSelf extends Internal.INumber_1<TSelf>> = Internal.INumber_1<TSelf>;
47
+ export type INumberBase<TSelf extends Internal.INumberBase_1<TSelf>> = Internal.INumberBase_1<TSelf>;
48
+ export type IPowerFunctions<TSelf extends Internal.IPowerFunctions_1<TSelf>> = Internal.IPowerFunctions_1<TSelf>;
49
+ export type IRootFunctions<TSelf extends Internal.IRootFunctions_1<TSelf>> = Internal.IRootFunctions_1<TSelf>;
50
+ export type IShiftOperators<TSelf extends Internal.IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IShiftOperators_3<TSelf, TOther, TResult>;
51
+ export type ISignedNumber<TSelf extends Internal.ISignedNumber_1<TSelf>> = Internal.ISignedNumber_1<TSelf>;
52
+ export type ISubtractionOperators<TSelf extends Internal.ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.ISubtractionOperators_3<TSelf, TOther, TResult>;
53
+ export type ITrigonometricFunctions<TSelf extends Internal.ITrigonometricFunctions_1<TSelf>> = Internal.ITrigonometricFunctions_1<TSelf>;
54
+ export type IUnaryNegationOperators<TSelf extends Internal.IUnaryNegationOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryNegationOperators_2<TSelf, TResult>;
55
+ export type IUnaryPlusOperators<TSelf extends Internal.IUnaryPlusOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryPlusOperators_2<TSelf, TResult>;
56
+ export type IUnsignedNumber<TSelf extends Internal.IUnsignedNumber_1<TSelf>> = Internal.IUnsignedNumber_1<TSelf>;
57
+ export { BigInteger as BigInteger } from './System.Numerics/internal/index.js';
58
+ export { Complex as Complex } from './System.Numerics/internal/index.js';