NNTPServerSettings

Undocumented in source.

Members

Properties

enableSsl
deprecated inout(bool) enableSsl [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
requireSsl
deprecated inout(bool) requireSsl [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sslCertFile
deprecated inout(string) sslCertFile [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sslKeyFile
deprecated inout(string) sslKeyFile [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bindAddresses
string[] bindAddresses;
Undocumented in source.
host
string host;
Undocumented in source.
port
ushort port;
Undocumented in source.
requireSSL
bool requireSSL;
Undocumented in source.
sslContext
TLSContext sslContext;
Undocumented in source.

Meta