Removes the property associated with the specified key in the specified request.
Original signature is '+ (void)removePropertyForKey:(NSString *)key inRequest:(NSMutableURLRequest *)request'
Available in Mac OS X v10.5 and later.

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

- key (NSString)
- The key whose value should be removed.
- request (NSMutableURLRequest)
- The request from which to remove the property value.

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