|
BaseConnectionOptionsGameServerPort Property
|
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 59
Syntax public int GameServerPort { get; set; }
Public Property GameServerPort As Integer
Get
Set
Dim instance As BaseConnectionOptions
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