StreamSocket.bind

Associate a local address with this socket.

class StreamSocket
@trusted const
void
bind

Parameters

address Address

Local address.

Throws

$(D_PSYMBOL SocketException) if unable to bind.

Meta