UdpSingleSourceMulticastClient::Dispose Method ()
Leaves the multicast group and releases all resources used by the current instance of the UdpSingleSourceMulticastClient 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 UdpSingleSourceMulticastClient. The Dispose method leaves the UdpSingleSourceMulticastClient in an unusable state. After calling Dispose, you must release all references to the UdpSingleSourceMulticastClient so the garbage collector can reclaim the memory that the UdpSingleSourceMulticastClient was occupying.
Always call Dispose before you release your last reference to the UdpSingleSourceMulticastClient. Otherwise, the resources it is using will not be freed until the garbage collector calls the UdpSingleSourceMulticastClient object's Finalize method.
Available since 4.5
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1