MonobjcMonobjc Documented Class Library
ConnectionShouldUseCredentialStorageMessage Method (connection)
NamespacesMonobjc.FoundationNSURLConnection..::..NSURLConnectionDelegateEventDispatcherConnectionShouldUseCredentialStorageMessage(NSURLConnection)

Sent to determine whether the URL loader should consult the credential storage for authenticating the connection.

Original signature is '- (BOOL)connectionShouldUseCredentialStorage:(NSURLConnection *)connection'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public bool ConnectionShouldUseCredentialStorageMessage(
	NSURLConnection connection
)
Public Function ConnectionShouldUseCredentialStorageMessage ( _
	connection As NSURLConnection _
) As Boolean
public:
bool ConnectionShouldUseCredentialStorageMessage(
	NSURLConnection^ connection
)
Parameters
connection (NSURLConnection)
The connection sending the message.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSURLConnection.NSURLConnectionDelegateEventDispatcher.ConnectionShouldUseCredentialStorageMessage(Monobjc.Foundation.NSURLConnection)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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