AsyncSocket.getOption

Common case of getting integer and boolean options (taken from std.socket).

  1. int getOption(int level, int option, void[] result)
  2. int getOption(int level, int option, int result)
    class AsyncSocket
    @trusted const
    int
    getOption
    (
    int level
    ,
    int option
    ,
    out int result
    )

Meta