data class WebSocketFrameSentEvent : NetworkEvent
<init> |
WebSocketFrameSentEvent(requestId: RequestId, timestamp: MonotonicTime, response: WebSocketFrame) |
requestId |
Request identifier. val requestId: RequestId |
response |
WebSocket response data. val response: WebSocketFrame |
timestamp |
Timestamp. val timestamp: MonotonicTime |