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