[Mono-list] transfer objects by TCP

napfkuchen lieven.sauerwald at web.de
Wed Oct 21 16:22:18 EDT 2009


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?). And in a simple WCF program the client cannot reach the
EndpointAddress when executing the command
(ClientBase<IMyWcfServiceControl>.Channel.ExecuteCommand()).
I usually use MS .NET for my client and mono (2.4) for the server.
Everything works fine when i use .NET for both the server and the client as
well.

Some additional Information:
I used this sample:
http://www.tsjensen.com/blog/2008/03/27/Windows+Form+Talks+To+Windows+Service+Via+WCF+Without+Config+File.aspx

can someone give me a hint or a link to a solution to simply transfer a
LinkedList<MyObject> or an ArrayList filled with MyObjects from server to
client?



-- 
View this message in context: http://www.nabble.com/transfer-objects-by-TCP-tp25945268p25945268.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list