Namespace: ITHit.Server
The IContentAsync type exposes the following members.
Name | Description | |
---|---|---|
ContentLength |
Gets the size of the file content in bytes.
| |
ContentType |
Gets the media type of the file.
| |
Etag |
Gets entity tag - string that identifies current state of resource's content.
|
Name | Description | |
---|---|---|
ReadAsync |
Reads the file content from the repository and writes it to the specified stream.
| |
WriteAsync |
Saves the content of the file from the specified stream to the storage repository.
|