Example #1
0
 // plugin authentication
 public string Authentication(string oo_version, string phrase)
 {
     try { return(server.Authentication(oo_version, phrase)); }
     catch { return(null); }
 }