TBinaryProtocol constructor

TBinaryProtocol(
  1. TTransport transport, {
  2. bool strictRead = false,
  3. bool strictWrite = true,
})

Implementation

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