Whisperstream Research Group - CommLib Documentation

Http.GetUrlResponse Method (String, CookieCollection)

Returns the response given by a selected url

public string GetUrlResponse(
   string url,
   CookieCollection cookies
);

Parameters

url
the requested url
cookies
cookie collection object containing cookies to be set

Return Value

the string response or null if not response was given

See Also

Http Class | Whisperstream.CommLib.HttpLib Namespace | Http.GetUrlResponse Overload List