共用方式為


SocketIOMessageRequest.Parameters Property

Definition

The parameters of message

[System.Runtime.Serialization.DataMember(Name="parameters")]
[System.Text.Json.Serialization.JsonPropertyName("parameters")]
public System.Collections.Generic.IList<object> Parameters { get; }
[<System.Runtime.Serialization.DataMember(Name="parameters")>]
[<System.Text.Json.Serialization.JsonPropertyName("parameters")>]
member this.Parameters : System.Collections.Generic.IList<obj>
Public ReadOnly Property Parameters As IList(Of Object)

Property Value

Attributes

Applies to