MonobjcMonobjc Documented Class Library
URLProtocolCachedResponseIsValid Method (protocol, cachedResponse)
NamespacesMonobjc.FoundationINSURLProtocolClientURLProtocolCachedResponseIsValid(NSURLProtocol, NSCachedURLResponse)

Sent to indicate to the URL loading system that a cached response is valid. (required)

Original signature is '- (void)URLProtocol:(NSURLProtocol *)protocol cachedResponseIsValid:(NSCachedURLResponse *)cachedResponse'

Available in Mac OS X v10.2 with Safari 1.0 installed and later.

Declaration Syntax
C#Visual BasicVisual C++
void URLProtocolCachedResponseIsValid(
	NSURLProtocol protocol,
	NSCachedURLResponse cachedResponse
)
Sub URLProtocolCachedResponseIsValid ( _
	protocol As NSURLProtocol, _
	cachedResponse As NSCachedURLResponse _
)
void URLProtocolCachedResponseIsValid(
	NSURLProtocol^ protocol, 
	NSCachedURLResponse^ cachedResponse
)
Parameters
protocol (NSURLProtocol)
The URL protocol object sending the message.
cachedResponse (NSCachedURLResponse)
The cached response whose validity is being communicated.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)