Метод | Описание | |
---|---|---|
MulticastListener ( string multiAddress, int port ) : System.Net |
Initializes a new instance of the MulticastListener class
|
|
StartListening ( ) : void |
Start the listener of multicast message
|
|
StopListening ( ) : void |
Stop the listener of multicast message
|
Метод | Описание | |
---|---|---|
ReceiveLoop ( object obj ) : void |
Receive multicast message
|
public MulticastListener ( string multiAddress, int port ) : System.Net | ||
multiAddress | string | Multicast address |
port | int | The listening port |
Результат | System.Net |