SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

ProxySettingsUsername Property

Specifies the username credential for proxy authentication.

Syntax

ANSI (Cross Platform)
char* GetProxySettingsUsername();
int SetProxySettingsUsername(const char* lpszProxySettingsUsername); Unicode (Windows) LPWSTR GetProxySettingsUsername();
INT SetProxySettingsUsername(LPCWSTR lpszProxySettingsUsername);
@property (nonatomic,readwrite,assign,getter=proxySettingsUsername,setter=setProxySettingsUsername:) NSString* proxySettingsUsername;
- (NSString*)proxySettingsUsername;
- (void)setProxySettingsUsername:(NSString*)newProxySettingsUsername;
#define PID_SSHCLIENT_PROXYSETTINGSUSERNAME 53

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Specifies the username credential for proxy authentication.

Data Type

String

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