SignalRConnectionInfo Class

Definition

A POJO class contains necessary information for a SignalR client to connect to Azure SignalR Service.

public class SignalRConnectionInfo
type SignalRConnectionInfo = class
Public Class SignalRConnectionInfo
Inheritance
SignalRConnectionInfo

Constructors

SignalRConnectionInfo()

Properties

AccessToken

Gets or sets the access token.

Url

Gets or sets the URL that the SignalR client connects to.

Applies to