  | SocketConnectionClose Method  | 
            Closes the socket connection including its input and output stream and
            frees all associated ressources.
            When calling close() any Thread currently blocked by a call to readLine()
            will be unblocked and receive an IOException.
            
 
Namespace: AsterNET.IOAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxmember Close : unit -> unit 
See Also