SocketIOMessageRequest 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.
Connect event
[System.Runtime.Serialization.DataContract]
public class SocketIOMessageRequest : Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.Trigger.Model.SocketIOEventHandlerRequest
[<System.Runtime.Serialization.DataContract>]
type SocketIOMessageRequest = class
inherit SocketIOEventHandlerRequest
Public Class SocketIOMessageRequest
Inherits SocketIOEventHandlerRequest
- Inheritance
- Attributes
Constructors
SocketIOMessageRequest(String, String, String, String, IList<Object>) |
The disconnected event request |
Properties
EventName |
The event name of the message. |
Namespace |
The namespace of socket (Inherited from SocketIOEventHandlerRequest) |
Parameters |
The parameters of message |
Payload |
The payload of message |
SocketId |
The socket-id of socket (Inherited from SocketIOEventHandlerRequest) |
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