CONFIGiReverseProxyForPort Property |
Port to which Fiddler should forward inbound requests when configured to run as a Reverse Proxy
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static int iReverseProxyForPort { get; set; }
Public Shared Property iReverseProxyForPort As Integer
Get
Set
public:
static property int iReverseProxyForPort {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also