Furcadia Framework For Third Party Programs
ProxyOptionsConnectionTimeOut Property |
[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 44
Syntax
public int ConnectionTimeOut { get; set; }
Public Property ConnectionTimeOut As Integer Get Set Dim instance As ProxyOptions Dim value As Integer value = instance.ConnectionTimeOut instance.ConnectionTimeOut = value
public: property int ConnectionTimeOut { int get (); void set (int value); }
member ConnectionTimeOut : int with get, set
Property Value
Type: Int32Time out in seconds
Default: 10 seconds
See Also