DatagramTransport.abort

Close the transport immediately, without waiting for pending operations to complete.

Buffered data will be lost. No more data will be received. The protocol’s $(D_PSYMBOL connectionLost()) method will eventually be called with $(D_KEYWORD null) as its argument.

interface DatagramTransport
void
abort
()

Meta