DuplexTransport.protocol

  1. Protocol protocol [@property getter]
    interface DuplexTransport
    @property pure nothrow @safe @nogc
    protocol
    ()
    out (protocol) { assert (protocol !is null); }
  2. Protocol protocol [@property setter]

Return Value

Type: Protocol

Application protocol.

Postcondition: protocol !is null

Meta