|
|
| 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.
|
| 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 MCast binds.
|
| Loopback | Enables or disables loopback of data sent to the multicast group.
|
| MulticastGroup | Multicast group to join or leave.
|
| ReceiveInterface | The interface to receive multicast packets with. If empty, default is used.
|
| RemoteHost | The address of the remote host (multicast group).
|
| RemotePort | The UDP port in the remote host.
|
| SendInterface | The interface to send multicast packets from. If empty, default is used.
|
| TimeToLive | The maximum number of subnets that a multicast datagram can traverse.
|