NSUrlProtocol.IsRequestCacheEquivalent(NSUrlRequest, NSUrlRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("requestIsCacheEquivalent:toRequest:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool IsRequestCacheEquivalent(Foundation.NSUrlRequest first, Foundation.NSUrlRequest second);
[<Foundation.Export("requestIsCacheEquivalent:toRequest:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member IsRequestCacheEquivalent : Foundation.NSUrlRequest * Foundation.NSUrlRequest -> bool
Parameters
- first
- NSUrlRequest
- second
- NSUrlRequest
Returns
- Attributes