MonoTouch.Dialog.UrlConnection.IsDownloading C# (CSharp) Method

IsDownloading() public static method

public static IsDownloading ( string name ) : bool
name string
return bool
		public static bool IsDownloading(string name) {
			return Connections.ContainsKey(name);	
		}