WebAddress

A web address.

final
static if(isWeb)
class WebAddress {}

Members

Variables

ipAddresses
string[] ipAddresses;

An array of ip addresses that the web address is bound to.

port
ushort port;

The port the web address is bound to.

Meta