ClassSessionId
Class
Provides a mechanism for maintaining a session for a test
Definition
Namespace:ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class SessionId
Inheritance: objectSessionId
Constructors
SessionId(string)
Initializes a new instance of the SessionId class
Declaration
cs-api-definition
public SessionId(string opaqueKey)
Parameters
opaqueKey
Key for the session in use
Methods
Equals(object)
Compares two Sessions
GetHashCode()
Get the hash code of the key
Declaration
cs-api-definition
public override int GetHashCode()
Returns
The hash code of the key
Overrides
ToString()
Get the value of the key
Declaration
cs-api-definition
public override string ToString()
Returns
The key in use
Overrides