Refactored the Kernel registration fluent interface to be more readable, better suppo...
[castle.git] / Facilities / Remoting / Castle.Facilities.Remoting.Tests / Configs / RemotingTcpConfig.config
blob866ad4c65057042a3755193b2eec07c3880c3ffc
1 <?xml version="1.0" encoding="utf-8" ?>
2 <configuration>
3 <system.runtime.remoting>
4 <application>
5 <channels>
6 <channel ref="tcp" port="2133" />
7 </channels>
8 </application>
9 </system.runtime.remoting>
10 </configuration>