Files
linux-packaging-mono/mcs/class/System.ServiceModel/Test/config/test1.config

9 lines
204 B
Plaintext
Raw Normal View History

<configuration>
<system.serviceModel>
<client>
<endpoint address="http://localhost:8080" binding="basicHttpBinding" contract="IFoo" />
</client>
</system.serviceModel>
</configuration>