Click or drag to resize

NetPeerRawSend Method

Send raw bytes; only used for debugging

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void RawSend(
	byte[] arr,
	int offset,
	int length,
	IPEndPoint destination
)

Parameters

arr
Type: SystemByte
offset
Type: SystemInt32
length
Type: SystemInt32
destination
Type: System.NetIPEndPoint
See Also