System.Runtime.Remoting.Activation.RemotePropertyHolderAttribute.IsContextOK C# (CSharp) Method

IsContextOK() private method

private IsContextOK ( Context ctx, IConstructionCallMessage msg ) : bool
ctx System.Runtime.Remoting.Contexts.Context
msg IConstructionCallMessage
return bool
        public virtual bool IsContextOK(Context ctx, IConstructionCallMessage msg)
        {
            // The fact that we got instantiated means some remote activation
            // has contributed non-default context properties to the ctorMsg
            return false;
        }