TcpSocket Connect Method Delta Engine Documentation

Namespace: DeltaEngine.Networking.Tcp
Assembly: DeltaEngine.Networking (in DeltaEngine.Networking.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void Connect(
	string serverAddress,
	int serverPort,
	Action optionalTimedOut = null
)

Implements

Client Connect(String, Int32, Action)
See Also