[Mono-list] transfer objects by TCP

Robert Jordan robertj at gmx.net
Wed Oct 21 19:33:20 EDT 2009


napfkuchen wrote:
> Hi!
> I've been written two programs, a server and a client and i'm searching for
> a solution to transfer an object between them.
> I have tried some options. TcpChannel throws an AuthenticationException even
> though I disabled the ensureSecurity option (is there another option i've
> not seen?).

A common error is forgetting to disable "ensureSecurity" on the
client side as well.

Robert



More information about the Mono-list mailing list