Пример #1
0
 public PushUploadParameter(FileInfo localFile, string sourceId = null) : this(localFile.Name, localFile.AsStream(), sourceId)
 {
 }