DNSStartInfo

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.net.http.httptrace
  • Platforms: .NET, .NET Standard 2.0, Island

Fields


Host

 

var Host: string;

 

string Host

 

var Host: string

 

Host string

 

FIELD Host() As string

Instance Methods


constructor

 

constructor

 

DNSStartInfo()

 

init()

 

Sub New()

constructor (string)

 

constructor(aHost: string)

 

DNSStartInfo(string aHost)

 

init(_ aHost: string)

 

Sub New(aHost As string)

Parameters:

  • aHost:

constructor (DNSStartInfo)

 

constructor(value: DNSStartInfo)

 

DNSStartInfo(DNSStartInfo value)

 

init(_ value: DNSStartInfo)

 

Sub New(value As DNSStartInfo)

Parameters:

  • value: