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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET