Esempio n. 1
0
 public bool Equals(ServerKey other) => (IpAddress == other.IpAddress) && (Port == other.Port);
 public ArmaServerInfo(int index, ServerKey key) : base(key.ToIpEndpoint()) {
     Index = index;
     Key = key;
 }
 public ArmaServer(int index, ServerKey key, ServerInfoRulesFetcher fetcher)
     : this(new ArmaServerInfo(index, key), fetcher) {}
Esempio n. 4
0
 public ArmaServerInfo(int index, ServerKey key) : base(key.ToIpEndpoint())
 {
     Index = index;
     Key   = key;
 }
Esempio n. 5
0
 public ArmaServer(int index, ServerKey key, ServerInfoRulesFetcher fetcher)
     : this(new ArmaServerInfo(index, key), fetcher)
 {
 }
Esempio n. 6
0
 public bool Equals(ServerKey other) => (IpAddress == other.IpAddress) && (Port == other.Port);