UseSSL Property

Use SSL to access the RemoteHost .

Syntax

ANSI (Cross Platform)
int GetUseSSL();
int SetUseSSL(int bUseSSL); Unicode (Windows) BOOL GetUseSSL();
INT SetUseSSL(BOOL bUseSSL);
@property (nonatomic,readwrite,assign,getter=useSSL,setter=setUseSSL:) BOOL useSSL;
- (BOOL)useSSL;
- (void)setUseSSL:(BOOL)newUseSSL;
#define PID_OFTPSERVER_USESSL 49

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_OFTPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_OFTPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

Use this property to determine whether the class uses SSL when clients connect.

This property is only valid when using version 2.0 of the protocol. If set to true, all clients that connect must use version 2.0.

This property is not available at design time.

Data Type

Boolean

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