ObjectContent.ReadAsyncInternal<T> Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Protected Function ReadAsyncInternal(Of T) ( _
    allowDefaultIfNoFormatter As Void _
) As Task
protected Task ReadAsyncInternal<T>(
    void allowDefaultIfNoFormatter
)
protected:
generic<typename T>
Task^ ReadAsyncInternal(
    void allowDefaultIfNoFormatter
)
member ReadAsyncInternal : 
        allowDefaultIfNoFormatter:unit -> Task 
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

Return Value

Type: System.Threading.Tasks.Task<TResult>

.NET Framework Security

See Also

Reference

ObjectContent Class

System.Net.Http Namespace