UseTCP Property

Whether TCP is used when establishing the connection.

Syntax

ANSI (Cross Platform)
int GetUseTCP();
int SetUseTCP(int bUseTCP); Unicode (Windows) BOOL GetUseTCP();
INT SetUseTCP(BOOL bUseTCP);
@property (nonatomic,readwrite,assign,getter=useTCP,setter=setUseTCP:) BOOL useTCP;
- (BOOL)useTCP;
- (void)setUseTCP:(BOOL)newUseTCP;
#define PID_KERBEROS_USETCP 8

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_Kerberos_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_Kerberos_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

Data Type

Boolean

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