SocketConnection

std.socket transport

Constructors

this
this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(URL url)
Undocumented in source. Be warned that the author may not have intended to support it.
recv
immutable(ubyte)[] recv(size_t to_receive)
Undocumented in source. Be warned that the author may not have intended to support it.
send
size_t send(immutable(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Connection

connect
void connect(URL )
send
size_t send(immutable(ubyte)[] )
recv
immutable(ubyte)[] recv(size_t )
close
void close()

Meta