DelimitedMessageHandler.FlushCoreAsync Method

Definition

Calls FlushAsync() on the SendingStream, or equivalent sending stream if using an alternate transport.

protected virtual System.Threading.Tasks.Task FlushCoreAsync ();
abstract member FlushCoreAsync : unit -> System.Threading.Tasks.Task
override this.FlushCoreAsync : unit -> System.Threading.Tasks.Task
Protected Overridable Function FlushCoreAsync () As Task

Returns

A Task that completes when the write buffer has been transmitted.

Applies to