Share via


SocketIONegotiationAttribute.UserId Property

Definition

The user id of the connection. It will be available for all sockets sharing the same connection.

[Microsoft.Azure.WebJobs.Description.AutoResolve]
public string UserId { get; set; }
[<Microsoft.Azure.WebJobs.Description.AutoResolve>]
member this.UserId : string with get, set
Public Property UserId As String

Property Value

Attributes
Microsoft.Azure.WebJobs.Description.AutoResolveAttribute

Applies to