A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

proxy object

[programming] A local representation of a remote object, supporting the same interfaces as the remote object. All interaction with the remote object from the local process is mediated via the proxy object. A local object makes calls on the members of a proxy object as if it were working directly with the remote object.

Related Terms