FileOutputChannel Properties |
The FileOutputChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| LocalBytesRead |
Gets the number of bytes read from the local disk.
| |
| LocalBytesWritten |
Gets the number of bytes written to the local disk.
| |
| NetworkBytesRead |
Gets the number of bytes read over the network.
| |
| NetworkBytesWritten |
Gets the number of bytes written over the network.
|