Ejemplo n.º 1
0
 public static bool SupportsIpV6(this Server server) => ServerFeatures.SupportsIpV6(server.Features);
Ejemplo n.º 2
0
 public static bool Online(this Server server) => server.Status == 1;
Ejemplo n.º 3
0
 public static bool IsSecureCore(this Server server) => ServerFeatures.IsSecureCore(server.Features);