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 IAsyncAction
[C#] public IAsyncAction AddCustomFieldAsync(string name, string value);