PDA

View Full Version : Proxy چیست



Future
شنبه 23 مهر 1384, 20:29 عصر
سلا دوستان
کسی می دونه معنی و مفهوم Proxy یعنی چه؟
یا اگه کسی مقاله دره لطفا مرا راهنمایی کنه؟

Gladiator
شنبه 23 مهر 1384, 20:36 عصر
پراکسی یه چیزیه در حد و حدود مواد مخدر ، مثل گرد نخودی که نظام دو برره مصرف میکنه .

سونا امیری
یک شنبه 24 مهر 1384, 10:33 صبح
خیلی باحالی آقای گلادیاتور

محمد میرمصطفی
یک شنبه 24 مهر 1384, 21:59 عصر
A proxy resides in the address space of the calling process and acts as a surrogate for the remote object. From the perspective of the calling object, the proxy is the object. Typically, the proxy's role is to package the interface parameters for calls to methods in its object interfaces. The proxy packages the parameters into a message buffer and passes the buffer onto the channel, which handles the transport between processes. The proxy is implemented as an aggregate, or composite, object. It contains a system-provided, manager piece called the proxy manager and one or more interface-specific components called interface proxies. The number of interface proxies equals the number of object interfaces that have been exposed to that particular client. To the client complying with the component object model, the proxy appears to be the real object.


مرجع: MSDN