Microsoft.AspNetCore.Http.Connections.Client Namespace

Provides types used to make connections to ASP.NET Core Connection Handlers.

Classes

HttpConnection

Used to make a connection to an ASP.NET Core ConnectionHandler using an HTTP-based transport.

HttpConnectionFactory

A factory for creating HttpConnection instances.

HttpConnectionOptions

Options used to configure a HttpConnection instance.

NoTransportSupportedException

Exception thrown during negotiate when there are no supported transports between the client and server.

TransportFailedException

Exception thrown during negotiate when a transport fails to connect.

WebSocketConnectionContext

Used to make a connection to an SignalR using a WebSocket-based transport.

Remarks

For more information about the SignalR client, see ASP.NET Core SignalR .NET Client.