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