Click or drag to resize
MimeKit

IProxyClientProxyCredentials Property

Gets the proxy credentials.

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

Property Value

NetworkCredential
The proxy credentials.
Remarks
Gets the credentials to use when authenticating with the proxy server.
See Also