ResetHeadersAsync Method
Resets all the message headers to empty.
Syntax
[VB.NET]
Public Function ResetHeadersAsync() As Task
[C#]
public Task ResetHeadersAsync();
Remarks
This 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.