Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   SetSecureConnection
  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
SetSecureConnection
  Make a current TCP connection secure using SSL
 
Library wh::internet/tcpip.whlib
 
Syntax PUBLIC BOOLEAN FUNCTION SetSecureConnection (INTEGER connectionid,BOOLEAN initiate)
 
Parameters
connectionid ID of connection to secure
initiate True to initiate a secure connection, false to accept a secure connection
 
Returns True on success
 
 
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