LoggedInEventArgsRemoteEndPoint Property |
Gets a reference to the end point of the server host.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public IPEndPoint RemoteEndPoint { get; }
Public ReadOnly Property RemoteEndPoint As IPEndPoint
Get
Property Value
Type:
IPEndPointThe end point which provides information about IP address and port of the
connection with the server.
See Also