PreviousNextIndex

CREATE SOCKET statement

Creates a socket object and assigns it to the handle variable specified. It is through this object that the application can connect to a TCP/IP port and read and write on the socket bound to the port.

Syntax

CREATE SOCKET handle [ NO-ERROR ] 

handle
NO-ERROR
See also

CREATE SERVER-SOCKET statement, DELETE OBJECT statement, Server socket object handle, Socket object handle


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex