コード例 #1
0
ファイル: TProtocolDecorator.cs プロジェクト: shivam00/thrift
 public override async Task WriteFieldBeginAsync(TField field, CancellationToken cancellationToken)
 {
     await _wrappedProtocol.WriteFieldBeginAsync(field, cancellationToken);
 }