Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   GetSocketErrorText
  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
GetSocketErrorText
  Convert a TCP/IP socket error to text
 
Library wh::internet/tcpip.whlib
 
Syntax PUBLIC STRING FUNCTION GetSocketErrorText (INTEGER errorcode)
 
Parameters
errorcode Code of the error
 
Returns String with the tcp error text belonging to this code
 
 
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