Namespace: ITHit.WebDAV.Server
The IContent 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 | |
|---|---|---|
| Read | 
            Reads the file content from the repository and writes it to the specified stream.
              | |
| Write | 
            Saves the content of the file from the specified stream to the WebDAV repository.
              |