HtmlLoadOptions.ExternalResourcesCredentials

HtmlLoadOptions.ExternalResourcesCredentials field

If loading of external data referenced in HTML requirs credentials, You can put them into this parameter - they will be used during loading of external resources

public ICredentials ExternalResourcesCredentials;

See Also