共用方式為


AspNetWebSocketContext.AnonymousID 屬性

定義

取得目前 AspNetWebSocket 連接的匿名使用者識別項。

public:
 virtual property System::String ^ AnonymousID { System::String ^ get(); };
public virtual string AnonymousID { get; }
member this.AnonymousID : string
Public Overridable ReadOnly Property AnonymousID As String

屬性值

String

匿名使用者的識別項。

例外狀況

屬性未實作。

適用於