System.Net.Socket.TSocket.TSocketConnectResult
Delphi
TSocketConnectResult = class(TSocketAsyncResult)
C++
class PASCALIMPLEMENTATION TSocketConnectResult : public TSocket::TSocketAsyncResult
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | protected | System.Net.Socket.pas System.Net.Socket.hpp |
System.Net.Socket | TSocket |
Description
Base class for implementing all asynchronous procedure calls.
System.Net.Socket.TSocket.TSocketConnectResult inherits from System.Classes.TBaseAsyncResult. All content below this line refers to System.Classes.TBaseAsyncResult. Base class for implementing all asynchronous procedure calls.
Never pass TBaseAsyncResult around as an instance reference. You should only ever reference this object through IAsyncResult. If you do not, you may encounter unpredictable behavior.