HttpContent.LoadIntoBufferAsync Method

Serialize the HTTP content to a memory buffer as an asynchronous operation.

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

Syntax

'Declaration
Public Function LoadIntoBufferAsync As Task
'Usage
Dim instance As HttpContent 
Dim returnValue As Task 

returnValue = instance.LoadIntoBufferAsync()
public Task LoadIntoBufferAsync()
public:
Task^ LoadIntoBufferAsync()
member LoadIntoBufferAsync : unit -> Task
public function LoadIntoBufferAsync() : Task

Return Value

Type: System.Threading.Tasks.Task
Returns Task.The task object representing the asynchronous operation.

See Also

Reference

HttpContent Class

LoadIntoBufferAsync Overload

System.Net.Http Namespace