System.Runtime.Remoting.RemotingServices.ProxyCheckCast C# (CSharp) Method

ProxyCheckCast() static private method

static private ProxyCheckCast ( RealProxy rp, Type castType ) : bool
rp RealProxy
castType Type
return bool
        internal static bool ProxyCheckCast(RealProxy rp, Type castType)
        {
            return CheckCast(rp, castType);
        } // ProxyCheckCast
RemotingServices