5 overrides of UseDefaultCredentials
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
287public override bool UseDefaultCredentials
System\IO\Packaging\PackWebRequest.cs (1)
408public override bool UseDefaultCredentials
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
48public override bool UseDefaultCredentials { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 144public override bool UseDefaultCredentials { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 227public override bool UseDefaultCredentials { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
1 write to UseDefaultCredentials
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
416GetRequest().UseDefaultCredentials = value;
1 reference to UseDefaultCredentials
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
412return GetRequest().UseDefaultCredentials;