PowerTCP Mail for .NET
RemoteEndPoint Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > CertificateReceivedEventArgs Class : RemoteEndPoint Property




Returns the endpoint of the remote host.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RemoteEndPoint As IPEndPoint
Visual Basic (Usage)Copy Code
Dim instance As CertificateReceivedEventArgs
Dim value As IPEndPoint
 
value = instance.RemoteEndPoint
C# 
public IPEndPoint RemoteEndPoint {get;}
Managed Extensions for C++ 
public: __property IPEndPoint* get_RemoteEndPoint();
C++/CLI 
public:
property IPEndPoint^ RemoteEndPoint {
   IPEndPoint^ get();
}

Property Value

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

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.