Progress
Language Reference


CREATE SERVER-SOCKET Statement

Interfaces
OS
SpeedScript
All
All
No

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.

SYNTAX

CREATE SERVER-SOCKET handle [ NO-ERROR ] 

handle

Variable of type HANDLE into which the CREATE SERVER-SOCKET statement stores the new server socket handle.

NO-ERROR

Specifies that any errors that occur during the creation of the server socket handle are suppressed. After the CREATE SERVER-SOCKET statement completes, the ERROR-STATUS system handle can be checked for information about any errors that might have occurred.

NOTES

SEE ALSO

CREATE SOCKET Statement, DELETE OBJECT Statement, Server Socket Object Handle, Socket Object Handle


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095