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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.