|
WebSsettingsLocalOnly Property |
The WebS will only allow localhost access to the services
Namespace: DrawerBackup.Native.Server.WebSAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool LocalOnly { get; set; }
Public Property LocalOnly As Boolean
Get
Set
public:
property bool LocalOnly {
bool get ();
void set (bool value);
}
member LocalOnly : bool with get, set
Property Value
Type:
Boolean
See Also