@tsonic/dotnet 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/Internal/index.d.ts +2 -2
  2. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +6 -6
  3. package/Microsoft.VisualBasic/index.d.ts +36 -36
  4. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +29 -29
  5. package/Microsoft.VisualBasic.FileIO/index.d.ts +10 -10
  6. package/Microsoft.Win32/index.d.ts +8 -8
  7. package/Microsoft.Win32.SafeHandles/index.d.ts +17 -17
  8. package/System/index.d.ts +291 -291
  9. package/System.Buffers/index.d.ts +27 -27
  10. package/System.Buffers.Binary/index.d.ts +1 -1
  11. package/System.Buffers.Text/index.d.ts +4 -4
  12. package/System.CodeDom.Compiler/index.d.ts +2 -2
  13. package/System.Collections/index.d.ts +15 -15
  14. package/System.Collections.Concurrent/index.d.ts +17 -17
  15. package/System.Collections.Frozen/index.d.ts +10 -10
  16. package/System.Collections.Generic/index.d.ts +80 -80
  17. package/System.Collections.Immutable/index.d.ts +39 -39
  18. package/System.Collections.ObjectModel/index.d.ts +17 -17
  19. package/System.Collections.Specialized/index.d.ts +16 -16
  20. package/System.ComponentModel/index.d.ts +160 -160
  21. package/System.ComponentModel.DataAnnotations/index.d.ts +38 -38
  22. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +8 -8
  23. package/System.ComponentModel.Design/index.d.ts +35 -35
  24. package/System.ComponentModel.Design.Serialization/index.d.ts +12 -12
  25. package/System.Configuration.Assemblies/index.d.ts +2 -2
  26. package/System.Data/index.d.ts +98 -98
  27. package/System.Data.Common/index.d.ts +37 -37
  28. package/System.Data.SqlTypes/index.d.ts +23 -23
  29. package/System.Diagnostics/index.d.ts +97 -97
  30. package/System.Diagnostics.CodeAnalysis/index.d.ts +27 -27
  31. package/System.Diagnostics.Contracts/index.d.ts +15 -15
  32. package/System.Diagnostics.Metrics/index.d.ts +29 -29
  33. package/System.Diagnostics.SymbolStore/index.d.ts +5 -5
  34. package/System.Diagnostics.Tracing/index.d.ts +31 -31
  35. package/System.Drawing/index.d.ts +15 -15
  36. package/System.Dynamic/index.d.ts +18 -18
  37. package/System.Formats.Asn1/index.d.ts +10 -10
  38. package/System.Formats.Tar/index.d.ts +12 -12
  39. package/System.Globalization/index.d.ts +42 -42
  40. package/System.IO/index.d.ts +56 -56
  41. package/System.IO.Compression/index.d.ts +17 -17
  42. package/System.IO.Enumeration/index.d.ts +8 -8
  43. package/System.IO.IsolatedStorage/index.d.ts +5 -5
  44. package/System.IO.MemoryMappedFiles/index.d.ts +6 -6
  45. package/System.IO.Pipelines/index.d.ts +10 -10
  46. package/System.IO.Pipes/index.d.ts +16 -16
  47. package/System.Linq/index.d.ts +20 -20
  48. package/System.Linq.Expressions/index.d.ts +42 -42
  49. package/System.Linq.Expressions.Interpreter/index.d.ts +1 -1
  50. package/System.Net/index.d.ts +83 -83
  51. package/System.Net.Cache/index.d.ts +5 -5
  52. package/System.Net.Http/index.d.ts +33 -33
  53. package/System.Net.Http.Headers/index.d.ts +30 -30
  54. package/System.Net.Http.Json/index.d.ts +3 -3
  55. package/System.Net.Http.Metrics/index.d.ts +1 -1
  56. package/System.Net.Mail/index.d.ts +20 -20
  57. package/System.Net.Mime/index.d.ts +10 -10
  58. package/System.Net.NetworkInformation/index.d.ts +44 -44
  59. package/System.Net.Quic/index.d.ts +13 -13
  60. package/System.Net.Security/index.d.ts +23 -23
  61. package/System.Net.ServerSentEvents/index.d.ts +8 -8
  62. package/System.Net.Sockets/index.d.ts +34 -34
  63. package/System.Net.WebSockets/index.d.ts +16 -16
  64. package/System.Numerics/index.d.ts +15 -15
  65. package/System.Reflection/index.d.ts +101 -101
  66. package/System.Reflection.Emit/index.d.ts +28 -28
  67. package/System.Reflection.Metadata/index.d.ts +189 -189
  68. package/System.Reflection.Metadata.Ecma335/index.d.ts +48 -48
  69. package/System.Reflection.PortableExecutable/index.d.ts +27 -27
  70. package/System.Resources/index.d.ts +9 -9
  71. package/System.Runtime/index.d.ts +11 -11
  72. package/System.Runtime.CompilerServices/index.d.ts +189 -189
  73. package/System.Runtime.ConstrainedExecution/index.d.ts +5 -5
  74. package/System.Runtime.ExceptionServices/index.d.ts +4 -4
  75. package/System.Runtime.InteropServices/index.d.ts +130 -130
  76. package/System.Runtime.InteropServices.ComTypes/index.d.ts +38 -38
  77. package/System.Runtime.InteropServices.Java/index.d.ts +4 -4
  78. package/System.Runtime.InteropServices.JavaScript/index.d.ts +36 -36
  79. package/System.Runtime.InteropServices.Marshalling/index.d.ts +36 -36
  80. package/System.Runtime.InteropServices.ObjectiveC/index.d.ts +4 -4
  81. package/System.Runtime.InteropServices.Swift/index.d.ts +5 -5
  82. package/System.Runtime.Intrinsics/index.d.ts +12 -12
  83. package/System.Runtime.Intrinsics.Arm/index.d.ts +22 -22
  84. package/System.Runtime.Intrinsics.Wasm/index.d.ts +1 -1
  85. package/System.Runtime.Intrinsics.X86/index.d.ts +76 -76
  86. package/System.Runtime.Loader/index.d.ts +3 -3
  87. package/System.Runtime.Remoting/index.d.ts +1 -1
  88. package/System.Runtime.Serialization/index.d.ts +44 -44
  89. package/System.Runtime.Serialization.DataContracts/index.d.ts +4 -4
  90. package/System.Runtime.Serialization.Formatters/index.d.ts +3 -3
  91. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +1 -1
  92. package/System.Runtime.Serialization.Json/index.d.ts +4 -4
  93. package/System.Runtime.Versioning/index.d.ts +16 -16
  94. package/System.Security/index.d.ts +17 -17
  95. package/System.Security.AccessControl/index.d.ts +70 -70
  96. package/System.Security.Authentication/index.d.ts +6 -6
  97. package/System.Security.Authentication.ExtendedProtection/index.d.ts +7 -7
  98. package/System.Security.Claims/index.d.ts +5 -5
  99. package/System.Security.Cryptography/index.d.ts +167 -167
  100. package/System.Security.Cryptography.X509Certificates/index.d.ts +56 -56
  101. package/System.Security.Permissions/index.d.ts +6 -6
  102. package/System.Security.Policy/index.d.ts +2 -2
  103. package/System.Security.Principal/index.d.ts +15 -15
  104. package/System.Text/index.d.ts +36 -36
  105. package/System.Text.Encodings.Web/index.d.ts +5 -5
  106. package/System.Text.Json/index.d.ts +20 -20
  107. package/System.Text.Json.Nodes/index.d.ts +5 -5
  108. package/System.Text.Json.Schema/index.d.ts +3 -3
  109. package/System.Text.Json.Serialization/index.d.ts +40 -40
  110. package/System.Text.Json.Serialization.Metadata/index.d.ts +18 -18
  111. package/System.Text.RegularExpressions/index.d.ts +19 -19
  112. package/System.Text.Unicode/index.d.ts +4 -4
  113. package/System.Threading/index.d.ts +78 -78
  114. package/System.Threading.Channels/index.d.ts +15 -15
  115. package/System.Threading.Tasks/index.d.ts +28 -28
  116. package/System.Threading.Tasks.Dataflow/index.d.ts +27 -27
  117. package/System.Threading.Tasks.Sources/index.d.ts +4 -4
  118. package/System.Timers/index.d.ts +4 -4
  119. package/System.Transactions/index.d.ts +28 -28
  120. package/System.Web/index.d.ts +1 -1
  121. package/System.Windows.Markup/index.d.ts +1 -1
  122. package/System.Xml/index.d.ts +71 -71
  123. package/System.Xml.Linq/index.d.ts +23 -23
  124. package/System.Xml.Resolvers/index.d.ts +2 -2
  125. package/System.Xml.Schema/index.d.ts +88 -88
  126. package/System.Xml.Serialization/index.d.ts +68 -68
  127. package/System.Xml.XPath/index.d.ts +14 -14
  128. package/System.Xml.Xsl/index.d.ts +9 -9
  129. package/System.Xml.Xsl.Runtime/index.d.ts +50 -50
  130. package/package.json +1 -1
