ZennoLab Assemblies Documentation
GetProxy Method (ZennoPoster)
Example 

Type: System.String

The name of the filter.

Returns the proxy with the removal.
Syntax
public static string GetProxy( 
   string filterName
)

Parameters

filterName

Type: System.String

The name of the filter.

Return Value

Type: System.String

Contains a string of the form "ip:port:isSocks"

Example
The following example shows call the GetProxy method.
var proxy = ZennoPoster.GetProxy({filterName});
$proxy = ZennoPoster::GetProxy({filterName});
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

ZennoPoster Class
ZennoPoster Members

Send Feedback