ZennoLab Assemblies Documentation
HttpGet Method (IInstanceManagerService)
Execute http get request
Syntax
string HttpGet( 
   string url,
   string proxy,
   string encoding,
   ResponceType respType,
   int timeout,
   string cookies,
   string userAgent,
   bool useRedirect,
   int maxRedirectCount,
   string[] additionalHeaders
)

Parameters

url
proxy
encoding
respType
timeout
cookies
userAgent
useRedirect
maxRedirectCount
additionalHeaders

Return Value

result of the requset
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IInstanceManagerService Interface
IInstanceManagerService Members

Send Feedback