Exemple #1
0
 /// <summary>
 /// Send a 400 response with no payload client should treat as an http error
 /// with no error model
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static A Get200ModelA400None(this IMultipleResponses operations)
 {
     return(operations.Get200ModelA400NoneAsync().GetAwaiter().GetResult());
 }