Class SKFSettings
Inheritance
System.Object
SKFSettings
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SKFSettings : PerMachineSettings, IEquatable<APIBase>
Properties
EnableSKFModule
Declaration
public bool EnableSKFModule { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LogFilePath
Declaration
public string LogFilePath { get; }
Property Value
Type |
Description |
System.String |
|
LogHTTPRequests
If this option is selected, all HTTP requests sent to and received from SKF will be logged to a temporary file. Email addresses and passwords will not be included. When MASTA exits, this setting will revert to being unselected.
Declaration
public bool LogHTTPRequests { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SKFAuthentication
Declaration
public SKFAuthentication SKFAuthentication { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods