Contents

nw_ws_options_add_subprotocol(_:_:)

Adds to the list of supported application protocols that will be presented to a WebSocket server during connection establishment.

Declaration

func nw_ws_options_add_subprotocol(_ options: nw_protocol_options_t, _ subprotocol: UnsafePointer<CChar>)

See Also

Functions