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