NetConnection Constructor (IPAddress, Int32)

Furcadia Framework

NetConnection Constructor (IPAddress, Int32)

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

Connect to game server with Host IP address and Specified port

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

Reference