Exemple #1
0
 public Falkonry(string host, string token)
 {
     this.falkonryService = new FalkonryService(host, token);
 }
 public Falkonry(string host, string token, SortedDictionary <string, string> _piOptions = null)
 {
     _falkonryService = new FalkonryService(host, token, _piOptions);
 }