1 implementation of PreAuthenticate
System (1)
net\System\Net\_AuthenticationManagerBase.cs (1)
186
public abstract Authorization
PreAuthenticate
(WebRequest request, ICredentials credentials);
1 reference to PreAuthenticate
System (1)
net\System\Net\AuthenticationManager.cs (1)
198
return Instance.
PreAuthenticate
(request, credentials);