StandardSocketConnect(EndPoint, Int32) Method
Establishes a connection to a remote endpoint
Namespace: EnterpriseDT.NetAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override void Connect(
EndPoint remoteEP,
int timeout
)
Public Overrides Sub Connect (
remoteEP As EndPoint,
timeout As Integer
)
public:
virtual void Connect(
EndPoint^ remoteEP,
int timeout
) override
abstract Connect :
remoteEP : EndPoint *
timeout : int -> unit
override Connect :
remoteEP : EndPoint *
timeout : int -> unit
Parameters
- remoteEP EndPoint
-
- timeout Int32
-