共用方式為


AspNetWebSocketContext.Timestamp 屬性

定義

取得用戶端所傳送的 AspNetWebSocket 訊息時間戳記。

public:
 virtual property DateTime Timestamp { DateTime get(); };
public virtual DateTime Timestamp { get; }
member this.Timestamp : DateTime
Public Overridable ReadOnly Property Timestamp As DateTime

屬性值

時間戳記。

例外狀況

屬性未實作。

適用於