コード例 #1
0
 /// <summary>
 ///     Downloads the file.
 /// </summary>
 /// <param name="address">The address.</param>
 /// <returns></returns>
 /// <exception cref="RedmineException"></exception>
 /// <exception cref="NotFoundException"></exception>
 /// <exception cref="InternalServerErrorException"></exception>
 /// <exception cref="UnauthorizedException"></exception>
 /// <exception cref="ForbiddenException"></exception>
 /// <exception cref="ConflictException"></exception>
 /// <exception cref="NotAcceptableException"></exception>
 /// <exception cref="NotSupportedException"></exception>
 public byte[] DownloadFile(string address)
 {
     return(WebApiHelper.ExecuteDownloadFile(this, address, "DownloadFile"));
 }