Socket.sendObjTo

send an entire object over an unconnected socket

  1. void sendObjTo(const(T) data, const(SockAddr) dst, int flags, Timeout timeout)
    struct Socket
    @trusted @nogc
    void
    sendObjTo
    (
    T
    )
    (
    auto ref const(T) data
    ,
    ref const(SockAddr) dst
    ,
    int flags = 0
    ,)
  2. void sendObjTo(const(T) data, const(SockAddr) dst, Timeout timeout)

Meta