다음을 통해 공유


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

속성 값

DateTime

타임스탬프입니다.

예외

속성이 구현되지 않습니다.

적용 대상