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