Table of Contents

Namespace nanoFramework.SignalR.Client

Classes

AsyncResult

An asynchronous object that represents the invocation of InvokeCoreAsync(string, Type, object[], int) on the server.

HubConnection

A connection used to invoke hub methods on a SignalR Server. And for server to invoke methods on the client. This client does not support Streams.

HubConnectionOptions

Options to use with a HubConnection object.

SignalrEventMessageArgs

The event arguments that are used when HubConnection.SignalrEvent is called

Enums

HubConnectionState

Describes the current state of the HubConnection to the server.

Delegates

HubConnection.OnInvokeHandler

The handler to be used for when client methods are invoked by the server.

HubConnection.SignalrEvent

The handler to be used for all connection status change.