ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Sockets
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Run on the server, this function refuses a request for connection to an existing socket found on the server.
Remark:
  • If the client computer is using a WINDEV application to connect to this socket, this application will have to use SocketConnect.
  • SocketDeny cannot be used with a UDP socket.
  • SocketDeny can be used with an SSL socket.
Reminder: A socket is a communication resource used by applications to communicate from one computer to another regardless of the type of network.
Syntax
<Result> = SocketDeny(<Socket name>)
<Result>: Boolean
  • True if the connection was denied,
  • False if an error occurred. To get the details of the error, use ErrorInfo.
<Socket name>: Character string
Name of the server socket that refuses the connection. This name was defined:
WINDEV Caution: The socket name is case sensitive.
Remarks
Component: wd270com.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help