예제 #1
0
 public static string GetAuthField(CookieCollection collection, AuthField authField)
 {
     return(collection.GetValue(authField.ToString()));
 }