The UDPConnection type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
ConnectionDefaultSendReceiveOptions |
The default SendReceiveOptions used for this connection
(Inherited from Connection.) | |
ConnectionInfo |
Connection information related to this connection.
(Inherited from Connection.) | |
ConnectionUDPOptions |
Options associated with this UDPConnection
| |
DefaultUDPOptions |
The default UDPOptions to use where none are otherwise specified.
| |
IgnoreICMPDestinationUnreachable |
By default a UDP datagram sent to an unreachable destination will result in an ICMP Destination Unreachable
packet. This can result in a SocketException on the local end. To avoid this behaviour these ICMP packets
are ignored by default, i.e. this value is set to true. Setting this value to false could cause new UDP
connections to close, possibly unexpectedly.
| |
SyncRoot |
Connection level SyncRoot which can be used to perform multiple thread safe operations on this connection
external to NetworkComms.Net
(Inherited from Connection.) |
See Also