Example #1
0
 public override async Task <TStruct> ReadStructBeginAsync(CancellationToken cancellationToken)
 {
     return(await _wrappedProtocol.ReadStructBeginAsync(cancellationToken));
 }