HTTPRequestHeadersRawPath Property |
Get or set the request path as a byte array
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public byte[] RawPath { get; set; }
Public Property RawPath As Byte()
Get
Set
public:
property array<unsigned char>^ RawPath {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
Property Value
Type:
ByteSee Also