Microsoft.AspNetCore.SignalR.ResponseExtensions.Flush C# (CSharp) Method

Flush() public static method

public static Flush ( this response ) : System.Threading.Tasks.Task
response this
return System.Threading.Tasks.Task
        public static Task Flush(this HttpResponse response)
        {
            return response.Body.FlushAsync();
        }
ResponseExtensions