4 overrides of ResponseUri
PresentationCore (1)
System\IO\Packaging\PackWebResponse.cs (1)
320public override Uri ResponseUri
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
71public override System.Uri ResponseUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 162public override System.Uri ResponseUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 269public override System.Uri ResponseUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
3 references to ResponseUri
PresentationCore (3)
MS\Internal\WpfWebRequestHelper.cs (2)
257string extension = MimeTypeMapper.GetFileExtension(response.ResponseUri); 284contentType = MimeTypeMapper.GetMimeTypeFromUri(response.ResponseUri);
System\IO\Packaging\PackWebResponse.cs (1)
338return PackUriHelper.Create(_fullResponse.ResponseUri, _partName);