SecureBlackbox 2020 iOS Edition

Questions / Feedback?

dropClient (method)

Terminates a client connection.

Syntax

- (void)dropClient:(long long)connectionId :(BOOL)forced;
public func dropClient(_ connectionId: Int64, _ forced: Bool) throws -> Void

Remarks

Call this method to shut down a connected client. Forced indicates whether the connection should be closed in a graceful manner.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]