- addressReuse
bool addressReuse()
Undocumented in source. Be warned that the author may not have intended to support it.
- close
auto close()
Undocumented in source. Be warned that the author may not have intended to support it.
- closed
auto closed()
Undocumented in source. Be warned that the author may not have intended to support it.
- joinMulticastGroup
void joinMulticastGroup(string multicastGroupAddress)
Undocumented in source. Be warned that the author may not have intended to support it.
- leaveMulticastGroup
void leaveMulticastGroup(string multicastGroupAddress)
Undocumented in source. Be warned that the author may not have intended to support it.
- localAddress
Optional!(string) localAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
- localPort
Optional!(ushort) localPort()
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.
- onmessage
void onmessage(Optional!(T0) onmessage)
Undocumented in source. Be warned that the author may not have intended to support it.
- onmessage
EventHandler onmessage()
Undocumented in source. Be warned that the author may not have intended to support it.
- opened
auto opened()
Undocumented in source. Be warned that the author may not have intended to support it.
- readyState
SocketReadyState readyState()
Undocumented in source. Be warned that the author may not have intended to support it.
- remoteAddress
Optional!(string) remoteAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
- remotePort
Optional!(ushort) remotePort()
Undocumented in source. Be warned that the author may not have intended to support it.
- send
bool send(SumType!(string, Blob, ArrayBuffer, ArrayBufferView) data, Optional!(T1) remoteAddress, Optional!(T2) remotePort)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
bool send(SumType!(string, Blob, ArrayBuffer, ArrayBufferView) data, Optional!(T1) remoteAddress)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
bool send(SumType!(string, Blob, ArrayBuffer, ArrayBufferView) data)
Undocumented in source. Be warned that the author may not have intended to support it.