1 implementation of IWebRequestCreate
PresentationCore (1)
System\IO\Packaging\PackWebRequestFactory.cs (1)
25public sealed class PackWebRequestFactory : IWebRequestCreate
6 references to IWebRequestCreate
netstandard (1)
netstandard.cs (1)
1163[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IWebRequestCreate))]
PresentationCore (2)
System\IO\Packaging\PackWebRequestFactory.cs (2)
48WebRequest IWebRequestCreate.Create(Uri uri) 139return ((IWebRequestCreate) _factorySingleton).Create(uri);
System (1)
src\libraries\shims\System\ref\System.cs (1)
648[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IWebRequestCreate))]
System.Net (1)
System.Net.cs (1)
21[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.IWebRequestCreate))]
System.Net.Requests (1)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (1)
397public static bool RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }