Returns the server port to which this request is targeted.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public int port { get; set; }
Public Property port As Integer
Get
Set
public:
property int port {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also