|
Summary
Get the current Transmission mode.
Description
The TransmissionMode property is used to get the current transmission mode. There are two legal values for this property:
TRANSMISSION_MODE_STREAM TRANSMISSION_MODE_BLOCK
User can use BlockMode function to set the transmission mode to block mode and StreamMode function to set it to stream mode.
Default value for this property is TRANSMISSION_MODE_STREAM.
Example
Mode = FTPClient.TransmissionMode
Note
For new applications use the BlockMode or StreamMode methods to set the transmission mode.
|