Interface IUdpSocket
Provides a common interface across platforms for UDP sockets used by this SSDP implementation.
Inherited Members
System.IDisposable.Dispose()
Namespace: Rssdp.Infrastructure
Assembly: cs.temp.dll.dll
Syntax
public interface IUdpSocket : IDisposable
Methods
Name | Description |
---|---|
ReceiveAsync() | Waits for and returns the next UDP message sent to this socket (uni or multicast). |
SendTo(Byte[], UdpEndPoint) | Sends a UDP message to a particular end point (uni or multicast). |