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