Retrieves http proxy online options.
| [Visual Basic .NET] |
|---|
Public Function GetOnlineOptions( _
ByRef UseProxy As Boolean, _
ByRef ServerName As String, _
ByRef PortNum As Integer, _
ByRef UserName As String _
) As Boolean
|
| [C#] |
|---|
public bool GetOnlineOptions(
|
| [Managed C++] |
|---|
public: bool GetOnlineOptions(
|
| [Java] |
|---|
public bool getOnlineOptions(
|
| [Unmanaged C++] |
|---|
public: HRESULT GetOnlineOptions(
|
- UseProxy
- If True is returned, the proxy information was used.
- ServerName
- Server name or IP address of the HTTP server.
- PortNum
- Port number used for proxy.
- UserName
- User name for proxy server.
Returns True if the values were retrieved
successfully; otherwise returns False.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||