The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NetworkStream::FlushAsync Method (CancellationToken)
.NET Framework (current version)
Flushes data from the stream as an asynchronous operation.
Assembly: System (in System.dll)
Parameters
- cancellationToken
-
Type:
System.Threading::CancellationToken
A cancellation token used to propagate notification that this operation should be canceled.
Return Value
Type: System.Threading.Tasks::Task^Returns Task.
The task object representing the asynchronous operation.
This operation will not block. The returned Task object will complete after data has been flushed from the stream for the NetworkStream instance.
.NET Framework
Available since 4.5
Available since 4.5
Show: