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