Click or drag to resize
EntryStreamControllerRead Method
Open a read stream of the file to the client

Namespace: DrawerBackup.Storage.WebS.Controllers
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpGetAttribute]
public HttpResponseMessage Read(
	[FromUriAttribute] string[] entryData
)

Parameters

entryData
Type: SystemString

Return Value

Type: HttpResponseMessage
See Also