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.

C# | Visual Basic | Visual C++ |
public static NSMutableURLRequest RequestWithURL( NSURL theURL )
Public Shared Function RequestWithURL ( _ theURL As NSURL _ ) As NSMutableURLRequest
public: static NSMutableURLRequest^ RequestWithURL( NSURL^ theURL )

- theURL (NSURL)
- The URL for the new request.

The newly created URL request.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)