Exemplo n.º 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='value'>
 /// </param>
 public static void Post(this IValues operations, string value)
 {
     operations.PostAsync(value).GetAwaiter().GetResult();
 }