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 | |
Receive | The channel is receiving data |
Send | The channel is sending data |
ClientChannel class