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. |
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET