SocketTools .NET Edition

DnsClient.Uninitialize Method 

Uninitialize the component and unload the networking library.

[Visual Basic]
Public Sub Uninitialize()
[C#]
public void Uninitialize();

Remarks

The Uninitialize method explicitly releases resources allocated by the component. Normally it is not required that the application call this method since it is automatically called by the class destructor. This method should only be used if the Initialize method was explicitly called.

See Also

DnsClient Class | SocketTools Namespace | Initialize Method