SignalRConnectionInfo 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 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. |