Share via


SocketIONegotiationResult Class

Definition

Connection information for client to create WebSocket connection with service.

[Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))]
public class SocketIONegotiationResult
[<Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))>]
type SocketIONegotiationResult = class
Public Class SocketIONegotiationResult
Inheritance
SocketIONegotiationResult
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

SocketIONegotiationResult(Uri)

Create an instance of the connection information.

Properties

Endpoint

The endpoint for socket.io clients.

Path

The path for socket.io clients.

Token

The access token for socket.io clients.

Applies to