TLSServerInformation.this

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

Parameters

hostname string

the host's DNS name, if known

port ushort

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

Meta