4 overrides of RequestUri
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
373public override Uri RequestUri
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
46public override System.Uri RequestUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 140public override System.Uri RequestUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 219public override System.Uri RequestUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
7 references to RequestUri
PresentationCore (2)
MS\Internal\WpfWebRequestHelper.cs (2)
189Uri requestUri = BaseUriHelper.PackAppBaseUri.MakeRelativeUri(request.RequestUri); 205Uri requestUri = BaseUriHelper.PackAppBaseUri.MakeRelativeUri(request.RequestUri);
PresentationFramework (3)
System\Windows\Data\XmlDataProvider.cs (1)
564TraceData.Identify(request.RequestUri.ToString())));
System\Windows\Navigation\NavigationService.cs (2)
2621Uri requestUri = BindUriHelper.GetUriRelativeToPackAppBase(_request.RequestUri); 2853Uri requestUri = BindUriHelper.GetUriRelativeToPackAppBase(_request.RequestUri);
System.Net.WebClient (2)
System\Net\WebClient.cs (2)
949if (request.RequestUri.Scheme == Uri.UriSchemeFile) 1016if (request.RequestUri.Scheme == Uri.UriSchemeFile)