cookiePath (property)

This property contains a path name to limit the cookie to (if provided by the server).

Syntax

- (NSString*)cookiePath:(int)cookieIndex;
public func cookiePath(cookieIndex: Int32) throws -> String

Default Value

""

Remarks

This property contains a path name to limit the cookie to (if provided by the server). If the server does not provide a cookie path, the path property will be an empty string. The convention in this case is to use the path specified by URLPath as the cookie path.

The CookieIndex parameter specifies the index of the item in the array. The size of the array is controlled by the CookieCount property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]