NSUrlCache.RemoveCachedResponse 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
RemoveCachedResponse(NSUrlRequest) | |
RemoveCachedResponse(NSUrlSessionDataTask) |
RemoveCachedResponse(NSUrlRequest)
[Foundation.Export("removeCachedResponseForRequest:")]
public virtual void RemoveCachedResponse (Foundation.NSUrlRequest request);
abstract member RemoveCachedResponse : Foundation.NSUrlRequest -> unit
override this.RemoveCachedResponse : Foundation.NSUrlRequest -> unit
参数
- request
- NSUrlRequest
- 属性
适用于
RemoveCachedResponse(NSUrlSessionDataTask)
[Foundation.Export("removeCachedResponseForDataTask:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveCachedResponse (Foundation.NSUrlSessionDataTask dataTask);
abstract member RemoveCachedResponse : Foundation.NSUrlSessionDataTask -> unit
override this.RemoveCachedResponse : Foundation.NSUrlSessionDataTask -> unit
参数
- dataTask
- NSUrlSessionDataTask
- 属性