UNPKG

@tsonic/dotnet

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library)

36 lines (32 loc) 3.06 kB
// Generated by tsbindgen - Architecture // Namespace: System.Net.Quic // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Net.Quic/internal/index.js'; // Cross-namespace type imports for constraints import type { List_1 } from './System.Collections.Generic/internal/index.js'; import type { IDictionary } from './System.Collections/internal/index.js'; import type { IOException, SeekOrigin, Stream } from './System.IO/internal/index.js'; import type { SslApplicationProtocol, SslClientAuthenticationOptions, SslClientHelloInfo, SslServerAuthenticationOptions, TlsCipherSuite } from './System.Net.Security/internal/index.js'; import type { EndPoint, IPEndPoint } from './System.Net/internal/index.js'; import type { MethodBase } from './System.Reflection/internal/index.js'; import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js'; import type { SslProtocols } from './System.Security.Authentication/internal/index.js'; import type { X509Certificate } from './System.Security.Cryptography.X509Certificates/internal/index.js'; import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js'; import type { CancellationToken } from './System.Threading/internal/index.js'; import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, Exception, Func_4, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export { QuicAbortDirection as QuicAbortDirection } from './System.Net.Quic/internal/index.js'; export { QuicConnection as QuicConnection } from './System.Net.Quic/internal/index.js'; export { QuicReceiveWindowSizes as QuicReceiveWindowSizes } from './System.Net.Quic/internal/index.js'; export { QuicStreamCapacityChangedArgs as QuicStreamCapacityChangedArgs } from './System.Net.Quic/internal/index.js'; export { QuicConnectionOptions as QuicConnectionOptions } from './System.Net.Quic/internal/index.js'; export { QuicClientConnectionOptions as QuicClientConnectionOptions } from './System.Net.Quic/internal/index.js'; export { QuicServerConnectionOptions as QuicServerConnectionOptions } from './System.Net.Quic/internal/index.js'; export { QuicError as QuicError } from './System.Net.Quic/internal/index.js'; export { QuicException as QuicException } from './System.Net.Quic/internal/index.js'; export { QuicListener as QuicListener } from './System.Net.Quic/internal/index.js'; export { QuicListenerOptions as QuicListenerOptions } from './System.Net.Quic/internal/index.js'; export { QuicStream as QuicStream } from './System.Net.Quic/internal/index.js'; export { QuicStreamType as QuicStreamType } from './System.Net.Quic/internal/index.js';