TcpSocket Send Method Delta Engine Documentation
Send any object to the receiving side. When byte data is big enough and compression is allowed (not already compressed file data) the data will be send compressed via Zip. View code on GitHub

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

public void Send(
	Object data,
	bool allowToCompressMessage = true
)

Implements

Client Send(Object, Boolean)
See Also