예제 #1
0
 /// <summary>
 /// Redirect get with 307, resulting in a 200 success
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static HttpRedirectsGet307Headers Get307(this IHttpRedirects operations)
 {
     return(operations.Get307Async().GetAwaiter().GetResult());
 }