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