PowerTCP FTP for .NET
ConnectType Property



Gets or sets a value that specifies how the data connection is established.
Syntax
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ConnectType As DataConnectType
Dim instance As FtpSession
Dim value As DataConnectType
 
instance.ConnectType = value
 
value = instance.ConnectType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public DataConnectType ConnectType {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property DataConnectType ConnectType {
   DataConnectType get();
   void set (    DataConnectType value);
}

Property Value

DataConnectType
See Also

Reference

FtpSession Class
FtpSession Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic