Inheritance: ServerInfoFetcher
 public ArmaServer(int index, ServerKey key, ServerInfoRulesFetcher fetcher)
     : this(new ArmaServerInfo(index, key), fetcher) {}
Beispiel #2
0
 public ArmaServer(int index, ServerKey key, ServerInfoRulesFetcher fetcher)
     : this(new ArmaServerInfo(index, key), fetcher)
 {
 }
 public ArmaServer(ArmaServerInfo info, ServerInfoRulesFetcher fetcher) {
     Info = info;
     _fetcher = fetcher;
     _filter = ServerFilterBuilder.Build().FilterByAddress(info.ConnectionEndPoint).GetServerFilterWrap();
 }
Beispiel #4
0
 public ArmaServer(ArmaServerInfo info, ServerInfoRulesFetcher fetcher)
 {
     Info     = info;
     _fetcher = fetcher;
     _filter  = ServerFilterBuilder.Build().FilterByAddress(info.ConnectionEndPoint).GetServerFilterWrap();
 }