ComponentSpace Who Is Class Library Reference

WhoIsClient Class

Looks up domain registration and other information by sending query messages to who is servers.

For a list of all members of this type, see WhoIsClient Members.

System.Object
   ComponentSpace.WhoIs.WhoIsClient

[Visual Basic]
Public Class WhoIsClient
[C#]
public class WhoIsClient

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The WhoIsClient constructor specifies the address of the server. Optionally, the ReceiveTimeout may be set. The who is request may be sent and the reply received synchronously (blocking) using Lookup, or asynchronously (non-blocking) using BeginLookup, and EndLookup.

Requirements

Namespace: ComponentSpace.WhoIs

Assembly: ComponentSpace.WhoIs (in ComponentSpace.WhoIs.dll)

See Also

WhoIsClient Members | ComponentSpace.WhoIs Namespace