Contents

nw_protocol_metadata_is_quic(_:)

Checks whether a metadata object contains QUIC connection state.

Declaration

func nw_protocol_metadata_is_quic(_ metadata: nw_protocol_metadata_t) -> Bool

Parameters

  • metadata:

    A QUIC protocol metadata instance.

Return Value

A Boolean value that indicates whether the metadata object contains QUIC connection state.

See Also

Functions