M_Furcadia_Net_DirectConnection_NetConnection__ctor_1 - 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.]
Connect to game server with Host IP address and Specified port
Namespace: Furcadia.Net.DirectConnection
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public NetConnection(
IPAddress ip,
int port
)
VB
Public Sub New (
ip As IPAddress,
port As Integer
)
VB Usage
Dim ip As IPAddress
Dim port As Integer
Dim instance As New NetConnection(ip, port)
C++
public:
NetConnection(
IPAddress^ ip,
int port
)
F#
new :
ip : IPAddress *
port : int -> NetConnection
- ip
- Type: System.Net.IPAddress
Game Server IP - port
- Type: System.Int32
Game Server port
NetConnection Class
NetConnection Overload
Furcadia.Net.DirectConnection Namespace