Dart.PowerTCP.SslSockets Namespace > CertificateReceivedEventArgs Class : RemoteEndPoint Property (CertificateReceivedEventArgs) |
Returns the endpoint of the remote host.
[Visual Basic]
Public ReadOnly Property RemoteEndPoint As IPEndPoint
[C#]
public IPEndPoint RemoteEndPoint {get;}
[C++]
public: __property IPEndPoint* get_RemoteEndPoint();
[C++/CLI]
public:
property IPEndPoint^ RemoteEndPoint {
IPEndPoint^ get();
}
An IPEndPoint indicating the IP address and port of the remote host.
Use RemoteEndPoint along with the remote Certificate for decisions on connection acceptance.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CertificateReceivedEventArgs Class | CertificateReceivedEventArgs Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.