WebSocketWillSendHandshakeRequestParameter

@Serializable
data class WebSocketWillSendHandshakeRequestParameter(val requestId: String, val timestamp: Double, val wallTime: Double, val request: Network.WebSocketRequest)

Fired when WebSocket is about to initiate handshake.

Constructors

constructor(requestId: String, timestamp: Double, wallTime: Double, request: Network.WebSocketRequest)

Properties

Link copied to clipboard

WebSocket request data.

Link copied to clipboard

Request identifier.

Link copied to clipboard

Timestamp.

Link copied to clipboard

UTC Timestamp.