HttpRequestHeaders.MaxForwards Property
Gets or sets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property MaxForwards As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As HttpRequestHeaders
Dim value As Nullable(Of Integer)
value = instance.MaxForwards
instance.MaxForwards = value
public Nullable<int> MaxForwards { get; set; }
public:
property Nullable<int> MaxForwards {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxForwards : Nullable<int> with get, set
function get MaxForwards () : Nullable<int>
function set MaxForwards (value : Nullable<int>)
Property Value
Type: System.Nullable<Int32>