The UdpTarget type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Address |
Get/Set Udp agent IP address
| |
| IsBusy |
Is class busy. This property is true when class is servicing another request, false if
ready to process a new request.
(Inherited from UdpTransport.) | |
| IsIPv6 |
Flag used to determine if class is using IP version 6 (true) or IP version 4 (false)
(Inherited from UdpTransport.) | |
| Port |
Get/Set Udp agent port number
| |
| Retry |
Get/Set Udp agent maximum retry value. Value of 0 (zero) will result in a single request
being sent without further retry attempts.
| |
| Timeout |
Get/Set Udp agent timeout value in milliseconds
|