다음을 통해 공유


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 헤더의 값입니다.

적용 대상