NSUrlProtocol.SetProperty(NSObject, String, NSMutableUrlRequest) Method

Definition

Sets the value of the specified key in the specified request.

[Foundation.Export("setProperty:forKey:inRequest:")]
public static void SetProperty (Foundation.NSObject value, string key, Foundation.NSMutableUrlRequest inRequest);
static member SetProperty : Foundation.NSObject * string * Foundation.NSMutableUrlRequest -> unit

Parameters

value
NSObject

To be added.

This parameter can be null.

key
String
Attributes

Applies to