TransferDirection
Overview
The TransferDirection enumeration is used to describe the data transfer direction when the event handlers are invoked notifying the user code about the data transfer to and from the server.
Location
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack.Events
| Value | Description |
|---|---|
| None | This value is used when raised event is not directly related to the data transfer (f.e. this value can be used to inform the user code about successfully established connection) |
| Receive | Data is being received from the server |
| Send | Data is being send to the server |