PreviousNextIndex

Server socket object handle

A handle to a server socket object. This object allows you to listen for and accept TCP/IP socket connections on a given port.

Note: Does not apply to SpeedScript programming.
Syntax

server-socket-handle [ :attribute | :method ] 

server-socket-handle
attribute
method
Attributes

Methods

Events

Note

The server socket object is used to enable the AVM to listen to and accept new connections from socket clients; it is via the socket object that clients and servers communicate. For more information on using sockets, see OpenEdge Development: Programming Interfaces.


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex