Click or drag to resize
MimeKit

ProxyClientProxyCredentials Property

Gets the proxy credentials.

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

Property Value

NetworkCredential
The proxy credentials.

Implements

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