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





Windows & Linux

Description

Get http proxy online options

Syntax

[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(
    ref bool UseProxy,
    ref string ServerName,
    ref int PortNum,
    ref string UserName
);
[Managed C++]
public: bool GetOnlineOptions(
    bool ^ UseProxy,
    String __gc ^ ^ ServerName,
    int ^ PortNum,
    String __gc ^ ^ UserName
);
[Unmanaged C++]
public: HRESULT GetOnlineOptions(
    VARIANT_BOOL * UseProxy,
    BSTR * ServerName,
    long * PortNum,
    BSTR * UserName,
    VARIANT_BOOL * pVal
);
[Python - STK API ]
def GetOnlineOptions(self) -> typing.Tuple[bool, str, int, str, bool]:

Parameters

UseProxy
ServerName
PortNum
UserName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.