NetManagerSendUnconnectedMessage Method (Byte, NetEndPoint) |
LiteNetLib |
Send message without connection
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public bool SendUnconnectedMessage( byte[] message, NetEndPoint remoteEndPoint )
Parameters
- message
- Type: SystemByte
Raw data - remoteEndPoint
- Type: LiteNetLibNetEndPoint
Packet destination
Return Value
Type: BooleanOperation result
See Also