Example—Specifying a simple proxy server

The following proxy server configuration sends all outgoing traffic from the Oracle Life Sciences InForm Publisher application through port 9044 on 127.0.0.1.

<?xml version="1.0" encoding="utf-8" ?>

<configuration>

	<system.net>

		<defaultProxy>

			<proxy proxyaddress="http://127.0.0.1:9044" />

		</defaultProxy>

	</system.net>

</configuration>