PreviousNextIndex

CREATE SERVER-SOCKET statement

Creates an instance of a server socket object and assigns it to the handle variable specified. It is through this object that a socket-based server application can listen for connections on a TCP/IP port.

Note: Does not apply to SpeedScript programming.
Syntax

CREATE SERVER-SOCKET handle [ NO-ERROR ] 

handle
NO-ERROR
Notes
See also

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


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex