Microsoft.AspNetCore.SignalR.Client
January 13, 2025 ยท View on GitHub
{
namespace Microsoft.AspNetCore.SignalR.Client {
- public class HttpConnectionFactory : IConnectionFactory {
{
- public HttpConnectionFactory(IOptions<HttpConnectionOptions> options, ILoggerFactory loggerFactory);
- public Task<ConnectionContext> ConnectAsync(TransferFormat transferFormat, CancellationToken cancellationToken = default(CancellationToken));
- public Task DisposeAsync(ConnectionContext connection);
- }
}
}