SocketIOOptions
Socket.io client options.
-
Namespace.
Example:
/users
Declaration
Swift
public var namespace: String = "" -
Constructor.
Declaration
Swift
public init() -
Set current namespace.
Declaration
Swift
public func namespace(aNamespace: String?) -> SocketIOOptionsParameters
namespaceNamespace example:
/users
.
View on GitHub
SocketIOOptions Class Reference