Click or drag to resize
SocketConnection Constructor
Consructor

Namespace: AsterNET.IO
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SocketConnection(
	string host,
	int port,
	Encoding encoding
)

Parameters

host
Type: SystemString
client host
port
Type: SystemInt32
client port
encoding
Type: System.TextEncoding
encoding
See Also