Beispiel #1
0
 public ACookie Secure(bool val)
 {
     WithProperty(() => PropertyNames.Secure, ABool.EqualTo(val));
     return(this);
 }
Beispiel #2
0
 public AFileInfo Exists(bool val)
 {
     WithProperty(() => PropertyNames.Exists, ABool.EqualTo(val));
     return(this);
 }
 public AnIdentity IsAuthenticated(bool val)
 {
     WithProperty(() => PropertyNames.IsAuthenticated, ABool.EqualTo(val));
     return(this);
 }