Sent to indicate to the URL loading system that the protocol implementation has finished loading. (required)
Original signature is '- (void)URLProtocolDidFinishLoading:(NSURLProtocol *)protocol'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.

C# | Visual Basic | Visual C++ |
void URLProtocolDidFinishLoading( NSURLProtocol protocol )
Sub URLProtocolDidFinishLoading ( _ protocol As NSURLProtocol _ )
void URLProtocolDidFinishLoading( NSURLProtocol^ protocol )

- protocol (NSURLProtocol)
- The URL protocol object sending the message.

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