CONFIGbAllowRemoteConnections Property |
Returns true if Fiddler should permit remote connections. Requires restart.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool bAllowRemoteConnections { get; }
Public Shared ReadOnly Property bAllowRemoteConnections As Boolean
Get
public:
static property bool bAllowRemoteConnections {
bool get ();
}
Property Value
Type:
BooleanSee Also