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();
A string value representing the IP address of the remote host.
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
EchoResult Class | EchoResult Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.