Exemplo n.º 1
0
 public static HttpCookie httpOnly(this HttpCookie httpCookie)
 {
     return(httpCookie.httpOnly(true));
 }