WinINETProxyInfoGetFromWinINET Method |
Fills this WinINETProxyInfo instance with settings from specified WinINET connection.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool GetFromWinINET(
string sConnectionName
)
Public Function GetFromWinINET (
sConnectionName As String
) As Boolean
public:
bool GetFromWinINET(
String^ sConnectionName
)
Parameters
- sConnectionName
- Type: SystemString
Name of the connection. Pass NULL for LAN connection.
Return Value
Type:
BooleanTRUE if the settings were successfully retrieved.
See Also