Releases the unmanaged resources used by the current socket, and optionally releases the managed resources also.

Namespace: GHIElectronics.NETMF.Net.Sockets
Assembly: GHIElectronics.NETMF.W5100 (in GHIElectronics.NETMF.W5100.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::..Boolean
true to release both the managed and unmanaged resources used by the current socket; false to release only the unmanaged resources.

See Also