SocketConnection.timeout

  1. long timeout()
    struct SocketConnection
    @safe
    long
    timeout
    (
    Direction direction
    )
    ()
    if (
    direction == Direction.send ||
    direction == Direction.receive
    )
  2. void timeout(long seconds)

Meta