See Also

Dns Class  | Dns Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

Client Property

Dart.PowerTCP.SslSockets Namespace > Dns Class : Client Property

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); }

Return Type

A string representing a host name or dot address.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Dns Class  | Dns Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.