DirectTCPSocketChunkSent

@Serializable
data class DirectTCPSocketChunkSent(val identifier: RequestId, val data: String, val timestamp: MonotonicTime) : NetworkEvent

Fired when data is sent to tcp direct socket stream.

Official doc

Constructors

Link copied to clipboard
constructor(identifier: RequestId, data: String, timestamp: MonotonicTime)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)