Rfc1006Client.Dispose Method (Boolean)

Releases the unmanaged resource used by the Rfc1006Client class and optionally releases the managed resource.

Namespace: Rfc1006LibNet.Advanced
Assembly:  Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)

C#

protected override void Dispose(
	bool disposing
)


Parameters

disposing
Type: System.Boolean
The value true to release both managed and unmanaged resource; otherwise the value false to release only unmanaged resource.

Reference