Can synchronous members of remoting proxy object be called from multiple threads simlutaneusly ? Auto generated proxy, in my case it is .NET1.1 remoting. The server model is SingleCall (but I guess that this is not importantn for client model). Or it is necessary to synchornize access to the proxied object ? I have only ane channel and only one object. There are no callbacks.