Adds a cookie from a string representation
Source position: httpdefs.pp line 207
public function TCookies.AddFromString( |
S: string |
):TCookie; |
S |
|
String representation of the cookie to add |
Newly created cookie from string
AddFromString parses a cookie string and creates a new TCookie instance from it. The string should be in the format used in HTTP Set-Cookie headers.