WINSOCK CHANNEL DATA LEN
Indicates the length of the memory block that holds the data your channel has received. It is crucial not to read beyond the boundary of the memory block, as it will most likely crash your application or lead to other mispredictable behaviour.

SYNTAX
Return Integer=WINSOCK CHANNEL DATA LEN(channel as Dword)

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2