@tsonic/microsoft-extensions 0.1.1
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/LICENSE +21 -0
- package/Microsoft.Extensions.Caching.Distributed/bindings.json +1214 -0
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +109 -0
- package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +835 -0
- package/Microsoft.Extensions.Caching.Distributed.d.ts +26 -0
- package/Microsoft.Extensions.Caching.Distributed.js +9 -0
- package/Microsoft.Extensions.Caching.Hybrid/bindings.json +738 -0
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +82 -0
- package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +476 -0
- package/Microsoft.Extensions.Caching.Hybrid.d.ts +21 -0
- package/Microsoft.Extensions.Caching.Hybrid.js +9 -0
- package/Microsoft.Extensions.Caching.Memory/bindings.json +2741 -0
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +238 -0
- package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +1740 -0
- package/Microsoft.Extensions.Caching.Memory.d.ts +35 -0
- package/Microsoft.Extensions.Caching.Memory.js +9 -0
- package/Microsoft.Extensions.Configuration/bindings.json +6692 -0
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +616 -0
- package/Microsoft.Extensions.Configuration/internal/metadata.json +4603 -0
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +440 -0
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +61 -0
- package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +295 -0
- package/Microsoft.Extensions.Configuration.CommandLine.d.ts +16 -0
- package/Microsoft.Extensions.Configuration.CommandLine.js +9 -0
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +449 -0
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +62 -0
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +301 -0
- package/Microsoft.Extensions.Configuration.EnvironmentVariables.d.ts +16 -0
- package/Microsoft.Extensions.Configuration.EnvironmentVariables.js +9 -0
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +973 -0
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +99 -0
- package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +568 -0
- package/Microsoft.Extensions.Configuration.Ini.d.ts +20 -0
- package/Microsoft.Extensions.Configuration.Ini.js +9 -0
- package/Microsoft.Extensions.Configuration.Json/bindings.json +949 -0
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +98 -0
- package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +552 -0
- package/Microsoft.Extensions.Configuration.Json.d.ts +20 -0
- package/Microsoft.Extensions.Configuration.Json.js +9 -0
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +598 -0
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +69 -0
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +402 -0
- package/Microsoft.Extensions.Configuration.KeyPerFile.d.ts +17 -0
- package/Microsoft.Extensions.Configuration.KeyPerFile.js +9 -0
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +464 -0
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +65 -0
- package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +312 -0
- package/Microsoft.Extensions.Configuration.Memory.d.ts +17 -0
- package/Microsoft.Extensions.Configuration.Memory.js +9 -0
- package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +127 -0
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +35 -0
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +85 -0
- package/Microsoft.Extensions.Configuration.UserSecrets.d.ts +13 -0
- package/Microsoft.Extensions.Configuration.UserSecrets.js +9 -0
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +1036 -0
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +113 -0
- package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +611 -0
- package/Microsoft.Extensions.Configuration.Xml.d.ts +22 -0
- package/Microsoft.Extensions.Configuration.Xml.js +9 -0
- package/Microsoft.Extensions.Configuration.d.ts +63 -0
- package/Microsoft.Extensions.Configuration.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +7129 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +626 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +4903 -0
- package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +1052 -0
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +62 -0
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +713 -0
- package/Microsoft.Extensions.DependencyInjection.Extensions.d.ts +17 -0
- package/Microsoft.Extensions.DependencyInjection.Extensions.js +9 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +91 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +1298 -0
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +159 -0
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +802 -0
- package/Microsoft.Extensions.Diagnostics.HealthChecks.d.ts +25 -0
- package/Microsoft.Extensions.Diagnostics.HealthChecks.js +9 -0
- package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +1145 -0
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +141 -0
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +785 -0
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +44 -0
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +19 -0
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +41 -0
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration.d.ts +13 -0
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration.js +9 -0
- package/Microsoft.Extensions.Diagnostics.Metrics.d.ts +29 -0
- package/Microsoft.Extensions.Diagnostics.Metrics.js +9 -0
- package/Microsoft.Extensions.FileProviders/bindings.json +2187 -0
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +234 -0
- package/Microsoft.Extensions.FileProviders/internal/metadata.json +1423 -0
- package/Microsoft.Extensions.FileProviders.Composite/bindings.json +117 -0
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +37 -0
- package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +79 -0
- package/Microsoft.Extensions.FileProviders.Composite.d.ts +15 -0
- package/Microsoft.Extensions.FileProviders.Composite.js +9 -0
- package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +381 -0
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +40 -0
- package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +251 -0
- package/Microsoft.Extensions.FileProviders.Embedded.d.ts +15 -0
- package/Microsoft.Extensions.FileProviders.Embedded.js +9 -0
- package/Microsoft.Extensions.FileProviders.Internal/bindings.json +136 -0
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +39 -0
- package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +84 -0
- package/Microsoft.Extensions.FileProviders.Internal.d.ts +16 -0
- package/Microsoft.Extensions.FileProviders.Internal.js +9 -0
- package/Microsoft.Extensions.FileProviders.Physical/bindings.json +1394 -0
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +136 -0
- package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +879 -0
- package/Microsoft.Extensions.FileProviders.Physical.d.ts +22 -0
- package/Microsoft.Extensions.FileProviders.Physical.js +9 -0
- package/Microsoft.Extensions.FileProviders.d.ts +28 -0
- package/Microsoft.Extensions.FileProviders.js +9 -0
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +807 -0
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +90 -0
- package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +511 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +572 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +80 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +352 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions.d.ts +18 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions.js +9 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +624 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +90 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +443 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +853 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +121 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +550 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.d.ts +18 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.js +9 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +2291 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +198 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +1527 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.d.ts +23 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.js +9 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +112 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +26 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +68 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.d.ts +13 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.js +9 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.d.ts +21 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.js +9 -0
- package/Microsoft.Extensions.FileSystemGlobbing.d.ts +21 -0
- package/Microsoft.Extensions.FileSystemGlobbing.js +9 -0
- package/Microsoft.Extensions.Hosting/bindings.json +3856 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +369 -0
- package/Microsoft.Extensions.Hosting/internal/metadata.json +2577 -0
- package/Microsoft.Extensions.Hosting.Internal/bindings.json +858 -0
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +88 -0
- package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +559 -0
- package/Microsoft.Extensions.Hosting.Internal.d.ts +20 -0
- package/Microsoft.Extensions.Hosting.Internal.js +9 -0
- package/Microsoft.Extensions.Hosting.d.ts +51 -0
- package/Microsoft.Extensions.Hosting.js +9 -0
- package/Microsoft.Extensions.Http/bindings.json +378 -0
- package/Microsoft.Extensions.Http/internal/index.d.ts +58 -0
- package/Microsoft.Extensions.Http/internal/metadata.json +266 -0
- package/Microsoft.Extensions.Http.Logging/bindings.json +357 -0
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +64 -0
- package/Microsoft.Extensions.Http.Logging/internal/metadata.json +240 -0
- package/Microsoft.Extensions.Http.Logging.d.ts +20 -0
- package/Microsoft.Extensions.Http.Logging.js +9 -0
- package/Microsoft.Extensions.Http.d.ts +17 -0
- package/Microsoft.Extensions.Http.js +9 -0
- package/Microsoft.Extensions.Internal/bindings.json +129 -0
- package/Microsoft.Extensions.Internal/internal/index.d.ts +37 -0
- package/Microsoft.Extensions.Internal/internal/metadata.json +94 -0
- package/Microsoft.Extensions.Internal.d.ts +13 -0
- package/Microsoft.Extensions.Internal.js +9 -0
- package/Microsoft.Extensions.Localization/bindings.json +1233 -0
- package/Microsoft.Extensions.Localization/internal/index.d.ts +194 -0
- package/Microsoft.Extensions.Localization/internal/metadata.json +831 -0
- package/Microsoft.Extensions.Localization.d.ts +43 -0
- package/Microsoft.Extensions.Localization.js +9 -0
- package/Microsoft.Extensions.Logging/bindings.json +4881 -0
- package/Microsoft.Extensions.Logging/internal/index.d.ts +438 -0
- package/Microsoft.Extensions.Logging/internal/metadata.json +3222 -0
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +1166 -0
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +144 -0
- package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +782 -0
- package/Microsoft.Extensions.Logging.Abstractions.d.ts +33 -0
- package/Microsoft.Extensions.Logging.Abstractions.js +9 -0
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +273 -0
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +62 -0
- package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +212 -0
- package/Microsoft.Extensions.Logging.Configuration.d.ts +24 -0
- package/Microsoft.Extensions.Logging.Configuration.js +9 -0
- package/Microsoft.Extensions.Logging.Console/bindings.json +1810 -0
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +203 -0
- package/Microsoft.Extensions.Logging.Console/internal/metadata.json +1119 -0
- package/Microsoft.Extensions.Logging.Console.d.ts +32 -0
- package/Microsoft.Extensions.Logging.Console.js +9 -0
- package/Microsoft.Extensions.Logging.Debug/bindings.json +114 -0
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +33 -0
- package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +80 -0
- package/Microsoft.Extensions.Logging.Debug.d.ts +13 -0
- package/Microsoft.Extensions.Logging.Debug.js +9 -0
- package/Microsoft.Extensions.Logging.EventLog/bindings.json +333 -0
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +57 -0
- package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +206 -0
- package/Microsoft.Extensions.Logging.EventLog.d.ts +15 -0
- package/Microsoft.Extensions.Logging.EventLog.js +9 -0
- package/Microsoft.Extensions.Logging.EventSource/bindings.json +225 -0
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +56 -0
- package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +149 -0
- package/Microsoft.Extensions.Logging.EventSource.d.ts +16 -0
- package/Microsoft.Extensions.Logging.EventSource.js +9 -0
- package/Microsoft.Extensions.Logging.TraceSource/bindings.json +133 -0
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +35 -0
- package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +85 -0
- package/Microsoft.Extensions.Logging.TraceSource.d.ts +14 -0
- package/Microsoft.Extensions.Logging.TraceSource.js +9 -0
- package/Microsoft.Extensions.Logging.d.ts +62 -0
- package/Microsoft.Extensions.Logging.js +9 -0
- package/Microsoft.Extensions.ObjectPool/bindings.json +1265 -0
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +176 -0
- package/Microsoft.Extensions.ObjectPool/internal/metadata.json +867 -0
- package/Microsoft.Extensions.ObjectPool.d.ts +40 -0
- package/Microsoft.Extensions.ObjectPool.js +9 -0
- package/Microsoft.Extensions.Options/bindings.json +7654 -0
- package/Microsoft.Extensions.Options/internal/index.d.ts +872 -0
- package/Microsoft.Extensions.Options/internal/metadata.json +4965 -0
- package/Microsoft.Extensions.Options.d.ts +102 -0
- package/Microsoft.Extensions.Options.js +9 -0
- package/Microsoft.Extensions.Primitives/bindings.json +2797 -0
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +245 -0
- package/Microsoft.Extensions.Primitives/internal/metadata.json +1830 -0
- package/Microsoft.Extensions.Primitives.d.ts +27 -0
- package/Microsoft.Extensions.Primitives.js +9 -0
- package/Microsoft.Extensions.Validation/bindings.json +815 -0
- package/Microsoft.Extensions.Validation/internal/index.d.ts +158 -0
- package/Microsoft.Extensions.Validation/internal/metadata.json +577 -0
- package/Microsoft.Extensions.Validation.d.ts +26 -0
- package/Microsoft.Extensions.Validation.js +9 -0
- package/Microsoft.Extensions.WebEncoders/bindings.json +66 -0
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +25 -0
- package/Microsoft.Extensions.WebEncoders/internal/metadata.json +46 -0
- package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +647 -0
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +71 -0
- package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +431 -0
- package/Microsoft.Extensions.WebEncoders.Testing.d.ts +16 -0
- package/Microsoft.Extensions.WebEncoders.Testing.js +9 -0
- package/Microsoft.Extensions.WebEncoders.d.ts +13 -0
- package/Microsoft.Extensions.WebEncoders.js +9 -0
- package/README.md +5 -0
- package/System.Diagnostics/bindings.json +2729 -0
- package/System.Diagnostics/internal/index.d.ts +208 -0
- package/System.Diagnostics/internal/metadata.json +1694 -0
- package/System.Diagnostics.Eventing.Reader/bindings.json +6318 -0
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +553 -0
- package/System.Diagnostics.Eventing.Reader/internal/metadata.json +3706 -0
- package/System.Diagnostics.Eventing.Reader.d.ts +51 -0
- package/System.Diagnostics.Eventing.Reader.js +9 -0
- package/System.Diagnostics.d.ts +25 -0
- package/System.Diagnostics.js +9 -0
- package/System.Net.Http/bindings.json +161 -0
- package/System.Net.Http/internal/index.d.ts +40 -0
- package/System.Net.Http/internal/metadata.json +141 -0
- package/System.Net.Http.d.ts +19 -0
- package/System.Net.Http.js +9 -0
- package/System.Security.Cryptography/bindings.json +474 -0
- package/System.Security.Cryptography/internal/index.d.ts +63 -0
- package/System.Security.Cryptography/internal/metadata.json +302 -0
- package/System.Security.Cryptography.Pkcs/bindings.json +8554 -0
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +763 -0
- package/System.Security.Cryptography.Pkcs/internal/metadata.json +5125 -0
- package/System.Security.Cryptography.Pkcs.d.ts +61 -0
- package/System.Security.Cryptography.Pkcs.js +9 -0
- package/System.Security.Cryptography.Xml/bindings.json +10485 -0
- package/System.Security.Cryptography.Xml/internal/index.d.ts +855 -0
- package/System.Security.Cryptography.Xml/internal/metadata.json +5727 -0
- package/System.Security.Cryptography.Xml.d.ts +62 -0
- package/System.Security.Cryptography.Xml.js +9 -0
- package/System.Security.Cryptography.d.ts +16 -0
- package/System.Security.Cryptography.js +9 -0
- package/__build/scripts/generate.sh +120 -0
- package/__internal/extensions/index.d.ts +699 -0
- package/families.json +58 -0
- package/package.json +28 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Diagnostics.Eventing.Reader
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable, IList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
|
+
import type { CultureInfo } from '@tsonic/dotnet/System.Globalization.js';
|
|
11
|
+
import type { SeekOrigin } from '@tsonic/dotnet/System.IO.js';
|
|
12
|
+
import type { Boolean as ClrBoolean, Byte, DateTime, Enum, EventArgs, EventHandler, Exception, Guid, IComparable, IConvertible, IDisposable, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, TimeSpan, Uri, Void } from '@tsonic/dotnet/System.js';
|
|
13
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
14
|
+
import type { SecureString } from '@tsonic/dotnet/System.Security.js';
|
|
15
|
+
import type { SecurityIdentifier } from '@tsonic/dotnet/System.Security.Principal.js';
|
|
16
|
+
|
|
17
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
18
|
+
export { EventBookmark as EventBookmark } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
19
|
+
export { EventKeyword as EventKeyword } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
20
|
+
export { EventLevel as EventLevel } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
21
|
+
export { EventLogConfiguration as EventLogConfiguration } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
22
|
+
export { EventLogException as EventLogException } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
23
|
+
export { EventLogInformation as EventLogInformation } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
24
|
+
export { EventLogInvalidDataException as EventLogInvalidDataException } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
25
|
+
export { EventLogIsolation as EventLogIsolation } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
26
|
+
export { EventLogLink as EventLogLink } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
27
|
+
export { EventLogMode as EventLogMode } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
28
|
+
export { EventLogNotFoundException as EventLogNotFoundException } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
29
|
+
export { EventLogPropertySelector as EventLogPropertySelector } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
30
|
+
export { EventLogProviderDisabledException as EventLogProviderDisabledException } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
31
|
+
export { EventLogQuery as EventLogQuery } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
32
|
+
export { EventLogReader as EventLogReader } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
33
|
+
export { EventLogReadingException as EventLogReadingException } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
34
|
+
export { EventLogRecord as EventLogRecord } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
35
|
+
export { EventLogSession as EventLogSession } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
36
|
+
export { EventLogStatus as EventLogStatus } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
37
|
+
export { EventLogType as EventLogType } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
38
|
+
export { EventLogWatcher as EventLogWatcher } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
39
|
+
export { EventMetadata as EventMetadata } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
40
|
+
export { EventOpcode as EventOpcode } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
41
|
+
export { EventProperty as EventProperty } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
42
|
+
export { EventRecord as EventRecord } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
43
|
+
export { EventRecordWrittenEventArgs as EventRecordWrittenEventArgs } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
44
|
+
export { EventTask as EventTask } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
45
|
+
export { PathType as PathType } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
46
|
+
export { ProviderMetadata as ProviderMetadata } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
47
|
+
export { SessionAuthentication as SessionAuthentication } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
48
|
+
export { StandardEventKeywords as StandardEventKeywords } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
49
|
+
export { StandardEventLevel as StandardEventLevel } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
50
|
+
export { StandardEventOpcode as StandardEventOpcode } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
51
|
+
export { StandardEventTask as StandardEventTask } from './System.Diagnostics.Eventing.Reader/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Diagnostics.Eventing.Reader
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace System.Diagnostics.Eventing.Reader in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Diagnostics
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Diagnostics/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection, IEnumerable, IEnumerator } from '@tsonic/dotnet/System.Collections.js';
|
|
10
|
+
import type { Component, IComponent, ISupportInitialize, ISynchronizeInvoke } from '@tsonic/dotnet/System.ComponentModel.js';
|
|
11
|
+
import type { TraceEventCache, TraceEventType, TraceListener } from '@tsonic/dotnet/System.Diagnostics.js';
|
|
12
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTime, Enum, EventArgs, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
13
|
+
import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { EntryWrittenEventArgs as EntryWrittenEventArgs } from './System.Diagnostics/internal/index.js';
|
|
17
|
+
export type EntryWrittenEventHandler = Internal.EntryWrittenEventHandler;
|
|
18
|
+
export { EventInstance as EventInstance } from './System.Diagnostics/internal/index.js';
|
|
19
|
+
export { EventLog as EventLog } from './System.Diagnostics/internal/index.js';
|
|
20
|
+
export { EventLogEntry as EventLogEntry } from './System.Diagnostics/internal/index.js';
|
|
21
|
+
export { EventLogEntryCollection as EventLogEntryCollection } from './System.Diagnostics/internal/index.js';
|
|
22
|
+
export { EventLogEntryType as EventLogEntryType } from './System.Diagnostics/internal/index.js';
|
|
23
|
+
export { EventLogTraceListener as EventLogTraceListener } from './System.Diagnostics/internal/index.js';
|
|
24
|
+
export { EventSourceCreationData as EventSourceCreationData } from './System.Diagnostics/internal/index.js';
|
|
25
|
+
export { OverflowAction as OverflowAction } from './System.Diagnostics/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Diagnostics
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace System.Diagnostics in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "System.Net.Http",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.IHttpClientFactory",
|
|
6
|
+
"clrName": "System.Net.Http.IHttpClientFactory",
|
|
7
|
+
"tsEmitName": "IHttpClientFactory",
|
|
8
|
+
"assemblyName": "Microsoft.Extensions.Http",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [
|
|
11
|
+
{
|
|
12
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.IHttpClientFactory::CreateClient(System.String):System.Net.Http.HttpClient",
|
|
13
|
+
"clrName": "CreateClient",
|
|
14
|
+
"tsEmitName": "createClient",
|
|
15
|
+
"metadataToken": 100663319,
|
|
16
|
+
"canonicalSignature": "(System.String):System.Net.Http.HttpClient",
|
|
17
|
+
"normalizedSignature": "CreateClient|(System.String):System.Net.Http.HttpClient|static=false",
|
|
18
|
+
"emitScope": "ClassSurface",
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"parameterCount": 1,
|
|
21
|
+
"declaringClrType": "System.Net.Http.IHttpClientFactory",
|
|
22
|
+
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
23
|
+
"isExtensionMethod": false
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"properties": [],
|
|
27
|
+
"fields": [],
|
|
28
|
+
"events": [],
|
|
29
|
+
"constructors": [],
|
|
30
|
+
"exposedMethods": [
|
|
31
|
+
{
|
|
32
|
+
"tsName": "createClient",
|
|
33
|
+
"isStatic": false,
|
|
34
|
+
"tsSignatureId": "CreateClient|(System.String):System.Net.Http.HttpClient|static=false",
|
|
35
|
+
"target": {
|
|
36
|
+
"declaringClrType": "System.Net.Http.IHttpClientFactory",
|
|
37
|
+
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
38
|
+
"metadataToken": 100663319
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.IHttpMessageHandlerFactory",
|
|
45
|
+
"clrName": "System.Net.Http.IHttpMessageHandlerFactory",
|
|
46
|
+
"tsEmitName": "IHttpMessageHandlerFactory",
|
|
47
|
+
"assemblyName": "Microsoft.Extensions.Http",
|
|
48
|
+
"metadataToken": 0,
|
|
49
|
+
"methods": [
|
|
50
|
+
{
|
|
51
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.IHttpMessageHandlerFactory::CreateHandler(System.String):System.Net.Http.HttpMessageHandler",
|
|
52
|
+
"clrName": "CreateHandler",
|
|
53
|
+
"tsEmitName": "createHandler",
|
|
54
|
+
"metadataToken": 100663320,
|
|
55
|
+
"canonicalSignature": "(System.String):System.Net.Http.HttpMessageHandler",
|
|
56
|
+
"normalizedSignature": "CreateHandler|(System.String):System.Net.Http.HttpMessageHandler|static=false",
|
|
57
|
+
"emitScope": "ClassSurface",
|
|
58
|
+
"arity": 0,
|
|
59
|
+
"parameterCount": 1,
|
|
60
|
+
"declaringClrType": "System.Net.Http.IHttpMessageHandlerFactory",
|
|
61
|
+
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
62
|
+
"isExtensionMethod": false
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"properties": [],
|
|
66
|
+
"fields": [],
|
|
67
|
+
"events": [],
|
|
68
|
+
"constructors": [],
|
|
69
|
+
"exposedMethods": [
|
|
70
|
+
{
|
|
71
|
+
"tsName": "createHandler",
|
|
72
|
+
"isStatic": false,
|
|
73
|
+
"tsSignatureId": "CreateHandler|(System.String):System.Net.Http.HttpMessageHandler|static=false",
|
|
74
|
+
"target": {
|
|
75
|
+
"declaringClrType": "System.Net.Http.IHttpMessageHandlerFactory",
|
|
76
|
+
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
77
|
+
"metadataToken": 100663320
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.HttpClientFactoryExtensions",
|
|
84
|
+
"clrName": "System.Net.Http.HttpClientFactoryExtensions",
|
|
85
|
+
"tsEmitName": "HttpClientFactoryExtensions",
|
|
86
|
+
"assemblyName": "Microsoft.Extensions.Http",
|
|
87
|
+
"metadataToken": 0,
|
|
88
|
+
"methods": [
|
|
89
|
+
{
|
|
90
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.HttpClientFactoryExtensions::CreateClient(System.Net.Http.IHttpClientFactory):System.Net.Http.HttpClient",
|
|
91
|
+
"clrName": "CreateClient",
|
|
92
|
+
"tsEmitName": "createClient",
|
|
93
|
+
"metadataToken": 100663317,
|
|
94
|
+
"canonicalSignature": "(System.Net.Http.IHttpClientFactory):System.Net.Http.HttpClient",
|
|
95
|
+
"normalizedSignature": "CreateClient|(System.Net.Http.IHttpClientFactory):System.Net.Http.HttpClient|static=true",
|
|
96
|
+
"emitScope": "ClassSurface",
|
|
97
|
+
"arity": 0,
|
|
98
|
+
"parameterCount": 1,
|
|
99
|
+
"declaringClrType": "System.Net.Http.HttpClientFactoryExtensions",
|
|
100
|
+
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
101
|
+
"isExtensionMethod": true
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"properties": [],
|
|
105
|
+
"fields": [],
|
|
106
|
+
"events": [],
|
|
107
|
+
"constructors": [],
|
|
108
|
+
"exposedMethods": [
|
|
109
|
+
{
|
|
110
|
+
"tsName": "createClient",
|
|
111
|
+
"isStatic": true,
|
|
112
|
+
"tsSignatureId": "CreateClient|(System.Net.Http.IHttpClientFactory):System.Net.Http.HttpClient|static=true",
|
|
113
|
+
"target": {
|
|
114
|
+
"declaringClrType": "System.Net.Http.HttpClientFactoryExtensions",
|
|
115
|
+
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
116
|
+
"metadataToken": 100663317
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.HttpMessageHandlerFactoryExtensions",
|
|
123
|
+
"clrName": "System.Net.Http.HttpMessageHandlerFactoryExtensions",
|
|
124
|
+
"tsEmitName": "HttpMessageHandlerFactoryExtensions",
|
|
125
|
+
"assemblyName": "Microsoft.Extensions.Http",
|
|
126
|
+
"metadataToken": 0,
|
|
127
|
+
"methods": [
|
|
128
|
+
{
|
|
129
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.HttpMessageHandlerFactoryExtensions::CreateHandler(System.Net.Http.IHttpMessageHandlerFactory):System.Net.Http.HttpMessageHandler",
|
|
130
|
+
"clrName": "CreateHandler",
|
|
131
|
+
"tsEmitName": "createHandler",
|
|
132
|
+
"metadataToken": 100663318,
|
|
133
|
+
"canonicalSignature": "(System.Net.Http.IHttpMessageHandlerFactory):System.Net.Http.HttpMessageHandler",
|
|
134
|
+
"normalizedSignature": "CreateHandler|(System.Net.Http.IHttpMessageHandlerFactory):System.Net.Http.HttpMessageHandler|static=true",
|
|
135
|
+
"emitScope": "ClassSurface",
|
|
136
|
+
"arity": 0,
|
|
137
|
+
"parameterCount": 1,
|
|
138
|
+
"declaringClrType": "System.Net.Http.HttpMessageHandlerFactoryExtensions",
|
|
139
|
+
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
140
|
+
"isExtensionMethod": true
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"properties": [],
|
|
144
|
+
"fields": [],
|
|
145
|
+
"events": [],
|
|
146
|
+
"constructors": [],
|
|
147
|
+
"exposedMethods": [
|
|
148
|
+
{
|
|
149
|
+
"tsName": "createHandler",
|
|
150
|
+
"isStatic": true,
|
|
151
|
+
"tsSignatureId": "CreateHandler|(System.Net.Http.IHttpMessageHandlerFactory):System.Net.Http.HttpMessageHandler|static=true",
|
|
152
|
+
"target": {
|
|
153
|
+
"declaringClrType": "System.Net.Http.HttpMessageHandlerFactoryExtensions",
|
|
154
|
+
"declaringAssemblyName": "Microsoft.Extensions.Http",
|
|
155
|
+
"metadataToken": 100663318
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.Http
|
|
3
|
+
// Assembly: Microsoft.Extensions.Http, System.Net.Http
|
|
4
|
+
|
|
5
|
+
// Primitive type aliases from @tsonic/core
|
|
6
|
+
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
8
|
+
// Import types from other namespaces
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
+
import type { Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
11
|
+
import type { HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http.js";
|
|
12
|
+
|
|
13
|
+
export interface IHttpClientFactory$instance {
|
|
14
|
+
createClient(name: string): HttpClient;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
export type IHttpClientFactory = IHttpClientFactory$instance;
|
|
19
|
+
|
|
20
|
+
export interface IHttpMessageHandlerFactory$instance {
|
|
21
|
+
createHandler(name: string): HttpMessageHandler;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
export type IHttpMessageHandlerFactory = IHttpMessageHandlerFactory$instance;
|
|
26
|
+
|
|
27
|
+
export abstract class HttpClientFactoryExtensions$instance {
|
|
28
|
+
static createClient(factory: IHttpClientFactory): HttpClient;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
export type HttpClientFactoryExtensions = HttpClientFactoryExtensions$instance;
|
|
33
|
+
|
|
34
|
+
export abstract class HttpMessageHandlerFactoryExtensions$instance {
|
|
35
|
+
static createHandler(factory: IHttpMessageHandlerFactory): HttpMessageHandler;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
export type HttpMessageHandlerFactoryExtensions = HttpMessageHandlerFactoryExtensions$instance;
|
|
40
|
+
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "System.Net.Http",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.Http",
|
|
5
|
+
"System.Net.Http"
|
|
6
|
+
],
|
|
7
|
+
"types": [
|
|
8
|
+
{
|
|
9
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.IHttpClientFactory",
|
|
10
|
+
"clrName": "System.Net.Http.IHttpClientFactory",
|
|
11
|
+
"tsEmitName": "IHttpClientFactory",
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
18
|
+
"methods": [
|
|
19
|
+
{
|
|
20
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.IHttpClientFactory::CreateClient(System.String):System.Net.Http.HttpClient",
|
|
21
|
+
"clrName": "CreateClient",
|
|
22
|
+
"tsEmitName": "createClient",
|
|
23
|
+
"normalizedSignature": "CreateClient|(System.String):System.Net.Http.HttpClient|static=false",
|
|
24
|
+
"provenance": "Original",
|
|
25
|
+
"emitScope": "ClassSurface",
|
|
26
|
+
"isStatic": false,
|
|
27
|
+
"isAbstract": true,
|
|
28
|
+
"isVirtual": true,
|
|
29
|
+
"isOverride": false,
|
|
30
|
+
"isSealed": false,
|
|
31
|
+
"arity": 0,
|
|
32
|
+
"parameterCount": 1,
|
|
33
|
+
"isExtensionMethod": false
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"properties": [],
|
|
37
|
+
"fields": [],
|
|
38
|
+
"events": [],
|
|
39
|
+
"constructors": []
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.IHttpMessageHandlerFactory",
|
|
43
|
+
"clrName": "System.Net.Http.IHttpMessageHandlerFactory",
|
|
44
|
+
"tsEmitName": "IHttpMessageHandlerFactory",
|
|
45
|
+
"kind": "Interface",
|
|
46
|
+
"accessibility": "Public",
|
|
47
|
+
"isAbstract": true,
|
|
48
|
+
"isSealed": false,
|
|
49
|
+
"isStatic": false,
|
|
50
|
+
"arity": 0,
|
|
51
|
+
"methods": [
|
|
52
|
+
{
|
|
53
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.IHttpMessageHandlerFactory::CreateHandler(System.String):System.Net.Http.HttpMessageHandler",
|
|
54
|
+
"clrName": "CreateHandler",
|
|
55
|
+
"tsEmitName": "createHandler",
|
|
56
|
+
"normalizedSignature": "CreateHandler|(System.String):System.Net.Http.HttpMessageHandler|static=false",
|
|
57
|
+
"provenance": "Original",
|
|
58
|
+
"emitScope": "ClassSurface",
|
|
59
|
+
"isStatic": false,
|
|
60
|
+
"isAbstract": true,
|
|
61
|
+
"isVirtual": true,
|
|
62
|
+
"isOverride": false,
|
|
63
|
+
"isSealed": false,
|
|
64
|
+
"arity": 0,
|
|
65
|
+
"parameterCount": 1,
|
|
66
|
+
"isExtensionMethod": false
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"properties": [],
|
|
70
|
+
"fields": [],
|
|
71
|
+
"events": [],
|
|
72
|
+
"constructors": []
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.HttpClientFactoryExtensions",
|
|
76
|
+
"clrName": "System.Net.Http.HttpClientFactoryExtensions",
|
|
77
|
+
"tsEmitName": "HttpClientFactoryExtensions",
|
|
78
|
+
"kind": "StaticNamespace",
|
|
79
|
+
"accessibility": "Public",
|
|
80
|
+
"isAbstract": true,
|
|
81
|
+
"isSealed": true,
|
|
82
|
+
"isStatic": true,
|
|
83
|
+
"arity": 0,
|
|
84
|
+
"methods": [
|
|
85
|
+
{
|
|
86
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.HttpClientFactoryExtensions::CreateClient(System.Net.Http.IHttpClientFactory):System.Net.Http.HttpClient",
|
|
87
|
+
"clrName": "CreateClient",
|
|
88
|
+
"tsEmitName": "createClient",
|
|
89
|
+
"normalizedSignature": "CreateClient|(System.Net.Http.IHttpClientFactory):System.Net.Http.HttpClient|static=true",
|
|
90
|
+
"provenance": "Original",
|
|
91
|
+
"emitScope": "ClassSurface",
|
|
92
|
+
"isStatic": true,
|
|
93
|
+
"isAbstract": false,
|
|
94
|
+
"isVirtual": false,
|
|
95
|
+
"isOverride": false,
|
|
96
|
+
"isSealed": false,
|
|
97
|
+
"arity": 0,
|
|
98
|
+
"parameterCount": 1,
|
|
99
|
+
"isExtensionMethod": true
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"properties": [],
|
|
103
|
+
"fields": [],
|
|
104
|
+
"events": [],
|
|
105
|
+
"constructors": []
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.HttpMessageHandlerFactoryExtensions",
|
|
109
|
+
"clrName": "System.Net.Http.HttpMessageHandlerFactoryExtensions",
|
|
110
|
+
"tsEmitName": "HttpMessageHandlerFactoryExtensions",
|
|
111
|
+
"kind": "StaticNamespace",
|
|
112
|
+
"accessibility": "Public",
|
|
113
|
+
"isAbstract": true,
|
|
114
|
+
"isSealed": true,
|
|
115
|
+
"isStatic": true,
|
|
116
|
+
"arity": 0,
|
|
117
|
+
"methods": [
|
|
118
|
+
{
|
|
119
|
+
"stableId": "Microsoft.Extensions.Http:System.Net.Http.HttpMessageHandlerFactoryExtensions::CreateHandler(System.Net.Http.IHttpMessageHandlerFactory):System.Net.Http.HttpMessageHandler",
|
|
120
|
+
"clrName": "CreateHandler",
|
|
121
|
+
"tsEmitName": "createHandler",
|
|
122
|
+
"normalizedSignature": "CreateHandler|(System.Net.Http.IHttpMessageHandlerFactory):System.Net.Http.HttpMessageHandler|static=true",
|
|
123
|
+
"provenance": "Original",
|
|
124
|
+
"emitScope": "ClassSurface",
|
|
125
|
+
"isStatic": true,
|
|
126
|
+
"isAbstract": false,
|
|
127
|
+
"isVirtual": false,
|
|
128
|
+
"isOverride": false,
|
|
129
|
+
"isSealed": false,
|
|
130
|
+
"arity": 0,
|
|
131
|
+
"parameterCount": 1,
|
|
132
|
+
"isExtensionMethod": true
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"properties": [],
|
|
136
|
+
"fields": [],
|
|
137
|
+
"events": [],
|
|
138
|
+
"constructors": []
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { Object as ClrObject, String as ClrString } from '@tsonic/dotnet/System.js';
|
|
10
|
+
import type { HttpClient, HttpMessageHandler } from '@tsonic/dotnet/System.Net.Http.js';
|
|
11
|
+
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
+
export { HttpClientFactoryExtensions$instance as HttpClientFactoryExtensions } from './System.Net.Http/internal/index.js';
|
|
14
|
+
export { HttpMessageHandlerFactoryExtensions$instance as HttpMessageHandlerFactoryExtensions } from './System.Net.Http/internal/index.js';
|
|
15
|
+
export type IHttpClientFactory = Internal.IHttpClientFactory;
|
|
16
|
+
export type IHttpMessageHandlerFactory = Internal.IHttpMessageHandlerFactory;
|
|
17
|
+
// Extension methods (C# using semantics)
|
|
18
|
+
export type { ExtensionMethods_System_Net_Http as ExtensionMethods } from './__internal/extensions/index.js';
|
|
19
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Net.Http
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace System.Net.Http in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|