Furcadia Framework For Third Party Programs
NetConnection Constructor (IPAddress, Int32) |
[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 44
Syntax
public NetConnection( IPAddress ip, int port )
Public Sub New ( ip As IPAddress, port As Integer ) Dim ip As IPAddress Dim port As Integer Dim instance As New NetConnection(ip, port)
public: NetConnection( IPAddress^ ip, int port )
new : ip : IPAddress * port : int -> NetConnection
Parameters
- ip
- Type: System.NetIPAddress
Game Server IP - port
- Type: SystemInt32
Game Server port
See Also