[Overview][Constants][Types][Procedures and functions][Index] |
Close one end of full duplex connection (deprecated).
Source position: socketsh.inc line 189
function Shutdown( |
Sock: LongInt; |
How: LongInt |
):LongInt; |
fpShutDown closes one end of a full duplex socket connection, described by Sock. The parameter How determines how the connection will be shut down, and can be one of the following:
On succes, the function returns 0, on error -1 is returned.
SocketError is used to report errors, and includes the following:
|
Create new socket (deprecated) |
|
|
Open a connection to a server socket (deprecated). |