ServerConfig.SocketConfigureFunction

An alias for a delegate function that can be used to modify a socket.

struct ServerConfig
alias SocketConfigureFunction = void delegate
(
Socket socket
)