ChannelProtocol

public enum ChannelProtocol : String, CustomStringConvertible, Codable

Undocumented

  • wss

    Undocumented

    Declaration

    Swift

    case wss = "WSS"
  • Undocumented

    Declaration

    Swift

    case https = "HTTPS"
  • Declaration

    Swift

    public var description: String { get }