Class ServerHostInfo
- Namespace
- Geotab.Checkmate.ObjectModel.Web
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Information about the server's host environment.
public class ServerHostInfo
- Inheritance
-
ServerHostInfo
- Inherited Members
Constructors
ServerHostInfo()
Initializes a new instance of the ServerHostInfo class.
public ServerHostInfo()
ServerHostInfo(bool?)
Initializes a new instance of the ServerHostInfo class.
public ServerHostInfo(bool? isFedRamp)
Parameters
Properties
IsFedRamp
Gets or sets a value indicating whether this is a FedRAMP server.
public bool? IsFedRamp { get; set; }
Property Value
- bool?
[true] if this is a FedRAMP server.