|
|
| AcceptData
| Enables or disables data reception (the DataIn event).
|
| Active
| Enables or disables sending and receiving of data.
|
| DataToSend
| A string of data to be sent to the remote host. Write-only property.
|
| DontRoute
| If set to True, forces the socket to send data directly to interface (no routing).
|
| LocalHost
| The name of the local host or user-assigned IP interface through which connections are initiated or accepted.
|
| LocalPort
| The UDP port in the local host where UDPPort binds.
|
| RemoteHost
| The address of the remote host. Domain names are resolved to IP addresses.
|
| RemotePort
| The UDP port in the remote host.
|
| TimeToLive
| The maximum number of subnets that a datagram can traverse.
|