Sets http proxy online options.
[Visual Basic .NET] |
---|
Public Function SetOnlineOptions( _ ByVal UseProxy As Boolean, _ ByVal ServerName As String, _ ByVal PortNum As Integer, _ ByVal UserName As String, _ ByVal Password As String, _ ByVal SavePassword As Boolean _ ) As Boolean |
[C#] |
---|
public bool SetOnlineOptions( |
[Managed C++] |
---|
public: bool SetOnlineOptions( |
[Java] |
---|
public bool setOnlineOptions( |
[Unmanaged C++] |
---|
public: HRESULT SetOnlineOptions( |
- UseProxy
- If set to True, the proxy information is used/set.
- ServerName
- Server name or IP address of the HTTP server.
- PortNum
- Port number used for proxy.
- UserName
- User name for proxy server
- Password
- Password for proxy server.
- SavePassword
- If set to True, password is saved.
Returns True if the values were set successfully; otherwise returns False.
Use SetOnlineOptions to specify the correct Server and Port information and, optionally, a proxy username and password. Use this option if your internet access is via a firewall. If you are unsure how your internet connection is configured, please consult your system administrator.
[Visual Basic .NET] | ![]() | |
---|---|---|
|