Check RPC is from Server

Is there any way to verify that an RPC method call received by a client comes from the server and not another client?

I am using C# as my scripting language.

Security needs to be a bit more clever, take a gander over here and see if it’s helps.