useTCP (property)

Whether TCP is used when establishing the connection.

Syntax

@property (nonatomic,readwrite,assign,getter=useTCP,setter=setUseTCP:) BOOL useTCP;
- (BOOL)useTCP;
- (void)setUseTCP:(BOOL)newUseTCP;
public var useTCP: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

This property specifies whether TCP is used as the transport protocol when establishing the connection. By default this property is False and UDP will be used.

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