P2PStateServer.ServiceMessage.Validate C# (CSharp) Method

Validate() protected method

Validates a message
protected Validate ( ) : bool
return bool
        protected virtual bool Validate()
        {
            return !isError;
        }