ChannelProtocol
public enum ChannelProtocol : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case wss = "WSS"
-
Undocumented
Declaration
Swift
case https = "HTTPS"
-
Declaration
Swift
public var description: String { get }