MCPcopy
hub / github.com/D35m0nd142/LFISuite / close

Method close

socks.py:440–443  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

438 return bytes
439
440 def close(self):
441 if self._proxyconn:
442 self._proxyconn.close()
443 return super(socksocket, self).close()
444
445 def get_proxy_sockname(self):
446 """

Callers 7

connectMethod · 0.95
create_connectionFunction · 0.80
_SOCKS5_requestMethod · 0.80
_negotiate_SOCKS4Method · 0.80
_negotiate_HTTPMethod · 0.80
downloadFunction · 0.80
downloadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected