Set 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( bool UseProxy, string ServerName, int PortNum, string UserName, string Password, bool SavePassword ); |
[Managed C++] |
---|
public: bool SetOnlineOptions( bool UseProxy, String __gc ^ ServerName, int PortNum, String __gc ^ UserName, String __gc ^ Password, bool SavePassword ); |
[Unmanaged C++] |
---|
public: HRESULT SetOnlineOptions( VARIANT_BOOL UseProxy, BSTR ServerName, long PortNum, BSTR UserName, BSTR Password, VARIANT_BOOL SavePassword, VARIANT_BOOL * pVal ); |
[Java] |
---|
public bool setOnlineOptions( bool UseProxy, String ServerName, int PortNum, String UserName, String Password, bool SavePassword ); |
[Python - STK API ] |
---|
def SetOnlineOptions(self, UseProxy:bool, ServerName:str, PortNum:int, UserName:str, Password:str, SavePassword:bool) -> bool: |
- UseProxy
- ServerName
- PortNum
- UserName
- Password
- SavePassword