FakeSocket

Undocumented in source.

Members

Aliases

receive
alias receive = Socket.receive
Undocumented in source.
send
alias send = Socket.send
Undocumented in source.

Functions

bind
void bind(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
listen
void listen(int backlog)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
ptrdiff_t receive(void[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
send
ptrdiff_t send(const(void)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setOption
void setOption(SocketOptionLevel level, SocketOption option, void[] value)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

blocking
bool blocking [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
blocking
bool blocking [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
isAlive
bool isAlive [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lastDataSent
lastDataSent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
receiveReturnValue
char[] receiveReturnValue [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
receiveReturnValue
char[] receiveReturnValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta