| IProxyClientProxyCredentials Property |
Gets the proxy credentials.
Namespace: MailKit.Net.ProxyAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax NetworkCredential ProxyCredentials { get; }
Property Value
NetworkCredentialThe proxy credentials.
Remarks
Gets the credentials to use when authenticating with the proxy server.
See Also