Socket.accepting

Called by accept when a new Socket must be created for a new connection. To use a derived class, override this method and return an instance of your class. The returned Socket's handle must not be set; Socket has a protected constructor this() to use in this situation.

Override to use a derived class. The returned socket's handle must not be set.

class Socket
protected pure nothrow
accepting
()

Meta

Suggestion Box / Bug Report