﻿<?xml version="1.0" encoding="utf-8"?>
<!-- 現在ログオンしているユーザーの資格情報を使用して認証する必要がある場合 -->
<!--
<ProxyServerSettings>
	<Address>192.168.103.49</Address>
	<Port>8080</Port>
	<UseDefault>true</UseDefault>
</ProxyServerSettings>
-->

<!-- 認証に任意の資格情報を設定する必要がある場合 -->
<!--
<ProxyServerSettings>
	<Address>192.168.103.49</Address>
	<Port>8081</Port>
	<UseDefault>false</UseDefault>
	<UserName>hammock</UserName>
	<Password>hammock1</Password>
	<BypassLocal>false</BypassLocal>
</ProxyServerSettings>
-->

<!-- 認証に任意の資格情報を設定する必要がある場合 + ドメイン指定  -->
<!--
<ProxyServerSettings>
	<Address></Address>
	<Port></Port>
	<UseDefault></UseDefault>
	<UserName></UserName>
	<Password></Password>
	<Domain></Domain>
	<BypassLocal></BypassLocal>
</ProxyServerSettings>
-->