Domain Detective

API Reference

Class

WebOriginTlsEndpoint

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Direct origin endpoint to validate with TLS SNI.

Inheritance

  • Object
  • WebOriginTlsEndpoint

Usage

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

Constructors

public WebOriginTlsEndpoint(IPAddress address, String hostName, Int32 port = 443) #

Initializes a new instance of the WebOriginTlsEndpoint class.

Parameters

address System.Net.IPAddress requiredposition: 0
hostName System.String requiredposition: 1
port System.Int32 = 443 optionalposition: 2

Properties

public IPAddress Address { get; } #

Gets the origin IP address.

public String HostName { get; } #

Gets the SNI host name.

public Int32 Port { get; } #

Gets the origin TLS port.

{{ include "footer" }}