[Mono-list] transfer objects by TCP

napfkuchen lieven.sauerwald at web.de
Thu Oct 22 03:48:43 EDT 2009


Hi,
Thank you both for your response.t
I set the [Serializable] expression.
    [Serializable]
    public class Test
    {}
And i set the enforceSecurity flat to false as well.

lieven


Petit Eric wrote:
> 
> When you spoke about "object", you think about serializable object ?
> Serialization could be a solution ?
> 
> 2009/10/22 Robert Jordan <robertj at gmx.net>:
>> 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
>>
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
> 
> 
> 
> -- 
> Cordially.
> 
> Small Eric Quotations of the days:
> ---------------------------------------------------------------------------
> I have no special talents. I am only passionately curious
> Sent from Paris, France
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 

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



More information about the Mono-list mailing list