FileContentHelperGetFileContentAsync - метод

Handle CardGetFileContentRequest and returns FileStreamResult if succeeded.

Definition

Пространство имён: Tessa.Web.Helpers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
public static Task<FileStreamResult> GetFileContentAsync(
	ICardStreamServerRepository cardStreamServerRepository,
	HttpResponse httpResponse,
	CardGetFileContentRequest request,
	CancellationToken cancellationToken = default
)

Параметры

cardStreamServerRepository  ICardStreamServerRepository
Репозиторий для потокового управления карточками на сервере.
httpResponse  HttpResponse
Represents the outgoing side of an individual HTTP request.
request  CardGetFileContentRequest
Запрос на получение контента версии файла, прикреплённого к карточке, от сервиса карточек.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

Возвращаемое значение

TaskFileStreamResult
FileStreamResult if succeeded.

См. также