Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   SetSocketTimeout
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Internet connectivity
 
File transfer (FTP)
Hypertext transfer (HTTP)
IMAP library
MIME and RFC822
POP3 email
Simple Mail Transfer Protocol (SMTP)
TCP/IP connections
SetSocketTimeout
  Set the timeout used for sending and receiving calls
 
Library wh::internet/tcpip.whlib
 
Syntax PUBLIC MACRO SetSocketTimeout (INTEGER connectionid,INTEGER timeout)
 
Parameters
connectionid ID of the connection to set the timeout for
timeout The timeout in milliseconds (-1 = no timeout)
 
 
In library 'tcpip'
AcceptOnTCPSocket
BindSocket
CloseSocket
ConnectSocket
CreateTCPSocket
CreateUDPSocket
GetHostNameFromURL
GetLastSocketError
GetLocalSocketIP
GetLocalSocketPort
GetPathFromURL
GetPortFromURL
GetRemoteSocketIP
GetRemoteSocketPort
GetSocketErrorText
GetSystemHostName
IsValidHostName
IsValidIPAddress
ListenOnTCPSocket
PrettyIPMask
ReadFromSocket
ResolveHostname
ResolveIPAddress
SetSecureConnection
SetSocketTimeout
StandardizeIPMask
UDPReceive
UDPSend
 
Top To top of page