UDPOptions

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

addressReuse
bool addressReuse()
Undocumented in source. Be warned that the author may not have intended to support it.
addressReuse
void addressReuse(bool addressReuse)
Undocumented in source. Be warned that the author may not have intended to support it.
localAddress
void localAddress(string localAddress)
Undocumented in source. Be warned that the author may not have intended to support it.
localAddress
string localAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
localPort
void localPort(ushort localPort)
Undocumented in source. Be warned that the author may not have intended to support it.
localPort
ushort localPort()
Undocumented in source. Be warned that the author may not have intended to support it.
loopback
void loopback(bool loopback)
Undocumented in source. Be warned that the author may not have intended to support it.
loopback
bool loopback()
Undocumented in source. Be warned that the author may not have intended to support it.
remoteAddress
void remoteAddress(string remoteAddress)
Undocumented in source. Be warned that the author may not have intended to support it.
remoteAddress
string remoteAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
remotePort
void remotePort(ushort remotePort)
Undocumented in source. Be warned that the author may not have intended to support it.
remotePort
ushort remotePort()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta