Class GetSessionResult
Result of the CDP get session command.
public sealed record GetSessionResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetSessionResult>
- Inheritance
-
EmptyResultGetSessionResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetSessionResult(string)
Result of the CDP get session command.
public GetSessionResult(string Session)
Parameters
SessionstringThe CDP session identifier.
Properties
Session
The CDP session identifier.
public string Session { get; init; }