Domain Detective

API Reference

Struct

ServiceDefinition

Namespace DomainDetective
Assembly DomainDetective
Base ValueType
Modifiers sealed

Defines a target host and port for service checks.

Inheritance

  • ValueType
  • ServiceDefinition

Remarks

Instances describe endpoints that can verify.

Usage

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

Accepted by parameters

Constructors

public ServiceDefinition(String host, Int32 port) #

Initializes a new instance of the ServiceDefinition struct.

Parameters

host System.String requiredposition: 0
The host name to query.
port System.Int32 requiredposition: 1
The port used by the service.

Properties

public String Host { get; } #

Gets the host name.

public Int32 Port { get; } #

Gets the service port.

{{ include "footer" }}