Gets WHOIS server address of this response.
Namespace: Limilabs.WHOIS.ClientAssembly: Whois (in Whois.dll) Version: 2.0.1238.1610
Syntax
| C# |
|---|
public string Server { get; private set; } |
| Visual Basic |
|---|
Public Property Server As String
Get
Private Set |
| Visual C++ |
|---|
public:
property String^ Server {
String^ get ();
private: void set (String^ value);
} |
See Also