NSUrlCache.StoreCachedResponse Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
StoreCachedResponse(NSCachedUrlResponse, NSUrlRequest) | |
StoreCachedResponse(NSCachedUrlResponse, NSUrlSessionDataTask) |
StoreCachedResponse(NSCachedUrlResponse, NSUrlRequest)
[Foundation.Export("storeCachedResponse:forRequest:")]
public virtual void StoreCachedResponse (Foundation.NSCachedUrlResponse cachedResponse, Foundation.NSUrlRequest forRequest);
abstract member StoreCachedResponse : Foundation.NSCachedUrlResponse * Foundation.NSUrlRequest -> unit
override this.StoreCachedResponse : Foundation.NSCachedUrlResponse * Foundation.NSUrlRequest -> unit
Parâmetros
- cachedResponse
- NSCachedUrlResponse
- forRequest
- NSUrlRequest
- Atributos
Aplica-se a
StoreCachedResponse(NSCachedUrlResponse, NSUrlSessionDataTask)
[Foundation.Export("storeCachedResponse:forDataTask:")]
[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 StoreCachedResponse (Foundation.NSCachedUrlResponse cachedResponse, Foundation.NSUrlSessionDataTask dataTask);
abstract member StoreCachedResponse : Foundation.NSCachedUrlResponse * Foundation.NSUrlSessionDataTask -> unit
override this.StoreCachedResponse : Foundation.NSCachedUrlResponse * Foundation.NSUrlSessionDataTask -> unit
Parâmetros
- cachedResponse
- NSCachedUrlResponse
- dataTask
- NSUrlSessionDataTask
- Atributos