Function ProxyObjectFactory.source

Get the original locator that is used by proxy to fetch the proxied object.

abstract Locator!(Object,string) source () nothrow @property @safe;

Returns

Locator!() original locator containing the proxied object.