P_Furcadia_Net_Options_ProxyOptions_ConnectionTimeOut - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

ProxyOptions.ConnectionTimeOut Property

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 time out.

Namespace: Furcadia.Net.Options
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public int ConnectionTimeOut { get; set; }

VB

Public Property ConnectionTimeOut As Integer
	Get
	Set

VB Usage

Dim instance As ProxyOptions
Dim value As Integer

value = instance.ConnectionTimeOut

instance.ConnectionTimeOut = value

C++

public:
property int ConnectionTimeOut {
	int get ();
	void set (int value);
}

F#

member ConnectionTimeOut : int with get, set

Property Value

Type: Int32
Time out in seconds

Default: 10 seconds

See Also

Reference

ProxyOptions Class
Furcadia.Net.Options Namespace

⚠️ **GitHub.com Fallback** ⚠️