Method StopListeningForBroadcasts
StopListeningForBroadcasts()
Causes the server to stop listening for multicast messages, being SSDP search requests and notifications.
Declaration
public void StopListeningForBroadcasts()
Implements
Exceptions
Type | Condition |
---|---|
System.ObjectDisposedException | Thrown if the IsDisposed property is true (because Dispose() has been called previously). |