/// <summary> /// Get an array of string ['ArrayQuery1', 'begin!*'();:@ &=+$,/?#[]end' , /// null, ''] using the pipes-array format /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='arrayQuery'> /// an array of string ['ArrayQuery1', 'begin!*'();:@ &=+$,/?#[]end' , /// null, ''] using the pipes-array format /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task ArrayStringPipesValidAsync(this IQueries operations, IList <string> arrayQuery = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken)) { await operations.ArrayStringPipesValidWithHttpMessagesAsync(arrayQuery, null, cancellationToken).ConfigureAwait(false); }