Remarks
Sets details for reaching CDDB information from behind a HTTP proxy.
See the How to get Audio CD info using CDDB servers tutorial for further details.
Syntax
[Visual Basic]
control.CddbSetProxyDetails (
strHost as string,
nPort as long,
strUsername as string,
strPassword as string
)
|
|
[C++]
void control.CddbSetProxyDetails (
LPCTSTR strHost,
long nPort,
LPCTSTR strUsername,
LPCTSTR strPassword
);
|
|
Parameter
|
Description
|
|
|
strHost
|
String representing the proxy host address
|
nPort
|
Number representing the proxy port.
|
strUsername
|
String representing the username
|
strPassword
|
String representing the password
|
Return value
None
|