TransferDirection
Overview
Used to specify the data transfer direction in Client Channels. The value of this type is passed to certain event handlers, such as ClientChannel to specify the transfer direction.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
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 | The channel is receiving data |
Send | The channel is sending data |
ClientChannel class