MonobjcMonobjc Documented Class Library
NSURLHandleStatus Enumeration
NamespacesMonobjc.FoundationNSURLHandleStatus

These following constants are defined by NSURLHandle and are returned by status.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSURLHandleStatus
Public Enumeration NSURLHandleStatus
public enum class NSURLHandleStatus
Members
MemberDescription
NSURLHandleNotLoaded

The resource data has not been loaded. (Deprecated. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.)

Available in Mac OS X v10.0 and later.


NSURLHandleLoadSucceeded

The resource data was successfully loaded. (Deprecated. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.)

Available in Mac OS X v10.0 and later.


NSURLHandleLoadInProgress

The resource data is in the process of loading. (Deprecated. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.)

Available in Mac OS X v10.0 and later.


NSURLHandleLoadFailed

The resource data failed to load. (Deprecated. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.)

Available in Mac OS X v10.0 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)