Click or drag to resize
MimeKit

IProxyClientLocalEndPoint Property

Get or set the local IP end point to use when connecting to a remote host.

Namespace: MailKit.Net.Proxy
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
IPEndPoint LocalEndPoint { get; set; }

Property Value

IPEndPoint
The local IP end point or null to use the default end point.
Remarks
Gets or sets the local IP end point to use when connecting to a remote host.
See Also