ListenOptions
public class ListenOptions : Codable
Class representing listening options
-
connection timeout in seconds
Declaration
Swift
public var connectTimeoutSeconds: Int?
-
maximum number of connections
Declaration
Swift
public var maxConnections: Int?
-
hosting identity
Declaration
Swift
public var identity: String?
-
indicates whether or not to bind using endge identity
Declaration
Swift
public var bindUsingEdgeIdentity: Bool?