AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Sockets
  • Required permissions
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 uses 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 more details on the error, use ErrorInfo.
<Socket name>: Character string
Name of the server socket that refuses the connection. This name is defined:
WINDEV Caution: The socket name is case sensitive.
Remarks
AndroidAndroid Widget

Required permissions

The call to this function modifies the permissions required by the application.
Required permission : INTERNET
This permission allows the applications to open the network sockets.
Component: wd290com.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 08/04/2024

Señalar un error o enviar una sugerencia | Ayuda local