CSL.SettingsHandler.GetTorrentClient C# (CSharp) Method

GetTorrentClient() public static method

public static GetTorrentClient ( ) : string
return string
        public static string GetTorrentClient()
        {
            return settings.TorrentClient;
        }