WebSocketProtocol
public enum WebSocketProtocol : String, Codable, Hashable
A value representing a version of the protocol for the web socket of the Datasync service.
-
The default web socket protocol version.
This value is used as the default value for the
WebcomConfiguration.webSocketProtocol
property.Declaration
Swift
public static let `default`: WebSocketProtocol