FTPServerOptionsUseSSL Property |
Defines if an SSL connection should be used
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: 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 FTPServerOptions
Dim value As Boolean
value = instance.UseSSL
instance.UseSSL = value
Property Value
BooleanSee Also