TBinaryProtocol.this

Constructs a new instance.

class TBinaryProtocol(Transport = TTransport)
this
(
Transport trans
,,
int stringSizeLimit = 0
,
bool strictRead = false
,
bool strictWrite = true
)
if (
isTTransport!Transport
)

Parameters

trans Transport

The transport to use.

containerSizeLimit int

If positive, the container size is limited to the given number of items.

stringSizeLimit int

If positive, the string length is limited to the given number of bytes.

strictRead bool

If false, old peers which do not include the protocol version are tolerated.

strictWrite bool

Whether to include the protocol version in the header.

Meta