ZennoLab Assemblies Documentation
GetProxy Method (IZennoPosterProjectModel)
Example 
ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoPosterProjectModel Interface : GetProxy Method
Gets the proxy for the current project.
Syntax
string GetProxy()
Example
The following example uses Proxy method of "project".
// get the proxy of the current project
string proxy = project.GetProxy();
// get the proxy of the current project
$proxyRules = $project->GetProxy();
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members