System.Win.ScktComp.TCustomWinSocket.DoOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOpen;

C++

void __fastcall DoOpen();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TCustomWinSocket

Description

Opens a connection to a remote socket.

The socket uses DoOpen internally to open a connection to a remote socket. DoOpen handles those tasks that are common to establishing a connection synchronously or asynchronously.

Do not call DoOpen to open a connection. Instead, call the public Open method, which orchestrates the opening of a connection either synchronously or asynchronously, depending on the socket type.

See Also