HttpContent.LoadIntoBufferAsync Method (Int64)

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

Syntax

'Declaration
Public Function LoadIntoBufferAsync ( _
    maxBufferSize As Long _
) As Task
'Usage
Dim instance As HttpContent 
Dim maxBufferSize As Long 
Dim returnValue As Task 

returnValue = instance.LoadIntoBufferAsync(maxBufferSize)
public Task LoadIntoBufferAsync(
    long maxBufferSize
)
public:
Task^ LoadIntoBufferAsync(
    long long maxBufferSize
)
member LoadIntoBufferAsync : 
        maxBufferSize:int64 -> Task
public function LoadIntoBufferAsync(
    maxBufferSize : long
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

See Also

Reference

HttpContent Class

LoadIntoBufferAsync Overload

System.Net.Http Namespace