Foundation.NSUrlComponents Members

The members of Foundation.NSUrlComponents are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
Fragmentstring. The fragment of the URL corresponding to RFC 1808. For instance, http://foo.bar/bat#baz returns 'baz'.
Hoststring. Documentation for this section has not yet been entered.
Passwordstring. Documentation for this section has not yet been entered.
Pathstring. Documentation for this section has not yet been entered.
PercentEncodedFragmentstring. Documentation for this section has not yet been entered.
PercentEncodedHoststring. Documentation for this section has not yet been entered.
PercentEncodedPasswordstring. Documentation for this section has not yet been entered.
PercentEncodedPathstring. Documentation for this section has not yet been entered.
PercentEncodedQuerystring. Documentation for this section has not yet been entered.
PercentEncodedUserstring. Documentation for this section has not yet been entered.
PortNSNumber. Documentation for this section has not yet been entered.
Querystring. Documentation for this section has not yet been entered.
QueryItemsNSUrlQueryItem[]. Documentation for this section has not yet been entered.
Schemestring. Documentation for this section has not yet been entered.
[read-only]
UrlNSUrl. Documentation for this section has not yet been entered.
Userstring. Documentation for this section has not yet been entered.

Public Methods

AsString() : string
Documentation for this section has not yet been entered.
Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
static
FromString(string) : NSUrlComponents
Attempts to parse a string into NSUrlComponents.
static
FromUrl(NSUrl, bool) : NSUrlComponents
The NSUrlComponents for the specified URL, optionally resolving to the base URL.
GetRelativeUrl(NSUrl) : NSUrl
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSUrlComponents object.