sockaddr_in

Undocumented in source.

Members

Functions

equals
bool equals(const(sockaddr_in) other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sin_addr
in_addr sin_addr;
Undocumented in source.
sin_family
AddressFamily sin_family;
Undocumented in source.
sin_port
Port sin_port;
Undocumented in source.
sin_zero
char[] sin_zero;
Undocumented in source.

Meta