NetConnection Constructor (String, Int32)

FFF3PP

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

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