Property | Type | Description | |
---|---|---|---|
LocalIPAddresses | System.Net.IPAddress[] |
Method | Description | |
---|---|---|
MulticastSender ( Socket s ) : System |
Creates a new multicast sender that will send over the provided socket.
|
|
MulticastSender ( Socket s, |
Creates a new multicast sender that will send over the provided socket using the specified addresses.
|
|
Send ( ICopyable data ) : void |
Sends the data over the multicast socket.
|
|
ToString ( ) : string |
public MulticastSender ( Socket s ) : System | ||
s | Socket | The socket to use in sending. |
return | System |
public MulticastSender ( Socket s, |
||
s | Socket | The socket to use in sending. |
LocalIPAddresses | The IP Address of the interfaces to send over. | |
return | System |