P_Furcadia_Net_Options_ProxyOptions_Standalone - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Allow the connection to stay open after the client drops?
Namespace: Furcadia.Net.Options
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public bool Standalone { get; set; }
VB
Public Property Standalone As Boolean
Get
Set
VB Usage
Dim instance As ProxyOptions
Dim value As Boolean
value = instance.Standalone
instance.Standalone = value
C++
public:
property bool Standalone {
bool get ();
void set (bool value);
}
F#
member Standalone : bool with get, set
Type: Boolean
if standalone is enabled.. then we can skip, Furcadia Client Login with Firewall/Proxy settings and manage the client triggers ourselves