WebClient.InternetGetCookie Method
[PreserveSig]
[DllImport(EntryPoint="InternetGetCookie", CharSet=CharSet.Auto, SetLastError=True, ExactSpelling=False, PreserveSig=True, CallingConvention=CallingConvention.Winapi, BestFitMapping=False, ThrowOnUnmappableChar=False, Value="wininet.dll")]
public static
bool InternetGetCookie(
string url,
string name,
StringBuilder data,
ref
int dataSize);
See Also
WebClient Class | Arachnode.SiteCrawler.Components Namespace