TBinaryProtocol constructor
TBinaryProtocol(
- TTransport transport, {
- bool strictRead = false,
- bool strictWrite = true,
Implementation
TBinaryProtocol(TTransport transport,
{this.strictRead = false, this.strictWrite = true})
: super(transport);