Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
CddbSetProxyDetails method 
 
Remarks 
 
Sets details for reaching CDDB information from behind a HTTP proxy. 
 
See the How to get CD album information from a CDDB server tutorial for further details. 
 
 
Syntax 
 
[Visual Basic] 
Public Sub CddbSetProxyDetails
strHost as string, 
nPort as long, 
strUsername as string, 
strPassword as string 
)
 
[C#] 
public void CddbSetProxyDetails
string strHost
Int32 nPort
string strUsername
string strPassword 
);
 
[C++] 
public: void CddbSetProxyDetails
string strHost
Int32 nPort
string strUsername
string 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 
 
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents