See Also

EchoResult Class  | EchoResult 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

RemoteAddress Property

Dart.PowerTCP.SslSockets Namespace > EchoResult Class : RemoteAddress Property (EchoResult)

Returns the IP address of the remote host.

[Visual Basic]
Public ReadOnly Property RemoteAddress As String
[C#]
public string RemoteAddress {get;}
[C++]
public: __property string* get_RemoteAddress();
[C++/CLI]
public: property String^ RemoteAddress {    String^ get(); }

Return Type

A string value representing the IP address of the remote host.

Remarks

If an IP address is specified in the Send or Send operation, this property returns that address. If a host name is specified in the Send or Send operation, the host name is resolved to an IP address to be used for the request. This IP address is returned by this property.

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

EchoResult Class  | EchoResult Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.