Click or drag to resize
MimeKit

ProxyClientLocalEndPoint 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#
public IPEndPoint LocalEndPoint { get; set; }

Property Value

IPEndPoint
The local IP end point or null to use the default end point.

Implements

IProxyClientLocalEndPoint
Remarks
Gets or sets the local IP end point to use when connecting to a remote host.
See Also