public RemoteFile(LocalFile localFile, Identity.WebServiceAccount webServiceAccount) { this.m_FullPath = System.IO.Path.Combine(webServiceAccount.RemoteFileUploadDirectory, localFile.FileName); this.m_MemoryStream = localFile.MemoryStream; }