ResetHeadersAsync Method
Resets all HTTP headers, cookies, and localfile.
Syntax
[VB.NET] Public Function ResetHeadersAsync() As IAsyncAction
[C#] public IAsyncAction ResetHeadersAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ResetHeadersAsync MethodResets all HTTP headers, cookies, and localfile. Syntax[VB.NET] Public Function ResetHeadersAsync() As IAsyncAction [C#] public IAsyncAction ResetHeadersAsync(); RemarksThis method is the asynchronous version of the ResetHeaders method and is used to support asynchronous operations in WinRT. Please refer to ResetHeaders for more information. |
||