Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.