Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Dispose the class resource
|
|
SendBytes ( byte bytes, string address, int port ) : void |
Send the soap message over UDP
|
|
SoapOverUdp ( ) : System.Net |
Initializes a new instance of the SoapOverUdp class.
|
|
SoapOverUdp ( string multicastAddress, int multicastPort ) : System.Net |
Initializes a new instance of the SoapOverUdp class.
|
|
StartListening ( ) : void |
Start the unicast and multicast listener
|
|
StopListening ( ) : void |
Stop the unicast and multicast listener
|
Méthode | Description | |
---|---|---|
GetUdpClient ( ) : |
Get a instance of the UDP client
|
|
MulticastListener_multicastMsgArrived ( |
Receive the multicast message
|
|
UnicastListenerMessageArrived ( |
Receive the unicast message
|
public SendBytes ( byte bytes, string address, int port ) : void | ||
bytes | byte | The message data |
address | string | The destination address |
port | int | The destination port |
Résultat | void |
public SoapOverUdp ( string multicastAddress, int multicastPort ) : System.Net | ||
multicastAddress | string | The multicast address |
multicastPort | int | The multicast port |
Résultat | System.Net |