FTPServerInputControlUseSSL Property |
Defines if the connection should use SSL for communication.
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool UseSSL { get; set; }
Public Property UseSSL As Boolean
Get
Set
Dim instance As FTPServerInputControl
Dim value As Boolean
value = instance.UseSSL
instance.UseSSL = value
Property Value
BooleanSee Also