P_Furcadia_Net_Options_ProxyOptions_ConnectionRetries - 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.]
Gets or sets the connection retries.
Namespace: Furcadia.Net.Options
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public int ConnectionRetries { get; set; }
VB
Public Property ConnectionRetries As Integer
Get
Set
VB Usage
Dim instance As ProxyOptions
Dim value As Integer
value = instance.ConnectionRetries
instance.ConnectionRetries = value
C++
public:
property int ConnectionRetries {
int get ();
void set (int value);
}
F#
member ConnectionRetries : int with get, set
Type: Int32
Number of reconnection attempts
Default: 5 tries