コード例 #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);