@microsoft/signalr package
Default |
Default implementation of HttpClient. |
Abort |
Error thrown when an action is aborted. |
Http |
Error thrown when an HTTP request fails. |
Timeout |
Error thrown when a timeout elapses. |
Fetch |
|
Header |
|
Http |
Abstraction over an HTTP client. This class provides an abstraction over an HTTP client so that a different implementation can be provided on different platforms. |
Http |
Represents an HTTP response. |
Hub |
Represents a connection to a SignalR Hub. |
Hub |
A builder for configuring HubConnection instances. |
Json |
Implements the JSON Hub Protocol. |
Null |
A logger that does nothing when log messages are sent to it. |
Subject |
Stream implementation to stream items to the server. |
Xhr |
Abort |
Represents a signal that can be monitored to determine if a request has been aborted. |
Http |
Represents an HTTP request. |
IHttp |
Options provided to the 'withUrl' method on HubConnectionBuilder to configure options for the HTTP-based transports. |
Cancel |
A hub message sent to request that a streaming invocation be canceled. |
Close |
A hub message indicating that the sender is closing the connection. If error is defined, the sender is closing the connection due to an error. |
Completion |
A hub message representing the result of an invocation. |
Hub |
Defines properties common to all Hub messages relating to a specific invocation. |
Hub |
Defines properties common to all Hub messages. |
IHub |
A protocol abstraction for communicating with SignalR Hubs. |
Invocation |
A hub message representing a non-streaming invocation. |
Message |
Defines a dictionary of string keys and string values representing headers attached to a Hub message. |
Ping |
A hub message indicating that the sender is still active. |
Stream |
A hub message representing a streaming invocation. |
Stream |
A hub message representing a single item produced as part of a result stream. |
ILogger |
An abstraction that provides a sink for diagnostic messages. |
IRetry |
An abstraction that controls when the client attempts to reconnect and how many times it does so. |
Retry |
|
ITransport |
An abstraction over the behavior of transports. This is designed to support the framework and not intended for use by applications. |
IStream |
Defines the result of a streaming hub method. |
IStream |
Defines the expected type for a receiver of results streamed by the server. |
ISubscription |
An interface that allows an IStreamSubscriber to be disconnected from a stream. |
Hub |
Union type of all known Hub messages. |
Hub |
Describes the current state of the HubConnection to the server. |
Message |
Defines the type of a Hub Message. |
Log |
Indicates the severity of a log message.
Log Levels are ordered in increasing severity. So |
Http |
Specifies a specific HTTP transport type. |
Transfer |
Specifies the transfer format for a connection. |