Function URL.port
The port part of the URL (optional)
ushort port() nothrow @property @safe const;
void port
(
ushort v
) pure nothrow @property @nogc @safe;
The port part of the URL (optional)
ushort port() nothrow @property @safe const;
void port
(
ushort v
) pure nothrow @property @nogc @safe;