| Overload | Description |
|---|---|
| GetPairs(String) | Gets a collection of cookie strings corresponding to the host. Format is "name=value" |
| GetPairs(String,String) | Gets a collection of cookie strings corresponding to the host and path. Format is "name=value" |
| GetPairs(String,String,Boolean) | Gets a collection of cookie strings corresponding to the host, path and secure flag. Format is "name=value" |