コード例 #1
0
 public static string CreateHeaderName(QueryOption option)
 {
     return string.Format("X-Option-{0}", option.ToString());
 }