getExternalNTProxyHost
string session.getExternalNTProxyHost ( )
Description
Retrieve the external NT proxy host.
Parameters
This method does not receive any parameters.
Return Values
Returns the external NT host, as a string.
Change Log
Version | Description |
---|---|
5.0 | Added for all editions. |
Examples
Log External NT Proxy Settings
// Log External Proxy Settings
session.log( "Username: " + session.getExternalNTProxyUsername( ) );
session.log( "Password: " + session.getExternalNTProxyPassword( ) );
session.log( "Domain: " + session.getExternalNTProxyDomain( ) );
session.log( "Host: " + session.getExternalNTProxyHost( ) );
session.log( "Username: " + session.getExternalNTProxyUsername( ) );
session.log( "Password: " + session.getExternalNTProxyPassword( ) );
session.log( "Domain: " + session.getExternalNTProxyDomain( ) );
session.log( "Host: " + session.getExternalNTProxyHost( ) );
See Also
- setExternalNTProxyHost() [session] - Sets the external NT proxy host
- getExternalNTProxyDomain() [session] - Gets the external NT proxy domain
- getExternalNTProxyPassword() [session] - Gets the external NT proxy password
- getExternalNTProxyUsername() [session] - Gets the external NT proxy username
scraper on 08/09/2010 at 12:50 pm
- Printer-friendly version
- Login or register to post comments