AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Sockets
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Las siguientes funciones se utilizan para gestionar sockets:
SocketAcceptRun on the server, this function accepts a request for connecting to an existing socket found on the server.
SocketChangeTransmissionModeChanges the transmission mode used on a socket.
SocketClientInfoAllows the server to get information about the current client socket.
SocketCloseCloses a socket or a connection to a server socket.
SocketConfigureConfigura el uso de las funciones Socket.
SocketConnectConnects a client computer to a given socket.
SocketConnectBluetoothConnects a client computer to a specific Bluetooth socket.
SocketConnectInfraredConnects a client computer to a given socket via the infrared port.
SocketConnectSSLUsed to establish a secure connection to an SSL server.
SocketCreateCreates a socket.
SocketCreateBluetoothCreates a socket using a Bluetooth device.
SocketCreateInfraredCreates a socket that uses the infrared port.
SocketCreateSSLCrea un socket seguro según el protocolo SSL.
SocketCreateUDPCreates a socket that uses the UDP protocol.
SocketDenyRun on the server, this function refuses a request for connection to an existing socket found on the server.
SocketExistComprueba si ya existe un socket.
SocketProxyEspecifica si los sockets TCP y WebSockets deben pasar por un proxy SOCKS5 para ejecutar solicitudes.
SocketReadRetrieves a message sent by another socket.
SocketWaitForConnectionRun on the server, this function is used to wait for a connection request coming from the client sockets.
SocketWriteWrites a message intended to another socket.
WebSocketClientConnectEstablishes a connection between the client and a WebSocket server.
WebSocketClientConnectSSLEstablishes an SSL connection between the client and a WebSocket server.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 18/09/2024

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