ClientBase.EndPoint Property

FFF3PP

ClientBaseEndPoint 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 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: IPEndPoint
See Also