Domain Detective

API Reference

Class

OpenRelayResult

Namespace DomainDetective.OpenRelayAnalysis
Assembly DomainDetective

Result of a single open relay check.

Inheritance

  • Object
  • OpenRelayResult

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

Constructors

public OpenRelayResult() #

Properties

public OpenRelayStatus Status { get; set; } #

Status of the relay attempt.

public Nullable<SocketError> SocketErrorCode { get; set; } #

Socket error code when Status is ConnectionFailed.

{{ include "footer" }}