コード例 #1
0
 /// <summary>
 /// Get a response with header value "Content-Type": "text/html"
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static HeaderResponseProtectedKeyHeaders ResponseProtectedKey(this IHeader operations)
 {
     return(operations.ResponseProtectedKeyAsync().GetAwaiter().GetResult());
 }