HttpConnectionFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A factory for creating HttpConnection instances.
public ref class HttpConnectionFactory : Microsoft::AspNetCore::SignalR::Client::IConnectionFactory
public class HttpConnectionFactory : Microsoft.AspNetCore.SignalR.Client.IConnectionFactory
type HttpConnectionFactory = class
interface IConnectionFactory
Public Class HttpConnectionFactory
Implements IConnectionFactory
- Inheritance
-
HttpConnectionFactory
- Implements
Constructors
HttpConnectionFactory(IOptions<HttpConnectionOptions>, ILoggerFactory) |
Initializes a new instance of the HttpConnectionFactory class. |
Methods
ConnectAsync(TransferFormat, CancellationToken) |
Creates a new connection to a SignalR server using the specified TransferFormat. |
DisposeAsync(ConnectionContext) |
Disposes the specified ConnectionContext. |