ZennoLab Assemblies Documentation
GetProxy Method (ZennoPoster)
Example 

Type: System.String

The name of the filter.

Type: System.Boolean

true if need to get canonical format of address; otherwise, false.

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

Parameters

filterName

Type: System.String

The name of the filter.

canonical

Type: System.Boolean

true if need to get canonical format of address; otherwise, false.

Return Value

Type: System.String

If "canonical" is false returns a string of the format "ip:port:isSocks"; otherwise returns a string of the format "protocol://login:password@ip:port".

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