ApiHelperDownloadAsync Method

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

Definition

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

Return Value

TaskApiResultMemoryStream
ApiResult<MemoryStream>

Revision History

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

See Also