SessionBaseAssumeLocalHost Property |
SessionNoServer ignores DatabaseLocation host value, it assumes localhost, ServerSessionClient does not assume local host, it follows the DatabaseLocation HostName value.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual bool AssumeLocalHost { get; }
Public Overridable ReadOnly Property AssumeLocalHost As Boolean
Get
public:
virtual property bool AssumeLocalHost {
bool get ();
}
abstract AssumeLocalHost : bool with get
override AssumeLocalHost : bool with get
Property Value
Type:
BooleanSee Also