NSUrlProtocol.SetProperty(NSObject, String, NSMutableUrlRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- key
- String
- inRequest
- NSMutableUrlRequest
- Attributes