Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Facilities / Remoting / Castle.Facilities.Remoting.Tests / Configs / RemotingTcpConfig2.config
blob56d74710991a852b6a96d70961ebd1dc2c03c2f2
1 <?xml version="1.0" encoding="utf-8" ?>
2 <configuration>
3 <system.runtime.remoting>
4 <application>
5 <channels>
6 <channel ref="tcp" port="12134" />
7 </channels>
8 </application>
9 </system.runtime.remoting>
10 </configuration>