SmtpSession.LocalEndPoint Property

When overridden in a derived class, the LocalEndPoint property gets or sets the Internet Protocol (IP) end point for the local connection.

Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride Property LocalEndPoint As IPEndPoint
    Get
    Friend Set
'Usage
Dim instance As SmtpSession
Dim value As IPEndPoint

value = instance.LocalEndPoint
public abstract IPEndPoint LocalEndPoint { get; internal set; }

Property Value

Type: System.Net.IPEndPoint
When overridden in a derived class, the LocalEndPoint property returns an instance of the IPEndPoint class.