
about 2 minutes to read
The wwSocket class is a basic client side TCP/IP access library that lets you read and write raw sockets with a few simple method calls. Note only TCP/IP is supported - no UTP support.
Based on: Custom
Stored in: wwIPStuff.vcx
Remarks
IMPORTANT: You can only run one socket instance per FoxPro application!!! If you connect a second socket you will kill any previous existing socket connections created with this class.
Requires Winsock 2.0 on the client machine. (ws2_32.dll in your SYSTEM32/SYSTEM dir).
Class Members
© West Wind Technologies, 2023 • Updated: 05/14/13
Comment or report problem with topic