Beispiel #1
0
 /// <summary>
 /// Patch redirected with 307, resulting in a 200 after redirect
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='booleanValue'>
 /// Simple boolean value true
 /// </param>
 public static HttpRedirectsPatch307Headers Patch307(this IHttpRedirects operations, bool?booleanValue = default(bool?))
 {
     return(operations.Patch307Async(booleanValue).GetAwaiter().GetResult());
 }