HttpRequestHeaders.MaxForwards 속성

정의

HTTP 요청에 대한 헤더 값을 Max-Forwards 가져오거나 설정합니다.

public:
 property Nullable<int> MaxForwards { Nullable<int> get(); void set(Nullable<int> value); };
public int? MaxForwards { get; set; }
member this.MaxForwards : Nullable<int> with get, set
Public Property MaxForwards As Nullable(Of Integer)

속성 값

HTTP 요청에 대한 헤더의 값 Max-Forwards 입니다.

적용 대상