@@ -30,93 +30,93 @@ import type { Array as ClrArray, ArraySegment_1, AsyncCallback, Boolean as ClrBo
30
30
  export * from './internal/index.js';
31
31
 
32
32
  // Individual type exports for convenience
33
- export type HttpListenerPrefixCollection = Internal.HttpListenerPrefixCollection;
34
- export type HttpListenerRequest = Internal.HttpListenerRequest;
35
- export type AuthenticationSchemeSelector = Internal.AuthenticationSchemeSelector;
36
- export type HttpListener = Internal.HttpListener;
37
- export type HttpListener_ExtendedProtectionSelector = Internal.HttpListener_ExtendedProtectionSelector;
38
- export type HttpListenerBasicIdentity = Internal.HttpListenerBasicIdentity;
39
- export type HttpListenerContext = Internal.HttpListenerContext;
40
- export type HttpListenerException = Internal.HttpListenerException;
41
- export type HttpListenerResponse = Internal.HttpListenerResponse;
42
- export type HttpListenerTimeoutManager = Internal.HttpListenerTimeoutManager;
43
- export type Dns = Internal.Dns;
44
- export type IPHostEntry = Internal.IPHostEntry;
45
- export type AuthenticationSchemes = Internal.AuthenticationSchemes;
46
- export type CookieVariant = Internal.CookieVariant;
47
- export type Cookie = Internal.Cookie;
48
- export type CookieContainer = Internal.CookieContainer;
49
- export type PathList = Internal.PathList;
50
- export type CookieCollection = Internal.CookieCollection;
51
- export type CookieException = Internal.CookieException;
52
- export type CredentialCache = Internal.CredentialCache;
53
- export type DecompressionMethods = Internal.DecompressionMethods;
54
- export type DnsEndPoint = Internal.DnsEndPoint;
55
- export type EndPoint = Internal.EndPoint;
56
- export type HttpStatusCode = Internal.HttpStatusCode;
57
- export type HttpVersion = Internal.HttpVersion;
33
+ export { HttpListenerPrefixCollection$instance as HttpListenerPrefixCollection } from './internal/index.js';
34
+ export { HttpListenerRequest$instance as HttpListenerRequest } from './internal/index.js';
35
+ export { AuthenticationSchemeSelector$instance as AuthenticationSchemeSelector } from './internal/index.js';
36
+ export { HttpListener$instance as HttpListener } from './internal/index.js';
37
+ export { HttpListener_ExtendedProtectionSelector$instance as HttpListener_ExtendedProtectionSelector } from './internal/index.js';
38
+ export { HttpListenerBasicIdentity$instance as HttpListenerBasicIdentity } from './internal/index.js';
39
+ export { HttpListenerContext$instance as HttpListenerContext } from './internal/index.js';
40
+ export { HttpListenerException$instance as HttpListenerException } from './internal/index.js';
41
+ export { HttpListenerResponse$instance as HttpListenerResponse } from './internal/index.js';
42
+ export { HttpListenerTimeoutManager$instance as HttpListenerTimeoutManager } from './internal/index.js';
43
+ export { Dns$instance as Dns } from './internal/index.js';
44
+ export { IPHostEntry$instance as IPHostEntry } from './internal/index.js';
45
+ export { AuthenticationSchemes as AuthenticationSchemes } from './internal/index.js';
46
+ export { CookieVariant as CookieVariant } from './internal/index.js';
47
+ export { Cookie$instance as Cookie } from './internal/index.js';
48
+ export { CookieContainer$instance as CookieContainer } from './internal/index.js';
49
+ export { PathList$instance as PathList } from './internal/index.js';
50
+ export { CookieCollection$instance as CookieCollection } from './internal/index.js';
51
+ export { CookieException$instance as CookieException } from './internal/index.js';
52
+ export { CredentialCache$instance as CredentialCache } from './internal/index.js';
53
+ export { DecompressionMethods as DecompressionMethods } from './internal/index.js';
54
+ export { DnsEndPoint$instance as DnsEndPoint } from './internal/index.js';
55
+ export { EndPoint$instance as EndPoint } from './internal/index.js';
56
+ export { HttpStatusCode as HttpStatusCode } from './internal/index.js';
57
+ export { HttpVersion$instance as HttpVersion } from './internal/index.js';
58
58
  export type ICredentials = Internal.ICredentials;
59
59
  export type ICredentialsByHost = Internal.ICredentialsByHost;
60
- export type IPAddress = Internal.IPAddress;
61
- export type IPNetwork = Internal.IPNetwork;
62
- export type IPEndPoint = Internal.IPEndPoint;
60
+ export { IPAddress$instance as IPAddress } from './internal/index.js';
61
+ export { IPNetwork$instance as IPNetwork } from './internal/index.js';
62
+ export { IPEndPoint$instance as IPEndPoint } from './internal/index.js';
63
63
  export type IWebProxy = Internal.IWebProxy;
64
- export type NetworkCredential = Internal.NetworkCredential;
65
- export type TransportContext = Internal.TransportContext;
66
- export type SocketAddress = Internal.SocketAddress;
67
- export type AuthenticationManager = Internal.AuthenticationManager;
68
- export type Authorization = Internal.Authorization;
69
- export type FileWebRequest = Internal.FileWebRequest;
70
- export type FileWebResponse = Internal.FileWebResponse;
71
- export type GlobalProxySelection = Internal.GlobalProxySelection;
72
- export type HttpContinueDelegate = Internal.HttpContinueDelegate;
73
- export type HttpWebRequest = Internal.HttpWebRequest;
74
- export type HttpWebResponse = Internal.HttpWebResponse;
64
+ export { NetworkCredential$instance as NetworkCredential } from './internal/index.js';
65
+ export { TransportContext$instance as TransportContext } from './internal/index.js';
66
+ export { SocketAddress$instance as SocketAddress } from './internal/index.js';
67
+ export { AuthenticationManager$instance as AuthenticationManager } from './internal/index.js';
68
+ export { Authorization$instance as Authorization } from './internal/index.js';
69
+ export { FileWebRequest$instance as FileWebRequest } from './internal/index.js';
70
+ export { FileWebResponse$instance as FileWebResponse } from './internal/index.js';
71
+ export { GlobalProxySelection$instance as GlobalProxySelection } from './internal/index.js';
72
+ export { HttpContinueDelegate$instance as HttpContinueDelegate } from './internal/index.js';
73
+ export { HttpWebRequest$instance as HttpWebRequest } from './internal/index.js';
74
+ export { HttpWebResponse$instance as HttpWebResponse } from './internal/index.js';
75
75
  export type IAuthenticationModule = Internal.IAuthenticationModule;
76
76
  export type ICredentialPolicy = Internal.ICredentialPolicy;
77
77
  export type IWebRequestCreate = Internal.IWebRequestCreate;
78
- export type ProtocolViolationException = Internal.ProtocolViolationException;
79
- export type WebException = Internal.WebException;
80
- export type WebExceptionStatus = Internal.WebExceptionStatus;
81
- export type WebRequest = Internal.WebRequest;
82
- export type WebRequestMethods = Internal.WebRequestMethods;
83
- export type WebRequestMethods_Ftp = Internal.WebRequestMethods_Ftp;
84
- export type WebRequestMethods_Http = Internal.WebRequestMethods_Http;
85
- export type WebRequestMethods_File = Internal.WebRequestMethods_File;
86
- export type WebResponse = Internal.WebResponse;
87
- export type FtpStatusCode = Internal.FtpStatusCode;
88
- export type FtpWebRequest = Internal.FtpWebRequest;
89
- export type FtpWebResponse = Internal.FtpWebResponse;
90
- export type BindIPEndPoint = Internal.BindIPEndPoint;
91
- export type SecurityProtocolType = Internal.SecurityProtocolType;
92
- export type ServicePoint = Internal.ServicePoint;
93
- export type ServicePointManager = Internal.ServicePointManager;
94
- export type WebClient = Internal.WebClient;
95
- export type OpenReadCompletedEventHandler = Internal.OpenReadCompletedEventHandler;
96
- export type OpenWriteCompletedEventHandler = Internal.OpenWriteCompletedEventHandler;
97
- export type DownloadStringCompletedEventHandler = Internal.DownloadStringCompletedEventHandler;
98
- export type DownloadDataCompletedEventHandler = Internal.DownloadDataCompletedEventHandler;
99
- export type UploadStringCompletedEventHandler = Internal.UploadStringCompletedEventHandler;
100
- export type UploadDataCompletedEventHandler = Internal.UploadDataCompletedEventHandler;
101
- export type UploadFileCompletedEventHandler = Internal.UploadFileCompletedEventHandler;
102
- export type UploadValuesCompletedEventHandler = Internal.UploadValuesCompletedEventHandler;
103
- export type DownloadProgressChangedEventHandler = Internal.DownloadProgressChangedEventHandler;
104
- export type UploadProgressChangedEventHandler = Internal.UploadProgressChangedEventHandler;
105
- export type WriteStreamClosedEventHandler = Internal.WriteStreamClosedEventHandler;
106
- export type OpenReadCompletedEventArgs = Internal.OpenReadCompletedEventArgs;
107
- export type OpenWriteCompletedEventArgs = Internal.OpenWriteCompletedEventArgs;
108
- export type DownloadStringCompletedEventArgs = Internal.DownloadStringCompletedEventArgs;
109
- export type DownloadDataCompletedEventArgs = Internal.DownloadDataCompletedEventArgs;
110
- export type UploadStringCompletedEventArgs = Internal.UploadStringCompletedEventArgs;
111
- export type UploadDataCompletedEventArgs = Internal.UploadDataCompletedEventArgs;
112
- export type UploadFileCompletedEventArgs = Internal.UploadFileCompletedEventArgs;
113
- export type UploadValuesCompletedEventArgs = Internal.UploadValuesCompletedEventArgs;
114
- export type DownloadProgressChangedEventArgs = Internal.DownloadProgressChangedEventArgs;
115
- export type UploadProgressChangedEventArgs = Internal.UploadProgressChangedEventArgs;
116
- export type WriteStreamClosedEventArgs = Internal.WriteStreamClosedEventArgs;
117
- export type WebHeaderCollection = Internal.WebHeaderCollection;
118
- export type HttpResponseHeader = Internal.HttpResponseHeader;
119
- export type HttpRequestHeader = Internal.HttpRequestHeader;
78
+ export { ProtocolViolationException$instance as ProtocolViolationException } from './internal/index.js';
79
+ export { WebException$instance as WebException } from './internal/index.js';
80
+ export { WebExceptionStatus as WebExceptionStatus } from './internal/index.js';
81
+ export { WebRequest$instance as WebRequest } from './internal/index.js';
82
+ export { WebRequestMethods$instance as WebRequestMethods } from './internal/index.js';
83
+ export { WebRequestMethods_Ftp$instance as WebRequestMethods_Ftp } from './internal/index.js';
84
+ export { WebRequestMethods_Http$instance as WebRequestMethods_Http } from './internal/index.js';
85
+ export { WebRequestMethods_File$instance as WebRequestMethods_File } from './internal/index.js';
86
+ export { WebResponse$instance as WebResponse } from './internal/index.js';
87
+ export { FtpStatusCode as FtpStatusCode } from './internal/index.js';
88
+ export { FtpWebRequest$instance as FtpWebRequest } from './internal/index.js';
89
+ export { FtpWebResponse$instance as FtpWebResponse } from './internal/index.js';
90
+ export { BindIPEndPoint$instance as BindIPEndPoint } from './internal/index.js';
91
+ export { SecurityProtocolType as SecurityProtocolType } from './internal/index.js';
92
+ export { ServicePoint$instance as ServicePoint } from './internal/index.js';
93
+ export { ServicePointManager$instance as ServicePointManager } from './internal/index.js';
94
+ export { WebClient$instance as WebClient } from './internal/index.js';
95
+ export { OpenReadCompletedEventHandler$instance as OpenReadCompletedEventHandler } from './internal/index.js';
96
+ export { OpenWriteCompletedEventHandler$instance as OpenWriteCompletedEventHandler } from './internal/index.js';
97
+ export { DownloadStringCompletedEventHandler$instance as DownloadStringCompletedEventHandler } from './internal/index.js';
98
+ export { DownloadDataCompletedEventHandler$instance as DownloadDataCompletedEventHandler } from './internal/index.js';
99
+ export { UploadStringCompletedEventHandler$instance as UploadStringCompletedEventHandler } from './internal/index.js';
100
+ export { UploadDataCompletedEventHandler$instance as UploadDataCompletedEventHandler } from './internal/index.js';
101
+ export { UploadFileCompletedEventHandler$instance as UploadFileCompletedEventHandler } from './internal/index.js';
102
+ export { UploadValuesCompletedEventHandler$instance as UploadValuesCompletedEventHandler } from './internal/index.js';
103
+ export { DownloadProgressChangedEventHandler$instance as DownloadProgressChangedEventHandler } from './internal/index.js';
104
+ export { UploadProgressChangedEventHandler$instance as UploadProgressChangedEventHandler } from './internal/index.js';
105
+ export { WriteStreamClosedEventHandler$instance as WriteStreamClosedEventHandler } from './internal/index.js';
106
+ export { OpenReadCompletedEventArgs$instance as OpenReadCompletedEventArgs } from './internal/index.js';
107
+ export { OpenWriteCompletedEventArgs$instance as OpenWriteCompletedEventArgs } from './internal/index.js';
108
+ export { DownloadStringCompletedEventArgs$instance as DownloadStringCompletedEventArgs } from './internal/index.js';
109
+ export { DownloadDataCompletedEventArgs$instance as DownloadDataCompletedEventArgs } from './internal/index.js';
110
+ export { UploadStringCompletedEventArgs$instance as UploadStringCompletedEventArgs } from './internal/index.js';
111
+ export { UploadDataCompletedEventArgs$instance as UploadDataCompletedEventArgs } from './internal/index.js';
112
+ export { UploadFileCompletedEventArgs$instance as UploadFileCompletedEventArgs } from './internal/index.js';
113
+ export { UploadValuesCompletedEventArgs$instance as UploadValuesCompletedEventArgs } from './internal/index.js';
114
+ export { DownloadProgressChangedEventArgs$instance as DownloadProgressChangedEventArgs } from './internal/index.js';
115
+ export { UploadProgressChangedEventArgs$instance as UploadProgressChangedEventArgs } from './internal/index.js';
116
+ export { WriteStreamClosedEventArgs$instance as WriteStreamClosedEventArgs } from './internal/index.js';
117
+ export { WebHeaderCollection$instance as WebHeaderCollection } from './internal/index.js';
118
+ export { HttpResponseHeader as HttpResponseHeader } from './internal/index.js';
119
+ export { HttpRequestHeader as HttpRequestHeader } from './internal/index.js';
120
120
  export type IWebProxyScript = Internal.IWebProxyScript;
121
- export type WebProxy = Internal.WebProxy;
122
- export type WebUtility = Internal.WebUtility;
121
+ export { WebProxy$instance as WebProxy } from './internal/index.js';
122
+ export { WebUtility$instance as WebUtility } from './internal/index.js';
@@ -11,8 +11,8 @@ import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible,
11
11
  export * from './internal/index.js';
12
12
 
13
13
  // Individual type exports for convenience
14
- export type RequestCacheLevel = Internal.RequestCacheLevel;
15
- export type RequestCachePolicy = Internal.RequestCachePolicy;
16
- export type HttpCacheAgeControl = Internal.HttpCacheAgeControl;
17
- export type HttpRequestCacheLevel = Internal.HttpRequestCacheLevel;
18
- export type HttpRequestCachePolicy = Internal.HttpRequestCachePolicy;
14
+ export { RequestCacheLevel as RequestCacheLevel } from './internal/index.js';
15
+ export { RequestCachePolicy$instance as RequestCachePolicy } from './internal/index.js';
16
+ export { HttpCacheAgeControl as HttpCacheAgeControl } from './internal/index.js';
17
+ export { HttpRequestCacheLevel as HttpRequestCacheLevel } from './internal/index.js';
18
+ export { HttpRequestCachePolicy$instance as HttpRequestCachePolicy } from './internal/index.js';
@@ -26,36 +26,36 @@ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum,
26
26
  export * from './internal/index.js';
27
27
 
28
28
  // Individual type exports for convenience
29
- export type ByteArrayContent = Internal.ByteArrayContent;
30
- export type ClientCertificateOption = Internal.ClientCertificateOption;
31
- export type DelegatingHandler = Internal.DelegatingHandler;
32
- export type FormUrlEncodedContent = Internal.FormUrlEncodedContent;
33
- export type HeaderEncodingSelector_1<TContext> = Internal.HeaderEncodingSelector_1<TContext>;
34
- export type HeaderEncodingSelector<TContext> = Internal.HeaderEncodingSelector_1<TContext>;
35
- export type HttpClient = Internal.HttpClient;
36
- export type HttpClientHandler = Internal.HttpClientHandler;
37
- export type HttpCompletionOption = Internal.HttpCompletionOption;
38
- export type HttpContent = Internal.HttpContent;
39
- export type HttpMessageHandler = Internal.HttpMessageHandler;
40
- export type HttpMessageInvoker = Internal.HttpMessageInvoker;
41
- export type HttpMethod = Internal.HttpMethod;
42
- export type HttpProtocolException = Internal.HttpProtocolException;
43
- export type HttpRequestException = Internal.HttpRequestException;
44
- export type HttpRequestError = Internal.HttpRequestError;
45
- export type HttpRequestMessage = Internal.HttpRequestMessage;
46
- export type HttpRequestOptions = Internal.HttpRequestOptions;
47
- export type HttpRequestOptionsKey_1<TValue> = Internal.HttpRequestOptionsKey_1<TValue>;
48
- export type HttpRequestOptionsKey<TValue> = Internal.HttpRequestOptionsKey_1<TValue>;
49
- export type HttpResponseMessage = Internal.HttpResponseMessage;
50
- export type HttpIOException = Internal.HttpIOException;
51
- export type HttpVersionPolicy = Internal.HttpVersionPolicy;
52
- export type MessageProcessingHandler = Internal.MessageProcessingHandler;
53
- export type MultipartContent = Internal.MultipartContent;
54
- export type MultipartFormDataContent = Internal.MultipartFormDataContent;
55
- export type ReadOnlyMemoryContent = Internal.ReadOnlyMemoryContent;
56
- export type StreamContent = Internal.StreamContent;
57
- export type StringContent = Internal.StringContent;
58
- export type SocketsHttpPlaintextStreamFilterContext = Internal.SocketsHttpPlaintextStreamFilterContext;
59
- export type HttpKeepAlivePingPolicy = Internal.HttpKeepAlivePingPolicy;
60
- export type SocketsHttpConnectionContext = Internal.SocketsHttpConnectionContext;
61
- export type SocketsHttpHandler = Internal.SocketsHttpHandler;
29
+ export { ByteArrayContent$instance as ByteArrayContent } from './internal/index.js';
30
+ export { ClientCertificateOption as ClientCertificateOption } from './internal/index.js';
31
+ export { DelegatingHandler$instance as DelegatingHandler } from './internal/index.js';
32
+ export { FormUrlEncodedContent$instance as FormUrlEncodedContent } from './internal/index.js';
33
+ export { HeaderEncodingSelector_1$instance as HeaderEncodingSelector_1 } from './internal/index.js';
34
+ export { HeaderEncodingSelector_1$instance as HeaderEncodingSelector } from './internal/index.js';
35
+ export { HttpClient$instance as HttpClient } from './internal/index.js';
36
+ export { HttpClientHandler$instance as HttpClientHandler } from './internal/index.js';
37
+ export { HttpCompletionOption as HttpCompletionOption } from './internal/index.js';
38
+ export { HttpContent$instance as HttpContent } from './internal/index.js';
39
+ export { HttpMessageHandler$instance as HttpMessageHandler } from './internal/index.js';
40
+ export { HttpMessageInvoker$instance as HttpMessageInvoker } from './internal/index.js';
41
+ export { HttpMethod$instance as HttpMethod } from './internal/index.js';
42
+ export { HttpProtocolException$instance as HttpProtocolException } from './internal/index.js';
43
+ export { HttpRequestException$instance as HttpRequestException } from './internal/index.js';
44
+ export { HttpRequestError as HttpRequestError } from './internal/index.js';
45
+ export { HttpRequestMessage$instance as HttpRequestMessage } from './internal/index.js';
46
+ export { HttpRequestOptions$instance as HttpRequestOptions } from './internal/index.js';
47
+ export { HttpRequestOptionsKey_1$instance as HttpRequestOptionsKey_1 } from './internal/index.js';
48
+ export { HttpRequestOptionsKey_1$instance as HttpRequestOptionsKey } from './internal/index.js';
49
+ export { HttpResponseMessage$instance as HttpResponseMessage } from './internal/index.js';
50
+ export { HttpIOException$instance as HttpIOException } from './internal/index.js';
51
+ export { HttpVersionPolicy as HttpVersionPolicy } from './internal/index.js';
52
+ export { MessageProcessingHandler$instance as MessageProcessingHandler } from './internal/index.js';
53
+ export { MultipartContent$instance as MultipartContent } from './internal/index.js';
54
+ export { MultipartFormDataContent$instance as MultipartFormDataContent } from './internal/index.js';
55
+ export { ReadOnlyMemoryContent$instance as ReadOnlyMemoryContent } from './internal/index.js';
56
+ export { StreamContent$instance as StreamContent } from './internal/index.js';
57
+ export { StringContent$instance as StringContent } from './internal/index.js';
58
+ export { SocketsHttpPlaintextStreamFilterContext$instance as SocketsHttpPlaintextStreamFilterContext } from './internal/index.js';
59
+ export { HttpKeepAlivePingPolicy as HttpKeepAlivePingPolicy } from './internal/index.js';
60
+ export { SocketsHttpConnectionContext$instance as SocketsHttpConnectionContext } from './internal/index.js';
61
+ export { SocketsHttpHandler$instance as SocketsHttpHandler } from './internal/index.js';
@@ -13,33 +13,33 @@ import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Double, ICloneable, I
13
13
  export * from './internal/index.js';
14
14
 
15
15
  // Individual type exports for convenience
16
- export type AuthenticationHeaderValue = Internal.AuthenticationHeaderValue;
17
- export type CacheControlHeaderValue = Internal.CacheControlHeaderValue;
18
- export type ContentDispositionHeaderValue = Internal.ContentDispositionHeaderValue;
19
- export type ContentRangeHeaderValue = Internal.ContentRangeHeaderValue;
20
- export type EntityTagHeaderValue = Internal.EntityTagHeaderValue;
21
- export type HeaderStringValues = Internal.HeaderStringValues;
22
- export type HeaderStringValues_Enumerator = Internal.HeaderStringValues_Enumerator;
23
- export type HttpContentHeaders = Internal.HttpContentHeaders;
24
- export type HttpHeaders = Internal.HttpHeaders;
25
- export type HttpHeadersNonValidated = Internal.HttpHeadersNonValidated;
26
- export type HttpHeadersNonValidated_Enumerator = Internal.HttpHeadersNonValidated_Enumerator;
27
- export type HttpHeaderValueCollection_1<T> = Internal.HttpHeaderValueCollection_1<T>;
28
- export type HttpHeaderValueCollection<T> = Internal.HttpHeaderValueCollection_1<T>;
29
- export type HttpRequestHeaders = Internal.HttpRequestHeaders;
30
- export type HttpResponseHeaders = Internal.HttpResponseHeaders;
31
- export type MediaTypeHeaderValue = Internal.MediaTypeHeaderValue;
32
- export type MediaTypeWithQualityHeaderValue = Internal.MediaTypeWithQualityHeaderValue;
33
- export type NameValueHeaderValue = Internal.NameValueHeaderValue;
34
- export type NameValueWithParametersHeaderValue = Internal.NameValueWithParametersHeaderValue;
35
- export type ProductHeaderValue = Internal.ProductHeaderValue;
36
- export type ProductInfoHeaderValue = Internal.ProductInfoHeaderValue;
37
- export type RangeConditionHeaderValue = Internal.RangeConditionHeaderValue;
38
- export type RangeHeaderValue = Internal.RangeHeaderValue;
39
- export type RangeItemHeaderValue = Internal.RangeItemHeaderValue;
40
- export type RetryConditionHeaderValue = Internal.RetryConditionHeaderValue;
41
- export type StringWithQualityHeaderValue = Internal.StringWithQualityHeaderValue;
42
- export type TransferCodingHeaderValue = Internal.TransferCodingHeaderValue;
43
- export type TransferCodingWithQualityHeaderValue = Internal.TransferCodingWithQualityHeaderValue;
44
- export type ViaHeaderValue = Internal.ViaHeaderValue;
45
- export type WarningHeaderValue = Internal.WarningHeaderValue;
16
+ export { AuthenticationHeaderValue$instance as AuthenticationHeaderValue } from './internal/index.js';
17
+ export { CacheControlHeaderValue$instance as CacheControlHeaderValue } from './internal/index.js';
18
+ export { ContentDispositionHeaderValue$instance as ContentDispositionHeaderValue } from './internal/index.js';
19
+ export { ContentRangeHeaderValue$instance as ContentRangeHeaderValue } from './internal/index.js';
20
+ export { EntityTagHeaderValue$instance as EntityTagHeaderValue } from './internal/index.js';
21
+ export { HeaderStringValues$instance as HeaderStringValues } from './internal/index.js';
22
+ export { HeaderStringValues_Enumerator$instance as HeaderStringValues_Enumerator } from './internal/index.js';
23
+ export { HttpContentHeaders$instance as HttpContentHeaders } from './internal/index.js';
24
+ export { HttpHeaders$instance as HttpHeaders } from './internal/index.js';
25
+ export { HttpHeadersNonValidated$instance as HttpHeadersNonValidated } from './internal/index.js';
26
+ export { HttpHeadersNonValidated_Enumerator$instance as HttpHeadersNonValidated_Enumerator } from './internal/index.js';
27
+ export { HttpHeaderValueCollection_1$instance as HttpHeaderValueCollection_1 } from './internal/index.js';
28
+ export { HttpHeaderValueCollection_1$instance as HttpHeaderValueCollection } from './internal/index.js';
29
+ export { HttpRequestHeaders$instance as HttpRequestHeaders } from './internal/index.js';
30
+ export { HttpResponseHeaders$instance as HttpResponseHeaders } from './internal/index.js';
31
+ export { MediaTypeHeaderValue$instance as MediaTypeHeaderValue } from './internal/index.js';
32
+ export { MediaTypeWithQualityHeaderValue$instance as MediaTypeWithQualityHeaderValue } from './internal/index.js';
33
+ export { NameValueHeaderValue$instance as NameValueHeaderValue } from './internal/index.js';
34
+ export { NameValueWithParametersHeaderValue$instance as NameValueWithParametersHeaderValue } from './internal/index.js';
35
+ export { ProductHeaderValue$instance as ProductHeaderValue } from './internal/index.js';
36
+ export { ProductInfoHeaderValue$instance as ProductInfoHeaderValue } from './internal/index.js';
37
+ export { RangeConditionHeaderValue$instance as RangeConditionHeaderValue } from './internal/index.js';
38
+ export { RangeHeaderValue$instance as RangeHeaderValue } from './internal/index.js';
39
+ export { RangeItemHeaderValue$instance as RangeItemHeaderValue } from './internal/index.js';
40
+ export { RetryConditionHeaderValue$instance as RetryConditionHeaderValue } from './internal/index.js';
41
+ export { StringWithQualityHeaderValue$instance as StringWithQualityHeaderValue } from './internal/index.js';
42
+ export { TransferCodingHeaderValue$instance as TransferCodingHeaderValue } from './internal/index.js';
43
+ export { TransferCodingWithQualityHeaderValue$instance as TransferCodingWithQualityHeaderValue } from './internal/index.js';
44
+ export { ViaHeaderValue$instance as ViaHeaderValue } from './internal/index.js';
45
+ export { WarningHeaderValue$instance as WarningHeaderValue } from './internal/index.js';
@@ -21,6 +21,6 @@ import type { Boolean as ClrBoolean, Byte, IDisposable, Int32, Int64, Object as
21
21
  export * from './internal/index.js';
22
22
 
23
23
  // Individual type exports for convenience
24
- export type HttpClientJsonExtensions = Internal.HttpClientJsonExtensions;
25
- export type HttpContentJsonExtensions = Internal.HttpContentJsonExtensions;
26
- export type JsonContent = Internal.JsonContent;
24
+ export { HttpClientJsonExtensions$instance as HttpClientJsonExtensions } from './internal/index.js';
25
+ export { HttpContentJsonExtensions$instance as HttpContentJsonExtensions } from './internal/index.js';
26
+ export { JsonContent$instance as JsonContent } from './internal/index.js';
@@ -12,4 +12,4 @@ import type { Action_1, Boolean as ClrBoolean, Exception, Int32, Object as ClrOb
12
12
  export * from './internal/index.js';
13
13
 
14
14
  // Individual type exports for convenience
15
- export type HttpMetricsEnrichmentContext = Internal.HttpMetricsEnrichmentContext;
15
+ export { HttpMetricsEnrichmentContext$instance as HttpMetricsEnrichmentContext } from './internal/index.js';
@@ -25,23 +25,23 @@ import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Delegate,
25
25
  export * from './internal/index.js';
26
26
 
27
27
  // Individual type exports for convenience
28
- export type AlternateView = Internal.AlternateView;
29
- export type AlternateViewCollection = Internal.AlternateViewCollection;
30
- export type AttachmentBase = Internal.AttachmentBase;
31
- export type Attachment = Internal.Attachment;
32
- export type AttachmentCollection = Internal.AttachmentCollection;
33
- export type LinkedResource = Internal.LinkedResource;
34
- export type LinkedResourceCollection = Internal.LinkedResourceCollection;
35
- export type MailAddress = Internal.MailAddress;
36
- export type MailAddressCollection = Internal.MailAddressCollection;
37
- export type DeliveryNotificationOptions = Internal.DeliveryNotificationOptions;
38
- export type MailMessage = Internal.MailMessage;
39
- export type MailPriority = Internal.MailPriority;
40
- export type SmtpException = Internal.SmtpException;
41
- export type SmtpFailedRecipientException = Internal.SmtpFailedRecipientException;
42
- export type SmtpFailedRecipientsException = Internal.SmtpFailedRecipientsException;
43
- export type SmtpStatusCode = Internal.SmtpStatusCode;
44
- export type SendCompletedEventHandler = Internal.SendCompletedEventHandler;
45
- export type SmtpDeliveryMethod = Internal.SmtpDeliveryMethod;
46
- export type SmtpDeliveryFormat = Internal.SmtpDeliveryFormat;
47
- export type SmtpClient = Internal.SmtpClient;
28
+ export { AlternateView$instance as AlternateView } from './internal/index.js';
29
+ export { AlternateViewCollection$instance as AlternateViewCollection } from './internal/index.js';
30
+ export { AttachmentBase$instance as AttachmentBase } from './internal/index.js';
31
+ export { Attachment$instance as Attachment } from './internal/index.js';
32
+ export { AttachmentCollection$instance as AttachmentCollection } from './internal/index.js';
33
+ export { LinkedResource$instance as LinkedResource } from './internal/index.js';
34
+ export { LinkedResourceCollection$instance as LinkedResourceCollection } from './internal/index.js';
35
+ export { MailAddress$instance as MailAddress } from './internal/index.js';
36
+ export { MailAddressCollection$instance as MailAddressCollection } from './internal/index.js';
37
+ export { DeliveryNotificationOptions as DeliveryNotificationOptions } from './internal/index.js';
38
+ export { MailMessage$instance as MailMessage } from './internal/index.js';
39
+ export { MailPriority as MailPriority } from './internal/index.js';
40
+ export { SmtpException$instance as SmtpException } from './internal/index.js';
41
+ export { SmtpFailedRecipientException$instance as SmtpFailedRecipientException } from './internal/index.js';
42
+ export { SmtpFailedRecipientsException$instance as SmtpFailedRecipientsException } from './internal/index.js';
43
+ export { SmtpStatusCode as SmtpStatusCode } from './internal/index.js';
44
+ export { SendCompletedEventHandler$instance as SendCompletedEventHandler } from './internal/index.js';
45
+ export { SmtpDeliveryMethod as SmtpDeliveryMethod } from './internal/index.js';
46
+ export { SmtpDeliveryFormat as SmtpDeliveryFormat } from './internal/index.js';
47
+ export { SmtpClient$instance as SmtpClient } from './internal/index.js';
@@ -12,13 +12,13 @@ import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible,
12
12
  export * from './internal/index.js';
13
13
 
14
14
  // Individual type exports for convenience
15
- export type TransferEncoding = Internal.TransferEncoding;
16
- export type ContentDisposition = Internal.ContentDisposition;
17
- export type ContentType = Internal.ContentType;
18
- export type DispositionTypeNames = Internal.DispositionTypeNames;
19
- export type MediaTypeNames = Internal.MediaTypeNames;
20
- export type MediaTypeNames_Application = Internal.MediaTypeNames_Application;
21
- export type MediaTypeNames_Font = Internal.MediaTypeNames_Font;
22
- export type MediaTypeNames_Image = Internal.MediaTypeNames_Image;
23
- export type MediaTypeNames_Multipart = Internal.MediaTypeNames_Multipart;
24
- export type MediaTypeNames_Text = Internal.MediaTypeNames_Text;
15
+ export { TransferEncoding as TransferEncoding } from './internal/index.js';
16
+ export { ContentDisposition$instance as ContentDisposition } from './internal/index.js';
17
+ export { ContentType$instance as ContentType } from './internal/index.js';
18
+ export { DispositionTypeNames$instance as DispositionTypeNames } from './internal/index.js';
19
+ export { MediaTypeNames$instance as MediaTypeNames } from './internal/index.js';
20
+ export { MediaTypeNames_Application$instance as MediaTypeNames_Application } from './internal/index.js';
21
+ export { MediaTypeNames_Font$instance as MediaTypeNames_Font } from './internal/index.js';
22
+ export { MediaTypeNames_Image$instance as MediaTypeNames_Image } from './internal/index.js';
23
+ export { MediaTypeNames_Multipart$instance as MediaTypeNames_Multipart } from './internal/index.js';
24
+ export { MediaTypeNames_Text$instance as MediaTypeNames_Text } from './internal/index.js';
@@ -19,47 +19,47 @@ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum,
19
19
  export * from './internal/index.js';
20
20
 
21
21
  // Individual type exports for convenience
22
- export type DuplicateAddressDetectionState = Internal.DuplicateAddressDetectionState;
23
- export type GatewayIPAddressInformation = Internal.GatewayIPAddressInformation;
24
- export type GatewayIPAddressInformationCollection = Internal.GatewayIPAddressInformationCollection;
25
- export type IcmpV4Statistics = Internal.IcmpV4Statistics;
26
- export type IcmpV6Statistics = Internal.IcmpV6Statistics;
27
- export type IPAddressInformation = Internal.IPAddressInformation;
28
- export type IPAddressInformationCollection = Internal.IPAddressInformationCollection;
29
- export type IPGlobalProperties = Internal.IPGlobalProperties;
30
- export type IPGlobalStatistics = Internal.IPGlobalStatistics;
31
- export type IPInterfaceProperties = Internal.IPInterfaceProperties;
32
- export type IPInterfaceStatistics = Internal.IPInterfaceStatistics;
33
- export type IPv4InterfaceProperties = Internal.IPv4InterfaceProperties;
34
- export type IPv4InterfaceStatistics = Internal.IPv4InterfaceStatistics;
35
- export type IPv6InterfaceProperties = Internal.IPv6InterfaceProperties;
36
- export type MulticastIPAddressInformation = Internal.MulticastIPAddressInformation;
37
- export type MulticastIPAddressInformationCollection = Internal.MulticastIPAddressInformationCollection;
38
- export type NetBiosNodeType = Internal.NetBiosNodeType;
39
- export type NetworkChange = Internal.NetworkChange;
40
- export type NetworkAvailabilityEventArgs = Internal.NetworkAvailabilityEventArgs;
41
- export type NetworkAddressChangedEventHandler = Internal.NetworkAddressChangedEventHandler;
42
- export type NetworkAvailabilityChangedEventHandler = Internal.NetworkAvailabilityChangedEventHandler;
43
- export type NetworkInterface = Internal.NetworkInterface;
44
- export type NetworkInterfaceComponent = Internal.NetworkInterfaceComponent;
45
- export type NetworkInterfaceType = Internal.NetworkInterfaceType;
46
- export type OperationalStatus = Internal.OperationalStatus;
47
- export type PhysicalAddress = Internal.PhysicalAddress;
48
- export type PrefixOrigin = Internal.PrefixOrigin;
49
- export type ScopeLevel = Internal.ScopeLevel;
50
- export type SuffixOrigin = Internal.SuffixOrigin;
51
- export type TcpConnectionInformation = Internal.TcpConnectionInformation;
52
- export type TcpState = Internal.TcpState;
53
- export type TcpStatistics = Internal.TcpStatistics;
54
- export type UdpStatistics = Internal.UdpStatistics;
55
- export type UnicastIPAddressInformation = Internal.UnicastIPAddressInformation;
56
- export type UnicastIPAddressInformationCollection = Internal.UnicastIPAddressInformationCollection;
57
- export type NetworkInformationException = Internal.NetworkInformationException;
58
- export type IPStatus = Internal.IPStatus;
59
- export type Ping = Internal.Ping;
60
- export type PingCompletedEventHandler = Internal.PingCompletedEventHandler;
61
- export type PingCompletedEventArgs = Internal.PingCompletedEventArgs;
62
- export type PingException = Internal.PingException;
63
- export type PingOptions = Internal.PingOptions;
64
- export type PingReply = Internal.PingReply;
65
- export type IPAddressCollection = Internal.IPAddressCollection;
22
+ export { DuplicateAddressDetectionState as DuplicateAddressDetectionState } from './internal/index.js';
23
+ export { GatewayIPAddressInformation$instance as GatewayIPAddressInformation } from './internal/index.js';
24
+ export { GatewayIPAddressInformationCollection$instance as GatewayIPAddressInformationCollection } from './internal/index.js';
25
+ export { IcmpV4Statistics$instance as IcmpV4Statistics } from './internal/index.js';
26
+ export { IcmpV6Statistics$instance as IcmpV6Statistics } from './internal/index.js';
27
+ export { IPAddressInformation$instance as IPAddressInformation } from './internal/index.js';
28
+ export { IPAddressInformationCollection$instance as IPAddressInformationCollection } from './internal/index.js';
29
+ export { IPGlobalProperties$instance as IPGlobalProperties } from './internal/index.js';
30
+ export { IPGlobalStatistics$instance as IPGlobalStatistics } from './internal/index.js';
31
+ export { IPInterfaceProperties$instance as IPInterfaceProperties } from './internal/index.js';
32
+ export { IPInterfaceStatistics$instance as IPInterfaceStatistics } from './internal/index.js';
33
+ export { IPv4InterfaceProperties$instance as IPv4InterfaceProperties } from './internal/index.js';
34
+ export { IPv4InterfaceStatistics$instance as IPv4InterfaceStatistics } from './internal/index.js';
35
+ export { IPv6InterfaceProperties$instance as IPv6InterfaceProperties } from './internal/index.js';
36
+ export { MulticastIPAddressInformation$instance as MulticastIPAddressInformation } from './internal/index.js';
37
+ export { MulticastIPAddressInformationCollection$instance as MulticastIPAddressInformationCollection } from './internal/index.js';
38
+ export { NetBiosNodeType as NetBiosNodeType } from './internal/index.js';
39
+ export { NetworkChange$instance as NetworkChange } from './internal/index.js';
40
+ export { NetworkAvailabilityEventArgs$instance as NetworkAvailabilityEventArgs } from './internal/index.js';
41
+ export { NetworkAddressChangedEventHandler$instance as NetworkAddressChangedEventHandler } from './internal/index.js';
42
+ export { NetworkAvailabilityChangedEventHandler$instance as NetworkAvailabilityChangedEventHandler } from './internal/index.js';
43
+ export { NetworkInterface$instance as NetworkInterface } from './internal/index.js';
44
+ export { NetworkInterfaceComponent as NetworkInterfaceComponent } from './internal/index.js';
45
+ export { NetworkInterfaceType as NetworkInterfaceType } from './internal/index.js';
46
+ export { OperationalStatus as OperationalStatus } from './internal/index.js';
47
+ export { PhysicalAddress$instance as PhysicalAddress } from './internal/index.js';
48
+ export { PrefixOrigin as PrefixOrigin } from './internal/index.js';
49
+ export { ScopeLevel as ScopeLevel } from './internal/index.js';
50
+ export { SuffixOrigin as SuffixOrigin } from './internal/index.js';
51
+ export { TcpConnectionInformation$instance as TcpConnectionInformation } from './internal/index.js';
52
+ export { TcpState as TcpState } from './internal/index.js';
53
+ export { TcpStatistics$instance as TcpStatistics } from './internal/index.js';
54
+ export { UdpStatistics$instance as UdpStatistics } from './internal/index.js';
55
+ export { UnicastIPAddressInformation$instance as UnicastIPAddressInformation } from './internal/index.js';
56
+ export { UnicastIPAddressInformationCollection$instance as UnicastIPAddressInformationCollection } from './internal/index.js';
57
+ export { NetworkInformationException$instance as NetworkInformationException } from './internal/index.js';
58
+ export { IPStatus as IPStatus } from './internal/index.js';
59
+ export { Ping$instance as Ping } from './internal/index.js';
60
+ export { PingCompletedEventHandler$instance as PingCompletedEventHandler } from './internal/index.js';
61
+ export { PingCompletedEventArgs$instance as PingCompletedEventArgs } from './internal/index.js';
62
+ export { PingException$instance as PingException } from './internal/index.js';
63
+ export { PingOptions$instance as PingOptions } from './internal/index.js';
64
+ export { PingReply$instance as PingReply } from './internal/index.js';
65
+ export { IPAddressCollection$instance as IPAddressCollection } from './internal/index.js';
@@ -22,16 +22,16 @@ import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, Except
22
22
  export * from './internal/index.js';
23
23
 
24
24
  // Individual type exports for convenience
25
- export type QuicAbortDirection = Internal.QuicAbortDirection;
26
- export type QuicConnection = Internal.QuicConnection;
27
- export type QuicReceiveWindowSizes = Internal.QuicReceiveWindowSizes;
28
- export type QuicStreamCapacityChangedArgs = Internal.QuicStreamCapacityChangedArgs;
29
- export type QuicConnectionOptions = Internal.QuicConnectionOptions;
30
- export type QuicClientConnectionOptions = Internal.QuicClientConnectionOptions;
31
- export type QuicServerConnectionOptions = Internal.QuicServerConnectionOptions;
32
- export type QuicError = Internal.QuicError;
33
- export type QuicException = Internal.QuicException;
34
- export type QuicListener = Internal.QuicListener;
35
- export type QuicListenerOptions = Internal.QuicListenerOptions;
36
- export type QuicStream = Internal.QuicStream;
37
- export type QuicStreamType = Internal.QuicStreamType;
25
+ export { QuicAbortDirection as QuicAbortDirection } from './internal/index.js';
26
+ export { QuicConnection$instance as QuicConnection } from './internal/index.js';
27
+ export { QuicReceiveWindowSizes$instance as QuicReceiveWindowSizes } from './internal/index.js';
28
+ export { QuicStreamCapacityChangedArgs$instance as QuicStreamCapacityChangedArgs } from './internal/index.js';
29
+ export { QuicConnectionOptions$instance as QuicConnectionOptions } from './internal/index.js';
30
+ export { QuicClientConnectionOptions$instance as QuicClientConnectionOptions } from './internal/index.js';
31
+ export { QuicServerConnectionOptions$instance as QuicServerConnectionOptions } from './internal/index.js';
32
+ export { QuicError as QuicError } from './internal/index.js';
33
+ export { QuicException$instance as QuicException } from './internal/index.js';
34
+ export { QuicListener$instance as QuicListener } from './internal/index.js';
35
+ export { QuicListenerOptions$instance as QuicListenerOptions } from './internal/index.js';
36
+ export { QuicStream$instance as QuicStream } from './internal/index.js';
37
+ export { QuicStreamType as QuicStreamType } from './internal/index.js';