UdpSingleSourceMulticastClient.Dispose Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Leaves the multicast group and releases all resources used by the current instance of the UdpSingleSourceMulticastClient class and the underlying Socket.

Namespace:  System.Net.Sockets
Assembly:  System.Net (in System.Net.dll)

Syntax

'Declaration
<SecuritySafeCriticalAttribute> _
Public Sub Dispose
[SecuritySafeCriticalAttribute]
public void Dispose()

Implements

IDisposable.Dispose()

Remarks

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.

NoteNote:

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.

Version Information

Silverlight

Supported in: 5, 4

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.