NetConnection Constructor (String, Int32)

From Furcadia Framework

NetConnection Constructor (String, 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 DNS and Specified port

Namespace:  Furcadia.Net.DirectConnection
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public NetConnection(
	string host,
	int port
)
Public Sub New ( 
	host As String,
	port As Integer
)

Dim host As String
Dim port As Integer

Dim instance As New NetConnection(host, port)
public:
NetConnection(
	String^ host, 
	int port
)
new : 
        host : string * 
        port : int -> NetConnection

Parameters

host
Type: SystemString
Game Server Host name
port
Type: SystemInt32
Game server TCP Port
See Also

Reference