The UdpTarget type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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.)
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

See Also