123456789101112131415161718192021222324252627282930313233 |
- .. _func_streams_socketstreamsocket:
- ==================
- SocketStreamSocket
- ==================
- SocketStreamSocket -
- Description
- ===========
- .. code-block:: blitzmax
- SocketStreamSocket:TSocket( stream:TSocketStream )
- Get underlying socket from a socket stream
- Parameters
- ==========
- Return Values
- =============
- The socket used to create the socket stream
- Examples
- ========
- See Also
- ========
|