CSharpUtils.VirtualFileSystem.RemoteFileSystem.DownloadFile C# (CSharp) Метод

DownloadFile() публичный Метод

public DownloadFile ( String RemoteFile, String LocalFile = null ) : String
RemoteFile String
LocalFile String
Результат String
		public virtual String DownloadFile(String RemoteFile, String LocalFile = null)
		{
			throw(new NotImplementedException());
		}