PowerTCP FTP for .NET
ConnectTaskAsync Method



Used to specify the local and remote endpoints, and proxy configuration.
Connect to a server using the configuration specified by session.
Syntax
Public Function ConnectTaskAsync( _
   ByVal session As TcpSession _
) As Task
Dim instance As TcpBase
Dim session As TcpSession
Dim value As Task
 
value = instance.ConnectTaskAsync(session)
public Task ConnectTaskAsync( 
   TcpSession session
)
public:
Task^ ConnectTaskAsync( 
   TcpSession^ session
) 

Parameters

session
Used to specify the local and remote endpoints, and proxy configuration.

Return Value

An awaitable task that represents the connect operation.
See Also

Reference

TcpBase Class
TcpBase Members


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