MultipartFormDataStreamProvider.ExecutePostProcessingAsync Method
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Overload List
Name | Description | |
---|---|---|
ExecutePostProcessingAsync() | Reads the non-file contents as form data.(Overrides MultipartStreamProvider.ExecutePostProcessingAsync().) |
|
ExecutePostProcessingAsync(CancellationToken) | (Overrides MultipartStreamProvider.ExecutePostProcessingAsync(CancellationToken).) |
See Also
MultipartFormDataStreamProvider Class
System.Net.Http Namespace
Return to top
MultipartFormDataStreamProvider.ExecutePostProcessingAsync Method ()
Reads the non-file contents as form data.
Syntax
public override Task ExecutePostProcessingAsync()
public:
virtual Task^ ExecutePostProcessingAsync() override
override ExecutePostProcessingAsync : unit -> Task
Public Overrides Function ExecutePostProcessingAsync As Task
Return Value
Type: System.Threading.Tasks.Task
A task that represents the asynchronous operation.
Return to top
MultipartFormDataStreamProvider.ExecutePostProcessingAsync Method (CancellationToken)
Syntax
public override Task ExecutePostProcessingAsync(
CancellationToken cancellationToken
)
public:
virtual Task^ ExecutePostProcessingAsync(
CancellationToken cancellationToken
) override
override ExecutePostProcessingAsync :
cancellationToken:CancellationToken -> Task
Public Overrides Function ExecutePostProcessingAsync (
cancellationToken As CancellationToken
) As Task
Parameters
- cancellationToken
Type: System.Threading.CancellationToken
Return Value
Type: System.Threading.Tasks.Task
Return to top