TLSServerInformation.this

  1. this(string hostname, ushort port)
  2. this(string hostname, string service, ushort port)
    struct TLSServerInformation
    public
    this
    (
    in string hostname
    ,
    in string service
    ,
    ushort port = 0
    )

Parameters

hostname string

the host's DNS name, if known

service string

is a text string of the service type (eg "https", "tor", or "git")

port ushort

specifies the protocol port of the server (eg for TCP/UDP). Zero represents unknown.

Meta