WebSession.Cookies.NameAtIndex

From Real Software Documentation

Jump to: navigation, search
Method

WebSession.Cookies.NameAtIndex ( Index as Integer ) As String

Returns the name of the cookie at the index passed (0-based).

Note

This method does not raise an OutOfBoundsException if the index is not valid. It simply returns an empty String.

See Also

WebSession.Cookies.Count, WebSession.Cookies.Remove, WebSession.Cookies.Set, WebSession.Cookies.Value

Personal tools