Furcadia Framework For Third Party Programs
ClientBaseEndPoint Property |
[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 44
Syntax
public IPEndPoint EndPoint { get; set; }
Public Property EndPoint As IPEndPoint Get Set Dim instance As ClientBase Dim value As IPEndPoint value = instance.EndPoint instance.EndPoint = value
public: property IPEndPoint^ EndPoint { IPEndPoint^ get (); void set (IPEndPoint^ value); }
member EndPoint : IPEndPoint with get, set
Property Value
Type: IPEndPointSee Also