你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SocketIOMessageRequest Class

Definition

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
SocketIOMessageRequest
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