Sends a single object to the provided endPoint. NOTE: Any possible reply will be ignored unless listening for incoming UDP packets.
Namespace: NetworkCommsDotNet.Connections.UDPAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- sendingPacketType
- Type: System String
The sending packet type
- objectToSend
- Type: System Object
The object to send
- ipEndPoint
- Type: System.Net IPEndPoint
The destination IPEndPoint. Supports multicast endpoints.
See Also