|
EntryStreamControllerRead Method |
Open a read stream of the file to the client
Namespace: DrawerBackup.Storage.WebS.ControllersAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpGetAttribute]
public HttpResponseMessage Read(
[FromUriAttribute] string[] entryData
)
<AuthorizeAttribute>
<HttpGetAttribute>
Public Function Read (
<FromUriAttribute> entryData As String()
) As HttpResponseMessage
public:
[AuthorizeAttribute]
[HttpGetAttribute]
HttpResponseMessage^ Read(
[FromUriAttribute] array<String^>^ entryData
)
[<AuthorizeAttribute>]
[<HttpGetAttribute>]
member Read :
[<FromUriAttribute>] entryData : string[] -> HttpResponseMessage
Parameters
- entryData
- Type: SystemString
Return Value
Type:
HttpResponseMessage
See Also