|
ProxyOptionsStandalone Property
|
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 59
Syntax public bool Standalone { get; set; }
Public Property Standalone As Boolean
Get
Set
Dim instance As ProxyOptions
Dim value As Boolean
value = instance.Standalone
instance.Standalone = value
public:
property bool Standalone {
bool get ();
void set (bool value);
}
member Standalone : bool with get, set
Property Value
Type:
BooleanRemarks
if standalone is enabled.. then we can skip, Furcadia Client Login
with Firewall/Proxy settings and manage the client triggers ourselves
See Also