STK XSend comments on this topic.
SetOnlineOptions Method (AgSTKXApplication)
See Also
UseProxy
ServerName
PortNum
UserName
Password
SavePassword
Windows





Windows & Linux

Description

Set http proxy online options

Syntax

[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:

Parameters

UseProxy
ServerName
PortNum
UserName
Password
SavePassword

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.