Property MaxForwards
MaxForwards
Gets or sets the value of the HTTP Max-Forwards header.
Used in OPTIONS requests to limit the number of times the request can be forwarded by proxies.
public string? MaxForwards { get; set; }
Gets or sets the value of the HTTP Max-Forwards header.
Used in OPTIONS requests to limit the number of times the request can be forwarded by proxies.
public string? MaxForwards { get; set; }