共用方式為


SignalRMessage.ConnectionId Property

Definition

Gets or sets the id of the connection to which the message is going to send.

[Newtonsoft.Json.JsonProperty("connectionId")]
public string ConnectionId { get; set; }
[<Newtonsoft.Json.JsonProperty("connectionId")>]
member this.ConnectionId : string with get, set
Public Property ConnectionId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to