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
- maxBufferSize
Type: System.Int64
Return Value
Type: System.Threading.Tasks.Task