HasProxy(String)

Check if a Proxy is registered
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public abstract bool HasProxy(
	string proxyName
	)

Parameters

proxyNameString

Returns

Boolean
whether a Proxy is currently registered with the given proxyName.