Sets the property associated with the specified key in the specified request.
Original signature is '+ (void)setProperty:(id)value forKey:(NSString *)key inRequest:(NSMutableURLRequest *)request'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.

C# | Visual Basic | Visual C++ |
public static void SetPropertyForKeyInRequest( Id value, NSString key, NSMutableURLRequest request )
Public Shared Sub SetPropertyForKeyInRequest ( _ value As Id, _ key As NSString, _ request As NSMutableURLRequest _ )
public: static void SetPropertyForKeyInRequest( Id^ value, NSString^ key, NSMutableURLRequest^ request )

- value (Id)
- The value to set for the specified property.
- key (NSString)
- The key for the specified property.
- request (NSMutableURLRequest)
- The request for which to create the property.

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