repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
Experiments
/
Attic
/
WindsorAndRemoting
/
Client1
/
RemotingTcpConfigClient.config
blob
031af18d606283f7ab28963c946df1ac678a2135
1
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
2
<configuration>
3
<system
.runtime.remoting
>
4
<application>
5
<channels>
6
<channel
ref
=
"tcp"
port
=
"0"
/>
7
</channels>
8
</application>
9
</system
.runtime.remoting
>
10
</configuration>