Foundation.NSMutableUrlRequest Members

The members of Foundation.NSMutableUrlRequest are listed below.

See Also: Inherited members from Foundation.NSUrlRequest

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
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

AllowsCellularAccessbool. Documentation for this section has not yet been entered.
BodyNSData. Documentation for this section has not yet been entered.
BodyStreamNSInputStream. Documentation for this section has not yet been entered.
CachePolicyNSUrlRequestCachePolicy. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
HeadersNSDictionary. Documentation for this section has not yet been entered.
HttpMethodstring. Documentation for this section has not yet been entered.
default property
Item(string)string. Gets or sets the value of the specified HTTP header.
MainDocumentURLNSUrl. Documentation for this section has not yet been entered.
NetworkServiceTypeNSUrlRequestNetworkServiceType. Documentation for this section has not yet been entered.
ShouldHandleCookiesbool. Documentation for this section has not yet been entered.
TimeoutIntervaldouble. Documentation for this section has not yet been entered.
UrlNSUrl. Documentation for this section has not yet been entered.

Protected Methods

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