共用方式為


SocketIOEventHandlerRequest.SocketId Property

Definition

The socket-id of socket

[System.Runtime.Serialization.DataMember(Name="socketId")]
[System.Text.Json.Serialization.JsonPropertyName("socketId")]
public string SocketId { get; }
[<System.Runtime.Serialization.DataMember(Name="socketId")>]
[<System.Text.Json.Serialization.JsonPropertyName("socketId")>]
member this.SocketId : string
Public ReadOnly Property SocketId As String

Property Value

Attributes

Applies to