Socket.bind

Associate a local address with this socket.

class Socket
@trusted
void
bind

Parameters

addr Address

The Address to associate this socket with.

Throws

SocketOSException when unable to bind the socket.

Meta

Suggestion Box / Bug Report