SocketConnectedEventArgsRemoteEndPoint Property |
Gets a reference to the end point of the remote host to which
the connection was just established.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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 remote host.
See Also