F
frazer
i am checking a remoting sample and cant understand what this means.
what does this mean?
if(!System.Runtime.Remoting.RemotingServices.IsTransparentProxy(Object1))
{
throw new ApplicationException("Configure remoting first");
}
what does this mean?
if(!System.Runtime.Remoting.RemotingServices.IsTransparentProxy(Object1))
{
throw new ApplicationException("Configure remoting first");
}