Discuss this help topic in SecureBlackbox Forum

TElSocket.StartAsyncConnect

TElSocket     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Starts the asynchronous connection.

Declaration

[C#]
    int StartAsyncConnect();

[VB.NET]
    Function StartAsyncConnect() As Integer

[Pascal]
    function StartAsyncConnect: Integer;

[C++]
    int32_t StartAsyncConnect();

[PHP]
    integer StartAsyncConnect()

[Java]
    int startAsyncConnect();

Description

    This method initiates an asynchronous connection.

Discuss this help topic in SecureBlackbox Forum