C# Класс OpenQA.Selenium.Remote.SessionId

Provides a mechanism for maintaining a session for a test
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( object obj ) : bool

Compares two Sessions

GetHashCode ( ) : int

Get the hashcode of the key

SessionId ( string opaqueKey )

Initializes a new instance of the SessionId class

ToString ( ) : string

Get the value of the key

Описание методов

Equals() публичный Метод

Compares two Sessions
public Equals ( object obj ) : bool
obj object Session to compare
Результат bool

GetHashCode() публичный Метод

Get the hashcode of the key
public GetHashCode ( ) : int
Результат int

SessionId() публичный Метод

Initializes a new instance of the SessionId class
public SessionId ( string opaqueKey )
opaqueKey string Key for the session in use

ToString() публичный Метод

Get the value of the key
public ToString ( ) : string
Результат string