Function Socket.shutdown

Disables sends and/or receives.

void shutdown (
  Socket.Shutdown how = cast(Shutdown)2
) nothrow @nogc @trusted const;

Parameters

NameDescription
how What to disable.

See Also

Shutdown