UdpAnySourceMulticastClient::Dispose Method ()
Leaves the multicast group and releases all resources used by the current instance of the UdpAnySourceMulticastClient class and the underlying the Socket.
Assembly: System.Net (in System.Net.dll)
public: [ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] virtual void Dispose() sealed
Implements
IDisposable::Dispose()Call Dispose when you are finished using the UdpAnySourceMulticastClient. The Dispose method leaves the UdpAnySourceMulticastClient in an unusable state. After calling Dispose, you must release all references to the UdpAnySourceMulticastClientso the garbage collector can reclaim the memory that the UdpAnySourceMulticastClientwas occupying.
Always call Disposebefore you release your last reference to the UdpAnySourceMulticastClient. Otherwise, the resources it is using will not be freed until the garbage collector calls the UdpAnySourceMulticastClient object's Finalize method.
Available since 4.5
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1