コード例 #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;
 }
コード例 #2
0
ファイル: RemoteFile.cs プロジェクト: WilliamCopland/YPILIS
 public RemoteFile(LocalFile localFile, Identity.WebServiceAccount webServiceAccount)
 {
     this.m_FullPath = System.IO.Path.Combine(webServiceAccount.RemoteFileUploadDirectory, localFile.FileName);
     this.m_MemoryStream = localFile.MemoryStream;
 }