Пример #1
0
 /// <summary>
 /// Patch true Boolean value in request returns 302.  This request should not
 /// be automatically redirected, but should return the received 302 to the
 /// caller for evaluation
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='booleanValue'>
 /// Simple boolean value true
 /// </param>
 public static HttpRedirectsPatch302Headers Patch302(this IHttpRedirects operations, bool?booleanValue = default(bool?))
 {
     return(operations.Patch302Async(booleanValue).GetAwaiter().GetResult());
 }