AspNetWebSocketContext.AnonymousID Property

.NET Framework (current version)
 

Gets the anonymous-user identifier for the current AspNetWebSocket connection.

Namespace:   System.Web.WebSockets
Assembly:  System.Web (in System.Web.dll)

Public Overridable ReadOnly Property AnonymousID As String

Property Value

Type: System.String

The identifier for the anonymous user.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: