See Also

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

RemoteEndPoint Property

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

Return Type

An IPEndPoint indicating the IP address and port of the remote host.

Remarks

Use RemoteEndPoint along with the remote Certificate for decisions on connection acceptance.

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

CertificateReceivedEventArgs Class  | CertificateReceivedEventArgs Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.