Enum representing the supported protocols for client-server communication. Used to define whether the connection should use HTTP or HTTPS.

Enumeration Members

Enumeration Members

HTTP: "HTTP"

HTTP protocol.

HTTPS: "HTTPS"

HTTPS protocol.