Up |
_networkOptionReset
Re-initializes all options previously set, except live connections, the Session ID cache, the DNS cache, the cookies. The threaded mode is reset too (set to threaded default mode).
Be careful, if the mode is threaded (mode by default), don't call this function after a perform but when the transfer is finished (see callkack too). If this mode is not threaded, this function should be called after a perform (_networkPerform).
Prototype :
fun [ObjNetwork] ObjNetwork
- ObjNetwork : a network object created with _networkCreate.
Return : ObjNetwork the same object or nil if error (typically a bad argument).
See also :
Example :