WinINETProxyInfoCreateFromNamedConnection Method |
Gathers proxy information from a named connection.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static WinINETProxyInfo CreateFromNamedConnection(
string sConnectionName
)
Public Shared Function CreateFromNamedConnection (
sConnectionName As String
) As WinINETProxyInfo
public:
static WinINETProxyInfo^ CreateFromNamedConnection(
String^ sConnectionName
)
Parameters
- sConnectionName
- Type: SystemString
Pass DefaultLAN to look for the "null" connection
Return Value
Type:
WinINETProxyInfoProxy info, or null
See Also