UdpSingleSourceMulticastClient.Finalize Method

Releases the resources held by the current UdpAnySourceMulticastClient class.

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

Syntax

'Declaration
Protected Overrides Sub Finalize
protected override void Finalize()

Remarks

This method overrides Object.Finalize. Application code should not call this method; an object's Finalize method is automatically invoked during garbage collection, unless finalization by the garbage collector has been disabled by a call to the GC.SuppressFinalize method.

Version Information

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.

See Also

Reference

UdpSingleSourceMulticastClient Class

System.Net.Sockets Namespace