How to transfer binary file to a remote object?

Hi All,
I want to transfer a binary file to a remote object (using .NET remoting) and I was wondering how this is normally done?
Thanks,
Phil
[168 byte] By [overture] at [2007-11-20 10:57:08]
# 1 Re: How to transfer binary file to a remote object?
Read the file into a byte array and transfer it. ;)
torrud at 2007-11-9 11:36:08 >
# 2 Re: How to transfer binary file to a remote object?
Many thanks!
Phil
overture at 2007-11-9 11:37:08 >