AddCustomFieldAsync Method
This adds a custom name-value pair to be sent with the next request.
Syntax
[VB.NET] Public Function AddCustomFieldAsync(ByVal Name As String, ByVal Value As String) As Task
[C#] public Task AddCustomFieldAsync(string name, string value);