func_streams_socketstreamsocket.rst 407 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_streams_socketstreamsocket:
  2. ==================
  3. SocketStreamSocket
  4. ==================
  5. SocketStreamSocket -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SocketStreamSocket:TSocket( stream:TSocketStream )
  10. Get underlying socket from a socket stream
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. The socket used to create the socket stream
  16. Examples
  17. ========
  18. See Also
  19. ========