ApiHelperDownloadAsync Method

傳送資料至指定API並取得回傳檔案 (非同步版本)

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Api.ApiHelper (in eBizprise.Framework.Api.ApiHelper.dll) Version: 25.0.1.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public Task<ApiResult<MemoryStream>> DownloadAsync()

Return Value

TaskApiResultMemoryStream
ApiResult<MemoryStream>

Revision History

DateVersionDescription
2025/11/2725.0.1.0新增非同步版本,使用HttpClient

See Also