| IProxyClientLocalEndPoint Property |
Get or set the local IP end point to use when connecting to a remote host.
Namespace: MailKit.Net.ProxyAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax IPEndPoint LocalEndPoint { get; set; }
Property Value
IPEndPointThe 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