Furcadia Framework For Third Party Programs
ClientOptionsGameServerPort Property |
[This is preliminary documentation and is subject to change.]
Game server TCP Port
Namespace: Furcadia.Net.Options
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public int GameServerPort { get; set; }
Public Property GameServerPort As Integer Get Set Dim instance As ClientOptions Dim value As Integer value = instance.GameServerPort instance.GameServerPort = value
public: property int GameServerPort { int get (); void set (int value); }
member GameServerPort : int with get, set
Property Value
Type: Int32See Also