Utilities.GameServerIp Property

Furcadia Framework

UtilitiesGameServerIp Property

Furcadia Framework For Third Party Programs
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 IP of the Furcadia server. (Furcadia v31c)

update to library config file?

Namespace:  Furcadia.Net.Utils
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public IPAddress GameServerIp { get; }
Public ReadOnly Property GameServerIp As IPAddress
	Get

Dim instance As Utilities
Dim value As IPAddress

value = instance.GameServerIp
public:
property IPAddress^ GameServerIp {
	IPAddress^ get ();
}
member GameServerIp : IPAddress with get

Property Value

Type: IPAddress
See Also

Reference