NSHttpCookie.CookiesWithResponseHeaderFields(NSDictionary, NSUrl) 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.
The cookies corresponding to the specified response header fields for the specified URL.
[Foundation.Export("cookiesWithResponseHeaderFields:forURL:")]
public static Foundation.NSHttpCookie[] CookiesWithResponseHeaderFields (Foundation.NSDictionary headerFields, Foundation.NSUrl url);
static member CookiesWithResponseHeaderFields : Foundation.NSDictionary * Foundation.NSUrl -> Foundation.NSHttpCookie[]
Parameters
- headerFields
- NSDictionary
- url
- NSUrl
Returns
- Attributes