AsyncAcceptRequest.OnComplete

Must instantiate and return a new AsyncSocket for the connected peer, calling AsyncSocket's constructor for existing OS handles in the process - the provided arguments are safe to call it with.

struct AsyncAcceptRequest
alias OnComplete = AsyncSocket delegate
(,
int domain
,
SocketType type
,)
nothrow

Meta