示例#1
0
 public static bool SupportsIpV6(this Server server) => ServerFeatures.SupportsIpV6(server.Features);
示例#2
0
 public static bool Online(this Server server) => server.Status == 1;
示例#3
0
 public static bool IsSecureCore(this Server server) => ServerFeatures.IsSecureCore(server.Features);