MonobjcMonobjc Documented Class Library
RemovePropertyForKeyInRequest Method (key, request)
NamespacesMonobjc.FoundationNSURLProtocolRemovePropertyForKeyInRequest(NSString, NSMutableURLRequest)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
key (NSString)
The key whose value should be removed.
request (NSMutableURLRequest)
The request from which to remove the property value.
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)