Contents

nw_protocol_options_is_quic(_:)

Checks whether an options object uses the QUIC protocol.

Declaration

func nw_protocol_options_is_quic(_ options: nw_protocol_options_t) -> Bool

Parameters

  • options:

    A network protocol options instance.

Return Value

A Boolean value that indicates whether the options object uses the QUIC protocol.

See Also

Functions