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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET