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