IDTSFtpClientConnection100.Connect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Establishes a connection for the client.
public:
bool Connect();
[System.Runtime.InteropServices.DispId(11)]
public bool Connect ();
[<System.Runtime.InteropServices.DispId(11)>]
abstract member Connect : unit -> bool
Public Function Connect () As Boolean
Returns
The established connection.
- Attributes