MonobjcMonobjc Documented Class Library
SetPropertyForKeyInRequest Method (value, key, request)
NamespacesMonobjc.FoundationNSURLProtocolSetPropertyForKeyInRequest(Id, NSString, NSMutableURLRequest)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.
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)