This article describes the Proxy design pattern. This is a structural design pattern, a category of design pattern used by software engineers, when writing computer programs.

This article needs more work. Please complete the sections below to the same format as the behavioral patterns listed here.

Please improve the introduction and benefits sections, and add any examples you know of, for the pattern.


Table of Contents

Introduction

The Proxy pattern is a design pattern, used in software engineering to... [please contribute]

This pattern is defined as a structural design pattern because [please contribute]

Return to Top


Benefits

[please contribute]

 

 

Return to Top


Examples of the pattern

[please contribute]

 

 

Return to Top


See Also

Link to domain parent articles and related articles in TechNet Wiki.

 

Return to Top


Community Resources

These are the external links, including links to Microsoft and TechNet sites that are non-Wiki

 

Return to Top


References section

Use this section if you pulled source material and ideas from other sites, blogs, or forums. Make sure you have permission from authors to use their material.

 

 

Return to Top