OnSocks5ProxyStateType typedef

OnSocks5ProxyStateType = void Function(int state, String cmd, String proxyAddress, String localAddress, String remoteAddress)

state:当前 SOCKS5 代理连接状态

Implementation

typedef OnSocks5ProxyStateType = void Function(int state, String cmd,
    String proxyAddress, String localAddress, String remoteAddress);