M_Furcadia_Net_DirectConnection_NetConnection__ctor_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

NetConnection Constructor (IPAddress, Int32)

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

Syntax

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

Parameters

 

ip
Type: System.Net.IPAddress
Game Server IP
port
Type: System.Int32
Game Server port

See Also

Reference

NetConnection Class
NetConnection Overload
Furcadia.Net.DirectConnection Namespace

⚠️ **GitHub.com Fallback** ⚠️