Example #1
0
 public static Session Permanent()
 {
     return(new Session(IpFilterNative.CreateSession(), SessionType.Permanent));
 }