NSUrlProtocol.CanInitWithRequest(NSUrlRequest) 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.
Whether this object can handle the specified request.
[Foundation.Export("canInitWithRequest:")]
public static bool CanInitWithRequest (Foundation.NSUrlRequest request);
static member CanInitWithRequest : Foundation.NSUrlRequest -> bool
Parameters
- request
- NSUrlRequest
Returns
- Attributes