I would like to connecting to a DTS server that is not under my corporate proxy.

What would I need to do before this?

ServerConnectionSecureSocket scss = new ServerConnectionSecureSocket(host, port, user, pass);

Thanks!