proto property

  1. @UnsignedInt()
int proto
getter/setter pair

Specify security protocol to use, see #pj_ssl_sock_proto. Use bitwise OR operation to combine the protocol type.

Default is PJ_SSL_SOCK_PROTO_DEFAULT.

Implementation

@pj_uint32_t()
external int proto;