Socket.Finalize Method

Definition

Frees resources used by the Socket class.

!Socket ()
~Socket ();
override this.Finalize : unit -> unit
Finalize ()

Remarks

The Socket class finalizer calls the Close method to close the Socket and free resources associated with the Socket.

Applies to