P_Furcadia_Net_Options_ClientOptions_GameServerPort - 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.]
Game server TCP Port
Namespace: Furcadia.Net.Options
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public int GameServerPort { get; set; }
VB
Public Property GameServerPort As Integer
Get
Set
VB Usage
Dim instance As ClientOptions
Dim value As Integer
value = instance.GameServerPort
instance.GameServerPort = value
C++
public:
property int GameServerPort {
int get ();
void set (int value);
}
F#
member GameServerPort : int with get, set
Type: Int32