MonobjcMonobjc Documented Class Library
INSURLProtocolClient Interface
NamespacesMonobjc.FoundationINSURLProtocolClient

[Missing <summary> documentation for "T:Monobjc.Foundation.INSURLProtocolClient"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSURLProtocolClient : IManagedWrapper
Public Interface INSURLProtocolClient _
	Inherits IManagedWrapper
public interface class INSURLProtocolClient : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
URLProtocolCachedResponseIsValid(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.


URLProtocolDidCancelAuthenticationChallenge(NSURLProtocol, NSURLAuthenticationChallenge)

Sent to indicate to the URL loading system that an authentication challenge has been canceled. (required)

Original signature is '- (void)URLProtocol:(NSURLProtocol *)protocol didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge'

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


URLProtocolDidFailWithError(NSURLProtocol, NSError)

Sent when the load request fails due to an error. (required)

Original signature is '- (void)URLProtocol:(NSURLProtocol *)protocol didFailWithError:(NSError *)error'

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


URLProtocolDidFinishLoading(NSURLProtocol)

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.


URLProtocolDidLoadData(NSURLProtocol, NSData)

An NSURLProtocol subclass instance, protocol, sends this message to [protocol client] as it loads data. (required)

Original signature is '- (void)URLProtocol:(NSURLProtocol *)protocol didLoadData:(NSData *)data'

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


URLProtocolDidReceiveAuthenticationChallenge(NSURLProtocol, NSURLAuthenticationChallenge)

Sent to indicate to the URL loading system that an authentication challenge has been received. (required)

Original signature is '- (void)URLProtocol:(NSURLProtocol *)protocol didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge'

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


URLProtocolDidReceiveResponseCacheStoragePolicy(NSURLProtocol, NSURLResponse, NSURLCacheStoragePolicy)

Sent to indicate to the URL loading system that the protocol implementation has created a response object for the request. (required)

Original signature is '- (void)URLProtocol:(NSURLProtocol *)protocol didReceiveResponse:(NSURLResponse *)response cacheStoragePolicy:(NSURLCacheStoragePolicy)policy'

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


URLProtocolWasRedirectedToRequestRedirectResponse(NSURLProtocol, NSURLRequest, NSURLResponse)

Sent to indicate to the URL loading system that the protocol implementation has been redirected. (required)

Original signature is '- (void)URLProtocol:(NSURLProtocol *)protocol wasRedirectedToRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse'

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


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)