Initializes an NSURLProtocol object.
Original signature is '- (id)initWithRequest:(NSURLRequest *)request cachedResponse:(NSCachedURLResponse *)cachedResponse client:(id < NSURLProtocolClient >)client'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.

C# | Visual Basic | Visual C++ |
public virtual Id InitWithRequestCachedResponseClient( NSURLRequest request, NSCachedURLResponse cachedResponse, INSURLProtocolClient client )
Public Overridable Function InitWithRequestCachedResponseClient ( _ request As NSURLRequest, _ cachedResponse As NSCachedURLResponse, _ client As INSURLProtocolClient _ ) As Id
public: virtual Id^ InitWithRequestCachedResponseClient( NSURLRequest^ request, NSCachedURLResponse^ cachedResponse, INSURLProtocolClient^ client )

- request (NSURLRequest)
- The URL request for the URL protocol object.
- cachedResponse (NSCachedURLResponse)
- A cached response for the request; may be nil if there is no existing cached response for the request.
- client (INSURLProtocolClient)
- An object that provides an implementation of the NSURLProtocolClient protocol that the receiver uses to communicate with the URL loading system.

[Missing <returns> documentation for "M:Monobjc.Foundation.NSURLProtocol.InitWithRequestCachedResponseClient(Monobjc.Foundation.NSURLRequest,Monobjc.Foundation.NSCachedURLResponse,Monobjc.Foundation.INSURLProtocolClient)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)