Domain Detective

API Reference

Class

EmailSmtpProxyOptions

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

SMTP proxy settings (SOCKS5).

Inheritance

  • Object
  • EmailSmtpProxyOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Properties

public String Host { get; set; } #

Proxy host name or IP.

public Int32 Port { get; set; } #

Proxy port.

public String Username { get; set; } #

Proxy username.

public String Password { get; set; } #

Proxy password.

public Boolean IsConfigured { get; } #

True when proxy configuration is usable.

{{ include "footer" }}