INSUrlProtocolClient.ReceivedResponse 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.
[Foundation.Export("URLProtocol:didReceiveResponse:cacheStoragePolicy:")]
[Foundation.Preserve(Conditional=true)]
public void ReceivedResponse (Foundation.NSUrlProtocol protocol, Foundation.NSUrlResponse response, Foundation.NSUrlCacheStoragePolicy policy);
abstract member ReceivedResponse : Foundation.NSUrlProtocol * Foundation.NSUrlResponse * Foundation.NSUrlCacheStoragePolicy -> unit
Parameters
- protocol
- NSUrlProtocol
- response
- NSUrlResponse
- policy
- NSUrlCacheStoragePolicy
- Attributes