ResetHeaders Method
Resets all of the article headers.
Syntax
[VB.NET] Public Sub ResetHeaders()
[C#] public void ResetHeaders();
Remarks
This method resets all the article headers to "" (empty string). Use this method before posting a new article, so that headers from the previous article are not carried over to the next one.
NOTE: This method has a corresponding asynchronous version (ResetHeadersAsync) for use in the Xamarin environment.