Image Transfer via Remoting
in C#.
MyRemoteObject.TransferImage((Bitmap)object);
where the declaratino of the method is:
public bool TransferImage(Bitmap bmp)
You can use this sample as a base for getting a remoting infrastructure:
How to create a remote server by using Microsoft Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;307445