SocketTools .NET Edition

DnsClient.Handle Property

Returns the internal handle that is used by the class library.

[Visual Basic]
Public ReadOnly Property Handle As Integer
[C#]
public int Handle {get;}

Property Value

An integer value that specifies the client session handle. A return value of -1 indicates that no handle has been allocated for the class library.

See Also

DnsClient Class | SocketTools Namespace