HttpIdentity.NetworkLoginCredential Property

IronWebScraper

HttpIdentityNetworkLoginCredential Property

Returns the System.Net.NetworkCredential which will be used on for networks and http authentication (Supports: Windows / NTLM / Keroberos / Linux / BSD / Mac)

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public NetworkCredential NetworkLoginCredential { get; }
Public ReadOnly Property NetworkLoginCredential As NetworkCredential
	Get

Property Value

Type: NetworkCredential
See Also