Class GetVersionCommandResponse
Response for Returns version information.
public sealed class GetVersionCommandResponse : ICommandResponse<GetVersionCommandSettings>, ICommandResponse
- Inheritance
-
GetVersionCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
JsVersion
V8 version.
[JsonPropertyName("jsVersion")]
public string JsVersion { get; set; }
Property Value
Product
Product name.
[JsonPropertyName("product")]
public string Product { get; set; }
Property Value
ProtocolVersion
Protocol version.
[JsonPropertyName("protocolVersion")]
public string ProtocolVersion { get; set; }
Property Value
Revision
Product revision.
[JsonPropertyName("revision")]
public string Revision { get; set; }
Property Value
UserAgent
User-Agent.
[JsonPropertyName("userAgent")]
public string UserAgent { get; set; }