MonobjcMonobjc Documented Class Library
RequestWithURL Method (theURL)
NamespacesMonobjc.FoundationNSURLRequestRequestWithURL(NSURL)

Creates and returns a URL request for a specified URL with default cache policy and timeout value.

Original signature is '+ (id)requestWithURL:(NSURL *)theURL'

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

Declaration Syntax
C#Visual BasicVisual C++
public static NSURLRequest RequestWithURL(
	NSURL theURL
)
Public Shared Function RequestWithURL ( _
	theURL As NSURL _
) As NSURLRequest
public:
static NSURLRequest^ RequestWithURL(
	NSURL^ theURL
)
Parameters
theURL (NSURL)
The URL for the new request.
Return Value
The newly created URL request.
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)