P_Furcadia_Net_DirectConnection_ClientBase_EndPoint - 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 IP/Port
Namespace: Furcadia.Net.DirectConnection
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public IPEndPoint EndPoint { get; set; }
VB
Public Property EndPoint As IPEndPoint
Get
Set
VB Usage
Dim instance As ClientBase
Dim value As IPEndPoint
value = instance.EndPoint
instance.EndPoint = value
C++
public:
property IPEndPoint^ EndPoint {
IPEndPoint^ get ();
void set (IPEndPoint^ value);
}
F#
member EndPoint : IPEndPoint with get, set
Type: IPEndPoint