Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AsyncReadWriteAdapter.cs
Go to the documentation of this file.
1using System.IO;
4
5namespace System.Net.Security;
6
Task FlushAsync()
Definition Stream.cs:669
Task WriteAsync(byte[] buffer, int offset, int count)
Definition Stream.cs:914
Task< int > ReadAsync(byte[] buffer, int offset, int count)
Definition Stream.cs:762
Task WaitAsync(TaskCompletionSource< bool > waiter)
AsyncReadWriteAdapter(Stream stream, CancellationToken cancellationToken)
ValueTask< int > ReadAsync(Memory< byte > buffer)
ValueTask WriteAsync(byte[] buffer, int offset, int count)