WebsocketConnection.maxIncomingPayloadSize

ulong maxIncomingPayloadSize() @property

Get maxIncomingPayloadSize property.

Returns

The maximum payload size for incoming packets.

The protocol expects or 0 to not limit it.

void maxIncomingPayloadSize(ulong propval) @property

Set maxIncomingPayloadSize property.

Parameters

propvalThe maximum payload size for incoming packets. The protocol expects or 0 to not limit it.