Gets or sets a value indicating if the Telnet interrupt signal should be sent before the QUIT command is sent to an FTP server, allowing an FTP server to be notified that the connection will be terminated. This property does not apply to the Compact Framework.
'Declaration
Public Property SendTelnetInterruptSignal As Boolean
'Usage
Dim instance As FtpClient
Dim value As Boolean
instance.SendTelnetInterruptSignal = value
value = instance.SendTelnetInterruptSignal
public bool SendTelnetInterruptSignal {get; set;}
Property Value
true if the Telnet interrupt signal should be sent;
false otherwise. By default,
false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2