ZennoLab Assemblies Documentation
GetProxyWithOutDelete Method
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : GetProxyWithOutDelete Method
filterName

Type: System.String

The name of the filter.

Glossary Item Box

Returns the a proxy without removing it.

Syntax

C# 
public static string GetProxyWithOutDelete( 
   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 GetProxyWithOutDelete method.
C#Copy Code
var proxy = ZennoPoster.GetProxyWithOutDelete({filterName});
PHPCopy Code
$proxy = ZennoPoster::GetProxyWithOutDelete({filterName});

Requirements

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

See Also

© 2013 All Rights Reserved.