MobileClientControllerGetBundle - метод

Get file bundle.zip. Used by mobile client.

Definition

Пространство имён: Tessa.Web.Client.Controllers
Сборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
[HttpGetAttribute("bundle")]
[ProducesAttribute("application/octet-stream", new string[] { ... })]
[ProducesResponseTypeAttribute(200)]
public Task<IActionResult> GetBundle(
	CancellationToken cancellationToken = default
)

Параметры

cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

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

TaskIActionResult
Stream content for file bundle.zip.

См. также