forked from gheeres/Ricoh.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config
19 lines (19 loc) · 841 Bytes
/
app.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="deviceManagement" />
<binding name="uDirectory" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://127.0.0.1/DH/devicemanagement" binding="basicHttpBinding"
bindingConfiguration="deviceManagement" contract="ricoh.deviceManagement.deviceManagementPortType"
name="deviceManagement" />
<endpoint address="http://127.0.0.1/DH/udirectory" binding="basicHttpBinding"
bindingConfiguration="uDirectory" contract="ricoh.uDirectory.uDirectoryPortType"
name="uDirectory" />
</client>
</system.serviceModel>
</configuration>