SocketCreatingEventArgsRemoteEndPoint Property
Gets a reference to the end point of the remote host to which the connection will be established.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public IPEndPoint RemoteEndPoint { get; }

Property Value

Type: IPEndPoint
The end point which provides information about IP address and port of the connection with the remote host.
See Also