TLSServerInformation

Represents information known about a TLS server.

Constructors

this
this(string hostname, ushort port)
this
this(string hostname, string service, ushort port)

Members

Functions

hostname
string hostname()
Undocumented in source. Be warned that the author may not have intended to support it.
isLessThan
bool isLessThan(TLSServerInformation b)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(TLSServerInformation b)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(TLSServerInformation b)
Undocumented in source. Be warned that the author may not have intended to support it.
port
ushort port()
Undocumented in source. Be warned that the author may not have intended to support it.
service
string service()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta