System.Runtime.Remoting.Channels.RequestQueue.IsLocal C# (CSharp) Method

IsLocal() private static method

private static IsLocal ( SocketHandler sh ) : bool
sh SocketHandler
return bool
        private static bool IsLocal(SocketHandler sh) {
            return sh.IsLocal();
        }