Dart.PowerTCP.EmailValidation Namespace > Dns Class : Client Property (Dns) |
Gets or sets the client hostname or address when a specific interface binding is desired.
[Visual Basic]
<DescriptionAttribute("Gets or Sets the client's interface address or hostname for local binding.")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Property Client As String
[C#]
[DescriptionAttribute("Gets or Sets the client's interface address or hostname for local binding.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public string Client {get; set;}
[C++]
[DescriptionAttribute("Gets or Sets the client's interface address or hostname for local binding.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public: __property string* get_Client();
public: __property void set_Client(
string* value
);
[C++/CLI]
[DescriptionAttribute("Gets or Sets the client's interface address or hostname for local binding.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public:
property String^ Client {
String^ get();
void set (String^ value);
}
A string representing a host name or dot address.
If the local host has multiply interfaces, set this property to either a dot address ("111.111.111.111") or a hostname (which is resolved by DNS), specifying the local interface to use.
Normally, the default interface binding is chosen. Use this property to override the default behavior, which is to bind to the first (default) adapter.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.