Click or drag to resize
ReadBufferReadAsync Method
Overload List
  NameDescription
Public methodReadAsync(CancellationToken)
Asynchronously reads bytes into the buffer by calling the callback specified during construction exactly once.
Public methodReadAsync(Byte, Int32, Int32, CancellationToken)
Asynchronously reads bytes from the buffer by calling the callback specified during construction at most once.
Top
See Also