5 overrides of PreAuthenticate
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
227
public override bool
PreAuthenticate
System\IO\Packaging\PackWebRequest.cs (1)
338
public override bool
PreAuthenticate
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
44
public override bool
PreAuthenticate
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
135
public override bool
PreAuthenticate
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
214
public override bool
PreAuthenticate
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
1 write to PreAuthenticate
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
346
GetRequest().
PreAuthenticate
= value;
1 reference to PreAuthenticate
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
342
return GetRequest().
PreAuthenticate
;