Beispiel #1
0
 public static void BuildClient()
 {
     if (client == null || !client.IsAuthenticated())
     {
         client = new SwiftClient(cfg);
     }
 }
Beispiel #2
0
 // build Swift client using the authentication
 // information in the configuration file
 private void BuildClient()
 {
     if (client == null)
     {
         client = new SwiftClient(cfg);
     }
 }