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
- allowDefaultIfNoFormatter
Type: System.Void
Return Value
Type: System.Threading.Tasks.Task<TResult>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.