ClientBase.EndPoint Property

Furcadia Framework

ClientBaseEndPoint 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.]

Game Server IP/Port

Namespace:  Furcadia.Net.DirectConnection
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
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: IPEndPoint
See Also

Reference