Archived

This forum has been archived. Please start a new discussion on GitHub.

Extracting Network parameters from a proxy object

Can the TCP/IP parameters be extracted from a proxy object?

I realise the desire to stay away from such "detail" but it would be good for diagnostics.

What I mean by parameters is type (ie SSL, TCP, UDP), IP Address and port.

Thanks in advanced

Alfred

Comments

  • marc
    marc Florida
    You could convert the proxy to a string, and then parse the string to extract the relevant network information. See Communicator::proxyToString() for details.