BlitzMax Docs -> 2D - Category -> Streams -> CreateSocketStream
CreateSocketStream:TSocketStream( socket:TSocket,autoClose=True )
Returns:
A new socket streamDescription:
Create a socket streamA socket stream allows you to treat a socket as if it were a stream.
If autoClose is true, socket will be automatically closed when the socketstream is closed. Otherwise, it is up to you to somehow close socket ata later time.
Comments
None.
BlitzMax Manual Forum
Blitz3D Equivalent Command




