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